pico-sdk/src
Jonathan Reichelt Gjertsen 048fcdefd6
Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431)
* Fix warnings about some unused parameters in pico_stdio_usb

* Use `__unused` for the unused parameter in tud_descriptor_configuration_cb

* Remove redundant inclusions of `pico/platform.h`

This header is included by the other library headers (via `pico.h`)
2021-05-24 16:42:28 -05:00
..
boards Add support for Arduino Nano RP2040 Connect (#425) 2021-05-24 16:32:56 -05:00
common Fix wrong format string in alarm_pool_dump_key (#437) 2021-05-24 16:32:31 -05:00
host Define __STRING for other compilers than MSVC in the host platform.h file (#434) 2021-05-24 16:40:29 -05:00
rp2_common Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431) 2021-05-24 16:42:28 -05:00
rp2040 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
board_setup.cmake Typos 2021-02-01 14:46:45 -06: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