smittytone / RP2040-FreeRTOS

Raspberry Pi RP2040 FreeRTOS baseline development project
https://blog.smittytone.net/2022/02/24/how-to-use-freertos-with-the-raspberry-pi-pico/
MIT License
110 stars 40 forks source link

Don't manupilate CMAKE_C_FLAGS_DEBUG directly, use add_compile_options instead #4

Closed kapacuk closed 1 year ago

kapacuk commented 1 year ago

This fixes issue #3

smittytone commented 1 year ago

Closing this without merging. There's nothing wrong with it, but I've implemented separately a slightly different approach that's consistent with other repos of mine. Thanks very much for the input, though.