iarsystems / iar-risc-v-gd32v-eval

Example projects for the IAR RISC-V GD32V Evaluation board in IAR Embedded Workbench for RISC-V
https://iar.com/riscv
Other
27 stars 7 forks source link

Fix stdbool issue from the FW library #18

Closed sharpgeek closed 3 years ago

sharpgeek commented 3 years ago

This commit fix #17 by adding custom .hpp headers so the C++ project leds-cpp can be properly built.

sharpgeek commented 3 years ago

I had it already fixed for another project so I added these changes here as well. It would be nicer to have it properly patched from the FW Library itself.

felipe-iar commented 3 years ago

Wow! That was fast! It seems it is working properly now. I just pulled these changes to my local repository and it builds with no errors.

Thanks a lot for your swift reply, @sharpgeek. I am merging this to the production branch.