pico-sdk/src
Graham Sanderson 18c39856bd
Some cmake build improvements (#376)
* Change some cmake output to DEBUG level
Make SDK build more consistent with other libraries (use an INTERFACE marker library for inclusion tests)
Add PICO_SDK_PRE_LIST_FILES, PICO_SDK_POST_LIST_FILES build vars

* fix typo

* remove leftover debugging message
2021-05-04 08:40:11 -05:00
..
boards correct adafruit flash size for itsybitsy and qt rp2040 (#348) 2021-04-21 08:26:57 -05:00
common Some cmake build improvements (#376) 2021-05-04 08:40:11 -05:00
host make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
rp2_common add small delay to stdio_get_until to prevent starvation of USB IRQ handler due to in use mutex. build was non deterministic due to missing link wrapping of getchar (#364) 2021-05-04 08:01:34 -05:00
rp2040 Remove MASTER_ON_HOLD bit from I2C status registers. Fix typos. (#326) 2021-04-12 11:15:50 +01:00
board_setup.cmake Typos 2021-02-01 14:46:45 -06:00
CMakeLists.txt make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
host.cmake Initial Release 2021-01-20 10:44:27 -06:00
rp2_common.cmake Initial Release 2021-01-20 10:44:27 -06:00
rp2040.cmake Initial Release 2021-01-20 10:44:27 -06:00