pico-sdk/test/kitchen_sink
Graham Sanderson 7f7232541a
switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295)
* switch all .S files to unified asm, and use a new macro `pico_default_asm_setup` to setup compiler to help porting to other compilers. Also some minor tweaks:
* switch some code to use more recent helper methods (e.g. busy_wait_at_least_n_cycles)
* add documentation to host divider header (I had this ages ago and never promoted)
* fixup erroneous docs about 32p32 values in all divider headers
* fix some compiler warnings
* rename recently added `unified_asm` macro to `pico_default_asm`
2023-03-09 17:40:20 -06:00
..
btstack_config.h Add Bluetooth support 2023-02-10 18:27:23 -06:00
CMakeLists.txt Various small fixes towards building with other compilers (#1285) 2023-03-01 15:10:18 -06:00
kitchen_sink_cpp.cpp fixup __forceinline for cpp code and add kitchen_sink cpp test (#670) 2021-12-08 12:05:49 -06:00
kitchen_sink.c switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
lwipopts.h Add Pico W and lwIP support 2022-06-30 00:46:13 -05:00
mbedtls_config.h Add mbedtls to pico-sdk (#894) 2022-10-16 16:41:21 -05:00