Files
lk/platform/rp20xx/include/pico/config_autogen.h
Brian Swetland 9c769f6931 [rp20xx][pico-sdk] add some missing / generated headers
- sys/cdefs is wanted for __CONCAT()
- version.h and config_autogen.h are generated by the pico sdk
- config_autogen expects to include board file
- instead define PICO_xyz in target rules.mk
2021-02-15 21:06:05 -08:00

5 lines
139 B
C

// pico sdk expects this to include boards/xyz.h and define PICO_*
// we instead define those via GLOBAL defines in target/pico/rules.mk