mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* 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` |
||
|---|---|---|
| .. | ||
| cmsis_test | ||
| hardware_irq_test | ||
| hardware_pwm_test | ||
| kitchen_sink | ||
| pico_divider_test | ||
| pico_float_test | ||
| pico_sem_test | ||
| pico_stdio_test | ||
| pico_stdlib_test | ||
| pico_test | ||
| pico_time_test | ||
| CMakeLists.txt | ||