summaryrefslogtreecommitdiff
path: root/examples/example.cmake
AgeCommit message (Collapse)Author
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-07-11only enable warnings with approriate gcc version for rp2040hathach
2022-06-28update rp2040 warningshathach
- remove "-Wno-stringop-overflow -Wno-array-bounds" - skip -Wconversion for gcc 9 and prior - suppress_tinyusb_warnings only when building with gcc 9 and below
2022-06-27fix most warnings with rp2040 -wconversionhathach