- 7e305a7 fix typo (#1217) by Graham Sanderson · 2 years, 1 month ago
- c05c97d Fix PICO_STDIO_USB_SUPPORT_CHARS_AVAILABLE_CALLBACK (#1216) by Peter Harper · 2 years, 1 month ago
- fff2c6b add thread info to pico_rand docs (#1214) by Graham Sanderson · 2 years, 1 month ago
- 31780ae Add stdio_set_chars_available_callback (#1213) by Peter Harper · 2 years, 1 month ago
- 0e4e25a Rework build targets such that: (#1211) by Graham Sanderson · 2 years, 1 month ago
- 0b0931a Bssid (#1212) by Peter Harper · 2 years, 1 month ago
- c852a65 define option to disable cpp allocation overrides (#1145) by Sencer · 2 years, 1 month ago
- 1552324 Add mbedtls_hardware_poll implementation to pico_mbedtls by Peter Harper · 2 years, 2 months ago
- 45d2dc4 add missing pico_rand dependency (#1203) by Graham Sanderson · 2 years, 2 months ago
- 729c7f4 Tweaks to section-attribute stuff in platform.h (#1202) by Andrew Scheller · 2 years, 2 months ago
- 36ba9e6 Add NVIC struct. Fixes #947 (#1199) by Liam Fraser · 2 years, 2 months ago
- fefb6b6 Move more code from pico_cyw43_arch to pico_cyw43_driver (#1201) by Graham Sanderson · 2 years, 2 months ago
- b70f984 Add pico_rand library (#1111) by andygpz11 · 2 years, 2 months ago
- 67af83f Fix compile issue with clock_t conversion (#1200) by Peter Harper · 2 years, 2 months ago
- b979395 Keep retrying if cyw43_wifi_join fails (#1195) by Peter Harper · 2 years, 2 months ago
- 260df95 tinyusb: enable workaround for RP2040-E15 (#1137) by P33M · 2 years, 2 months ago
- 9a5eae1 fix compiler warning (#1193) by Graham Sanderson · 2 years, 2 months ago
- 248fc72 Remove (legacy) direct inclusion of 'pico/platform.h' and 'pico/config.h' (#1190) by Graham Sanderson · 2 years, 2 months ago
- a540ca9 Add new async_context abstraction and refactor cyw43_arch to use it (#1177) by Graham Sanderson · 2 years, 2 months ago
- c578422 Remove PLL postdiv assert. Fixes #1047 (#1189) by Liam Fraser · 2 years, 2 months ago
- 177b030 SYS funcs and GCC12 fixes (#1186) by Graham Sanderson · 2 years, 2 months ago
- a66ba7a user_irqs should be claimed globally not per core, since vector tabes are shared (#1183) by Graham Sanderson · 2 years, 2 months ago
- 8b8778c compile issue seems to have snuck thru (#1184) by Graham Sanderson · 2 years, 2 months ago
- aaf0828 change clock_gpio_init to take float and add clock_gpio_init_int_frac (#1178) by Howard Su · 2 years, 2 months ago
- 2e45d8e Update source code to use the correct bit - fixes #993 (#1180) by andygpz11 · 2 years, 2 months ago
- 885bd92 Ability to set USB device as self powered device (#1105) by Mr. Green's Workshop · 2 years, 2 months ago
- 4215d4a Latest updates to the autogenerated headers (#1122) by Andrew Scheller · 2 years, 2 months ago
- 3578725 Avoid generating garbage input due to initialization (#1125) by DipSwitch · 2 years, 2 months ago
- 13a171a Small doxygen fixes (#1092) by Andrew Scheller · 2 years, 2 months ago
- 73dcbec Improved code format (#1146) by KafCoppelia · 2 years, 2 months ago
- 88bc4f9 cleanup header guard names to be consistent (#1179) by Graham Sanderson · 2 years, 2 months ago
- 99ee33a Add nullbits Bit-C PRO (#1149) by Jay Greco · 2 years, 2 months ago
- 419eb73 Disable linker warning (#1114) by Peter Harper · 2 years, 2 months ago
- 488bd66 Fix conflicting C++ linkage for pico_lwip panic() (#1167) by ryanjsims · 2 years, 2 months ago
- 605e21a pairing heap free link list gets orphaned when fully depleted (#1120) (#1121) by Graham Sanderson · 2 years, 3 months ago
- 0b52603 Fix build issues with spaces and parentheses (#1136) by Peter Harper · 2 years, 3 months ago
- 56594e7 Allow changing the USB VID, PID, manufacturer, and product via CMake (#1130) by Stargirl Flowers · 2 years, 3 months ago
- 0ef07e5 Fix the description of stdio_flush() (#1095) by Radoslav Gerganov · 2 years, 4 months ago
- 887c0b8 IRQ on CYW43_PIN_WL_HOST_WAKE not gpio13 (#1069) by envirocoder · 2 years, 4 months ago
- 586850e binary_info/structure.h: Fix pins_with_func format comment (#1070) by Nicolas Pouillon · 2 years, 4 months ago
- 5258ee6 Add new DMA sniffer's API (#887) by andygpz11 · 2 years, 4 months ago
- e4da37c Fix for cyw43 driver working with SMs other than 0 (#1080) by Lord-Lucan · 2 years, 5 months ago
- 6d15974 Add some definition files for waveshare board. (#984) by Engineer_Will · 2 years, 5 months ago
- e50e107 Fix unexpected (CMake) behavior with PICO_BOARD variable. (#1050) by Timo Kokkonen · 2 years, 5 months ago
- 16ab2b2 Remove incorrect override for LWIP_PLATFORM_ASSERT (#1064) by James Peach · 2 years, 5 months ago
- b0294d6 fix build without mbedtls submodule initialized, and fix deoptimized debug build (#1067) by Graham Sanderson · 2 years, 5 months ago
- 3bd7a82 Some optimizations for the hardware divider (#1033) by Peter Pettersson · 2 years, 5 months ago
- 587ac80 Avoid compound assignment with volatile left operand as described in #1017 (#1018) by Jonathan Reichelt Gjertsen · 2 years, 5 months ago
- 719d5e4 Add mbedtls to pico-sdk (#894) by Peter Harper · 2 years, 5 months ago
- 8e014e6 Make sure OUT_STICKY is not set when setting pins / pindirs (#989) by Jan Niehusmann · 2 years, 5 months ago
- c4f37b2 Lwip build fixes (#1011) by Peter Harper · 2 years, 5 months ago
- 24bb362 PLL REFDIV values > 1 considered by vcocalc.py (#952) by alastairpatrick · 2 years, 5 months ago
- 3ed9e2f Avoid initializing full stdio_stack_buffer object with zeros (#992) by Graham Sanderson · 2 years, 6 months ago
- 98aba25 Make __get_current_exception inline (#1016) by alastairpatrick · 2 years, 6 months ago
- 849cdf8 Typo in float_aeabi.S: srqtf => sqrtf (#702) by Jeremy Grosser · 2 years, 6 months ago
- 5e9eb27 Implement whole-buffer write semihosting (#1013) by Flaviu Tamas · 2 years, 6 months ago
- a4ec3c4 fix wconversion warning (#981) by Ha Thach · 2 years, 6 months ago
- 189d377 Only include mutex header if necessary (#991) by bruelltuete · 2 years, 6 months ago
- 07e5caf Supress -Wunused-parameter when PICO_STDIO_ENABLE_CRLF_SUPPORT is unset (#998) by Zachary Kohnen · 2 years, 6 months ago
- 0041f4b set CYW43_WIFI_NVRAM_INCLUDE_FILE allowing user override by Peter Harper · 2 years, 6 months ago
- 89bce61 Remove hw_set_bits from pio->irq (#978) by David Thacher · 2 years, 7 months ago
- 830e867 Fix dma_irqn_acknowledge_channel (#977) by NomiChirps · 2 years, 7 months ago
- 00780f0 Make sure stack is 8 byte aligned in shared IRQ handlers (#971) by Graham Sanderson · 2 years, 7 months ago
- 80cde72 Enable/disable connection check made with DTR (#932) by Mr. Green's Workshop · 2 years, 7 months ago
- a33a11e Call `cyw43_deinit()` from `cyw43_arch_deinit()` to release the DMA channels and power off the WLAN chip (#965) by Attila Wagner · 2 years, 7 months ago
- 2dfaa1a Fix various stdio_usb issues, add stdio_init_all return code, and add alarm_pool_core_num() API (#918) by Graham Sanderson · 2 years, 7 months ago
- 150be75 Add pico_lwip_mqtt library (#948) by Thomas Roberts · 2 years, 7 months ago
- 2ebba46 Properly terminate cyw43 task when `cyw43_arch_deinit()` is called (#962) by Attila Wagner · 2 years, 7 months ago
- fe7849d fix delayed_by_us and delayed_by_ms to not return times > at_the_end_of_time (#936) by Graham Sanderson · 2 years, 7 months ago
- 49d7d9e typo (#905) by Andrew Scheller · 2 years, 8 months ago
- 17c759b Fix various typos in CMake CONFIG lines. Also add a script that found some of these errors. (#907) by Andrew Scheller · 2 years, 8 months ago
- de8f857 fix typo datsheet -> datasheet (#942) by Mr. Green's Workshop · 2 years, 8 months ago
- 0fa3e72 Some PIO setup was using SM 0 rather than the allocated SM (#940) by Graham Sanderson · 2 years, 8 months ago
- 5e9a5e8 Add Pico W and lwIP support by graham sanderson · 2 years, 9 months ago
- bc5d1b8 Add channel_config_set_high_priority (#888) by Graham Sanderson · 2 years, 9 months ago
- e7267f9 Fix GPIO # callback parameter (#880) by Earle F. Philhower, III · 2 years, 9 months ago
- 4c49427 Fix auto_init_recursive_mutex definition for C++ (#875) by Earle F. Philhower, III · 2 years, 9 months ago
- 33818dd Increase PLL min VCO from 400MHz to 750MHz for improved stability across operating conditions (#869) by Liam Fraser · 2 years, 9 months ago
- 8f09099 sem_acquire has no reason to do a notify! (#857) by Graham Sanderson · 2 years, 9 months ago
- 9644399 Suppress new GCC 12 warning (#842) by Graham Sanderson · 2 years, 9 months ago
- b3c56e7 Add stderr support and remove 1us timeout for timeouts of 0us (#858) by Graham Sanderson · 2 years, 9 months ago
- 7858601 stdio_usb improvements (#871) by Graham Sanderson · 2 years, 9 months ago
- 0bdd463 Add DatanoiseTV DSP Board. (#866) by Datanoise · 2 years, 9 months ago
- 7daa20c Add board definition for the RP2040 Stamp Round Carrier (#837) by arturo182 · 2 years, 9 months ago
- 705b5ce Wrap realloc() call with malloc_mutex in multicore (#864) by Earle F. Philhower, III · 2 years, 9 months ago
- bdd9746 Don't copy .data for NO_FLASH binaries, as it's loaded in-place (#859) by Luke Wren · 2 years, 9 months ago
- babc4a1 Remove 'default=none' from PICO_CONFIG lines (#865) by Andrew Scheller · 2 years, 9 months ago
- 672e48e Add sem_try_acquire(). Fixes #846 (#856) by Graham Sanderson · 2 years, 9 months ago
- ef47dfe Add new GPIO APIs for adding shared GPIO handlers, and improve docs (#850) by Graham Sanderson · 2 years, 9 months ago
- 6389927 Add some optional header includes, to make per-target changes to config easier (#851) by Graham Sanderson · 2 years, 9 months ago
- d3dcbb8 Add new user_irq claim APIs to make it easier for independent code using them to interoperate (#854) by Graham Sanderson · 2 years, 9 months ago
- f3c446a move get_core_num() into platform.h (#852) by Graham Sanderson · 2 years, 9 months ago
- 1e6c122 gate inclusion of pico.h in binary info, so as not to break picotool builds (#836) by Graham Sanderson · 2 years, 10 months ago
- 7880405 Doxygen typo (#835) by Andrew Scheller · 2 years, 10 months ago
- 530204e Small tweak to busy_wait_at_least_cycles doxygen (#834) by Andrew Scheller · 2 years, 10 months ago
- b2ad632 Minor additions to PIO documentation (#831) by Graham Sanderson · 2 years, 10 months ago
- 658a21b Update rtc_set_datetime docs to point out that the written value may not be immediately visible (#832) by Graham Sanderson · 2 years, 10 months ago
- e44d2c0 Add busy_wait_at_least_cycles method (#830) by Graham Sanderson · 2 years, 10 months ago
- 159d552 Fix bug in irq_remove_shared_handler and add test #823 (#825) by Graham Sanderson · 2 years, 10 months ago
- 3a3d5fe Small IRQ doxygen tweaks (#824) by Andrew Scheller · 2 years, 10 months ago