pico-sdk/src
Graham Sanderson 13be546dc3
pico_stdio improvements (#598)
* add stdio_usb_connected() method
* add PICO_STDIO_USB_CONNECT_WAIT_TIMEOUT_MS to allow waiting for CDC connection during init(* 
* add puts_raw and putchar_raw to skip any CR/LF translation
2021-10-08 09:01:30 -05:00
..
boards adafruit_feather_rp2040: Fix default I2C instance (#526) 2021-10-04 13:28:21 -05:00
common split out usb_reset_interface header into its own library for consumption by picotool or others (#589) 2021-10-07 08:17:13 -05:00
host pico_stdio improvements (#598) 2021-10-08 09:01:30 -05:00
rp2_common pico_stdio improvements (#598) 2021-10-08 09:01:30 -05:00
rp2040 SPINLOCK regs are RW. (#599) 2021-10-07 18:51:28 -05:00
board_setup.cmake Fix default PICO_BOARD value (#536) 2021-08-06 12:21:59 -05:00
CMakeLists.txt Rework ordering of cmake, so that libraries in subdirectories can add to internal lists as PICO_SDK_POST_LIST_FILES, PICO_CONFIG_HEADER_FILES etc. (#382) 2021-05-11 10:33:34 -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