Ladislas de Toldi

Results 19 issues of Ladislas de Toldi

Hi there! First I want to thank you for this, it looks amazing and I'm really happy you decided to still work on this port of ChibiOS just for Arduino....

IMO you are an inspiration to what a developer should be and a great example for all of us using your software.

answered

Hi there! -- As of now, it seems like setting `CFLAGS_STD` or `CXXFLAGS_STD` removes a lot of important flags. This can be confusing for users who just might want to...

documentation

Currently, [`get_library_includes`](https://github.com/sudar/Arduino-Makefile/blob/master/Arduino.mk#L927) and [`get_library_files`](https://github.com/sudar/Arduino-Makefile/blob/master/Arduino.mk#L934) are only searching inside the `utility` subfolder. But it sometimes happens that directories have different names like [ChRt](https://github.com/greiman/ChRt/tree/master/src). Adding the following lines fixes everything! 👍 And...

Hi there! I found myself in a very specific case where I want to compare different version of avr-gcc to see the impact on my code but use the same...

Hi guys! I've made some test. It seems that if I put my `.h` and `.cpp` files in my sketch folder, it compiles, but if I put them inside a...

Feature Request

@Feuerwerk avr-libc now has a new github repo, I think you could push your patch there!

## Expected Behavior As described in the tutorial section, I'm using event instances to simplify the transition table. ```cpp struct start { ... }; auto e_start = sml::event; struct game_over...

creates a `.plugin` symlink to be used with Oh My Zsh.

Hi there! https://github.com/osx-cross/homebrew-avr maintainer here. Would it be possible to make a new release/tag of simavr? Our current formula is `--head` only and it makes our new CI bottle building...