..
boot_stage2
Allow 252-byte binaries to be checksummed ( #764 )
2022-04-04 15:46:34 -05:00
cmsis
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_adc
Fix assert in adc_set_round_robin() ( #698 )
2022-01-19 09:34:18 -06:00
hardware_base
revert additional assertion check which breaks used of hw_alias macro outside of functions ( #635 )
2021-10-26 16:07:21 -05:00
hardware_claim
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_clocks
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_divider
Fixup divider save_restore for floating point too; improve tests ( #405 )
2021-05-13 07:38:42 -05:00
hardware_dma
Add documentation to dma_channel_abort regarding errata RP2040-E13 ( #816 )
2022-05-11 19:24:42 -05:00
hardware_exception
Fix some of the (simpler) errors reported by the doxygen command ( #617 )
2021-10-26 16:09:06 -05:00
hardware_flash
Adding/propage macros/signature typedefs for ROM functions. Make rom_func_lookup non-flash safe for flash functions ( #586 )
2021-10-08 09:02:19 -05:00
hardware_gpio
Include structs/iobank0.h from hardware/gpio.h ( #733 ) ( #807 )
2022-05-04 16:34:11 -05:00
hardware_i2c
comment typo ( #794 )
2022-05-03 11:41:10 -05:00
hardware_interp
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_irq
Fix bug in irq_remove_shared_handler and add test #823 ( #825 )
2022-05-16 13:44:15 -05:00
hardware_pio
Minor additions to PIO documentation ( #831 )
2022-05-17 13:04:38 -05:00
hardware_pll
PLL setup check bug ( #796 ) ( #806 )
2022-05-09 14:52:38 -05:00
hardware_pwm
Additional PWM validation and small tidy-up ( #801 )
2022-05-04 15:29:26 -05:00
hardware_resets
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
hardware_rtc
Update rtc_set_datetime docs to point out that the written value may not be immediately visible ( #832 )
2022-05-17 12:59:00 -05:00
hardware_spi
fixup __forceinline for cpp code and add kitchen_sink cpp test ( #670 )
2021-12-08 12:05:49 -06:00
hardware_sync
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_timer
Small API additions and minor fixes ( #406 )
2021-06-02 13:12:27 -05:00
hardware_uart
fixup __forceinline for cpp code and add kitchen_sink cpp test ( #670 )
2021-12-08 12:05:49 -06:00
hardware_vreg
Fixup another level of compiler warnings, add _U() definition
2021-03-04 21:22:48 -06:00
hardware_watchdog
Doxygen typo ( #835 )
2022-05-17 19:26:00 -05:00
hardware_xosc
allow override of XOSC_MHZ ( #644 )
2021-11-01 08:11:21 -05:00
pico_bit_ops
fix __ctzdi2 for values with non-zero low 32 bits ( fixes #765 ) ( #766 )
2022-04-04 15:45:01 -05:00
pico_bootrom
Platform updates ( #611 )
2021-10-25 12:26:06 -05:00
pico_bootsel_via_double_reset
Platform updates ( #611 )
2021-10-25 12:26:06 -05:00
pico_cxx_options
Initial Release
2021-01-20 10:44:27 -06:00
pico_divider
Adapt assembler syntax to eliminate Clang errors. (LLVM 14.0.0) ( #798 )
2022-05-09 15:11:59 -05:00
pico_double
Adapt assembler syntax to eliminate Clang errors. (LLVM 14.0.0) ( #798 )
2022-05-09 15:11:59 -05:00
pico_fix
convert unlikely panic to hard_assert to not waste space for string ( #826 )
2022-05-15 15:01:44 -05:00
pico_float
Adapt assembler syntax to eliminate Clang errors. (LLVM 14.0.0) ( #798 )
2022-05-09 15:11:59 -05:00
pico_int64_ops
Mark __aeabi_lmul section as allocatable and executable ( #722 )
2022-03-22 17:51:24 -05:00
pico_malloc
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
pico_mem_ops
__aeabi_memset* were switching the wrong arguments ( #634 )
2021-10-26 13:47:46 -05:00
pico_multicore
add more/better documentation to pico/multicore ( #620 )
2021-10-25 12:23:41 -05:00
pico_platform
Small tweak to busy_wait_at_least_cycles doxygen ( #834 )
2022-05-17 19:24:52 -05:00
pico_printf
-some typo fixes ( #408 )
2021-05-24 16:56:56 -05:00
pico_runtime
Add __attribute__((noreturn))
to _exit
( #707 )
2022-01-19 09:25:40 -06:00
pico_standard_link
Platform updates ( #611 )
2021-10-25 12:26:06 -05:00
pico_stdio
Fix list management in stdio_set_driver_enabled so drivers can be freely added and removed ( #822 )
2022-05-11 10:44:41 -05:00
pico_stdio_semihosting
Clarify header-comments about pico_enable_stdio_ CMake-functions ( #705 )
2022-01-19 09:30:21 -06:00
pico_stdio_uart
Clarify header-comments about pico_enable_stdio_ CMake-functions ( #705 )
2022-01-19 09:30:21 -06:00
pico_stdio_usb
Clarify header-comments about pico_enable_stdio_ CMake-functions ( #705 )
2022-01-19 09:30:21 -06:00
pico_stdlib
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
pico_unique_id
include pico.h so that uint is defined ( #475 )
2021-06-03 15:22:28 -05:00
tinyusb
Suppress false GCC 11 warning on TinyUSB ( #819 )
2022-05-11 14:49:57 -05:00
CMakeLists.txt
removed CMSIS from SDK doxygen
2021-06-03 16:46:19 -05:00
README.md
Initial Release
2021-01-20 10:44:27 -06:00