1. efe2103 SDK 2.0.0 release by graham sanderson · 3 months ago upstream/master
  2. 45984e2 Small tweak to extract_configs.py (#1776) by Andrew Scheller · 4 months ago
  3. b3bf690 Clarify uart_write_blocking() API vs UART still busy sending (#1274) (#1709) by andygpz11 · 4 months ago
  4. 9f85f25 Add extra checks to check_board_header.py (#1775) by Andrew Scheller · 4 months ago
  5. 6624098 Add board file for Pi-Plates MICROPi (#1487) by WallyWare · 4 months ago
  6. 41b4d3a rename gpio_set_function_mask to gpio_set_function_masked to match naming schema of other gpio functions by graham sanderson · 4 months ago
  7. 7c5b426 Add gpio_set_function_mask function (#1462) by George Peppard · 4 months ago
  8. af9b47c Add board definition for Adafruit Feather RP2040 with USB Type A Host (#1761) by Gigahawk · 4 months ago
  9. b45632b Add 8086 USB Interposer board (#1767) by Chris Burton · 4 months ago
  10. 5ec4071 Some doc issues (#1772) by Peter Harper · 4 months ago
  11. 6328fff Update LwIP to 2.2.0 (#1769) by Peter Harper · 4 months ago
  12. 7f37af8 add missing rtt cmake functions for host by graham sanderson · 4 months ago
  13. 0996a9e Add support for SEGGER RTT STDIO (updated) (#1411) by Andrew Fernandes · 4 months ago
  14. c93c3f4 Use CYW43_PRINTF macro in cyw43-support code. (#1745) by felixdoerre · 4 months ago
  15. b1abf96 Revert "Add C11 standard atomic support (#1645)" by graham sanderson · 5 months ago
  16. 01dec6f Add C11 standard atomic support (#1645) by Stephen Street · 5 months ago
  17. 86aab81 IRQ enabling guard (when no callback set) (#1504) by Mr. Jake · 5 months ago
  18. 74b9ea4 use best_effort_wfe_or_timeout instead of wfe (#1404) by Graham Sanderson · 5 months ago
  19. 778221b Add missing semicolon (#1750) by Jack Wilsdon · 5 months ago
  20. 73e7196 #1748 replace incorrect license (#1749) by Graham Sanderson · 5 months ago
  21. 8b0146c Fixed an issue that caused incorrect settings when the SPI clock was less than 244141Hz. (#1633) by aizaki77 · 5 months ago
  22. f5b7a91 corrected issue#1536 - used correct define to create a configuration mask (#1613) by MarcinKlosowskiMobica · 5 months ago
  23. 9290bdd fix harware_alarm_irq_number typo (#1619) by Sonya Vasquez · 5 months ago
  24. 2de70c7 Fix PICO_DEOPTIMIZED_DEBUG not updating compiler flags (#1620) by Peter S. Hollander · 5 months ago
  25. f5fea7f pico_cyw43_driver/cyw43_bus_pio_spi.c: make SPI_PROGRAM_NAME and CLOCK_DIV configurable in makefile (#1499) by Maarten van der Schrieck · 5 months ago
  26. 5d36c90 Make it easier to configure default baud rate (#1648) by Peter Harper · 5 months ago
  27. 5118b4a Adds support for the iLabs opendec02 decoder. (#1667) by Pontus Oldberg · 5 months ago
  28. cea8211 Fix FIFO size in Doxygen in hardware/adc.h (#1720) by Andrew Scheller · 5 months ago
  29. 5be87f1 Clarify that DMA timer fraction must be <= 1 (#1723) by Andrew Scheller · 5 months ago
  30. 0e5cef3 Boards header updates (#1724) by Andrew Scheller · 5 months ago
  31. 333974f Corrects errors in returning constant labels (#1735) by Hiroyuki OYAMA · 5 months ago
  32. a567349 Update btstack v1.6.1 (#1736) by Peter Harper · 5 months ago
  33. f193ed6 Update cyw43-driver to fix build warnings (#1739) by Peter Harper · 5 months ago
  34. c526ec1 custom_(un)lock_tcpip_core: link properly in C++ (#1738) by J · 5 months ago
  35. 6ff3e4f Expand bazel build to include configuration options and broader support. (#1731) by armandomontanez · 5 months ago
  36. 0dc17e5 Update cyw43_driver to v1.0.3 (#1732) by Peter Harper · 5 months ago
  37. a391f64 Added Newsan's Archi board (#1730) by Christian Halter · 5 months ago
  38. a456964 Fix btstack compilation (#1726) by Peter Harper · 5 months ago
  39. 3ee0623 set git tag for the SDK (#1630) by Ahmet Kizilay · 6 months ago
  40. 79977db Update dma.h (#1678) by Mykle · 6 months ago
  41. e84eedf Remove unneeded includes from pico_flash. (#1699) by J · 6 months ago
  42. 115eae7 Add scripts to extract PICO_CMAKE_CONFIG and PICO_BUILD_DEFINE entries (#1708) by Andrew Scheller · 6 months ago
  43. abce1d4 Introduce initial Bazel build (#1705) by armandomontanez · 6 months ago
  44. 23dec9d Correct clk_sys auxsrc definition for XOSC (#1571) by dthomas981 · 6 months ago
  45. f81537d Add board definition for Cytron Maker Pi RP2040 (#1473) by Agustín Mista · 6 months ago
  46. a6c65b4 Small kitchen-sink fixes (#1707) by Andrew Scheller · 6 months ago
  47. dcc2241 Add a script to create a header file including all other header files (#319) by Andrew Scheller · 6 months ago
  48. 3f41d7d Added comments referencing spin-lock lock/unlock read/writes (#1501) by Mr. Jake · 6 months ago
  49. 7d238ea [pioasm] Fix build warning due to extra parameters (#1625) by Patrick Plenefisch · 6 months ago
  50. 0d56f52 Add some missing i2c function documentation (#1650) by Peter Harper · 6 months ago
  51. f1f3bd6 Disable FIFO IRQ when doing reset of core1 (same as with launching) (#1447) by Mr. Jake · 6 months ago
  52. 5941969 Improved const correctness of rtc functions (#1460) by Joseph Bellahcen · 6 months ago
  53. ac8f277 Fix stdio_set_chars_available_callback for usb (#1649) by Peter Harper · 6 months ago
  54. fcd5333 remove dead code in __aeabi_dcmpun (#1703) by Siarhei Volkau · 6 months ago
  55. a0f4cd4 Implement Pioasm for Go (TinyGo) (#1604) by Patricio Whittingslow · 7 months ago
  56. b27f13b reformatting doxygen comment markup (#1660) by Nellie McKesson · 8 months ago
  57. 0c65e1d pico/mutex.h: Fix typo in comment (#1637) by J. Neuschäfer · 9 months ago
  58. c9cce7a pico_generate_pio_header: Create OUTPUT_DIR (#1610) by timg236 · 10 months ago
  59. f1c6fc8 Fix #1442: Allow adding alternative .gatt file import paths (#1445) by rppicomidi · 10 months ago
  60. 62bb486 Add tool for lwip httpd server (#1600) by Peter Harper · 10 months ago
  61. 8353cb6 Fix spelling mistake, add documentation (#1444) by hubiscode · 10 months ago
  62. 4d19007 rp2_common/pico_standard_link: linker script fixes (#1539) by Maarten van der Schrieck · 10 months ago
  63. 73dce4e Doxygen comment typo (#1463) by Andrew Scheller · 10 months ago
  64. 6bb38a8 fix cybt_mem_read debug log typo (#1480) by Brandon Ros · 10 months ago
  65. ff2e202 Fixes #1468 (#1497) by Andre Zeps · 10 months ago
  66. 46bddd6 save about 100 bytes of code (release) size for simple UART usage (#1431) by Graham Sanderson · 10 months ago
  67. 3274cc8 Fix CWE-686 in tools/elf2uf2/main.cpp:132 (#1585) by Timo Kokkonen · 11 months ago
  68. d7bbadb Add a cmake function for configuring IP addresses (#1424) by Peter Harper · 11 months ago
  69. 9f45e3c Freertos background asserts if IPv6 is enabled (#1591) by Peter Harper · 11 months ago
  70. 9ff8a98 Add board definition for upcoming Pololu Zumo 2040 Robot (#1475) by Paul Grayson · 11 months ago
  71. 538b901 Add watchdog parameter-validation, and fix up misleading comments (#1567) by Andrew Scheller · 11 months ago
  72. e5e30b4 CMake cmake_minimum_required Deprecation Warning (#1546) by Ghorban M. Tavakoly · 11 months ago
  73. 01804ac added weact studio board variants (#1437) by Joshua H · 11 months ago
  74. 4e3951d added Xerxes RP2040 board to includes (#1459) by Stanislav Rubint · 11 months ago
  75. 7dcb984 Fix waveshare_rp2040_zero USB unrecognize after unplug and replug (#1421) by Alynx Zhou · 11 months ago
  76. 7ed83dd Add calls to tight_loop_contents in a few more places. (#1401) by Andrew Scheller · 11 months ago
  77. d92e26a Remove unused warning in async_context_freertos (#1574) by Earle F. Philhower, III · 11 months ago
  78. 21cf892 Added stdio.h include to pico malloc when debug enabled (#1503) by Mr. Jake · 11 months ago
  79. 8787bc9 pioasm: Add JSON output format for machine consumption (#1394) by Patrick Plenefisch · 11 months ago
  80. 263a668 workflow update for macOS to fix bad GCC install by Graham Sanderson · 1 year, 3 months ago
  81. 8262a08 rom_hword_as_ptr should use __force_inline (#1494) by Graham Sanderson · 1 year, 3 months ago
  82. 8e16934 remove incorrect repeating_timer assertion, which fails if the timer fires during creation (#1488) by Graham Sanderson · 1 year, 3 months ago
  83. f85d679 tools: fix CMake deprecation warnings (#1477) by Stefan Becker · 1 year, 3 months ago
  84. 81b3200 Fix documentation for gpio_set_irq_enabled (#1470) by Paul Mucur · 1 year, 3 months ago
  85. fbb0783 Fix boot2_is25lp080.S section naming (#1430) by Earle F. Philhower, III · 1 year, 5 months ago
  86. 88fa391 Merge branch 'master' into develop by graham sanderson · 1 year, 5 months ago
  87. 6a7db34 revert changes to when -nostartfiles is specified in link for 1.5.1 as it can cause link errors with C++; see #1368 by graham sanderson · 1 year, 5 months ago main upstream/1274-blocking-uart-transmission-appears-to-exit-early 1.5.1
  88. 9f99361 start 1.5.2 development by graham sanderson · 1 year, 5 months ago
  89. 8ecc5ab set release version 1.5.1 by graham sanderson · 1 year, 5 months ago
  90. f316272 Move multicore_lockout victim initialzied tracking to pico_multicore (#1427) by Graham Sanderson · 1 year, 5 months ago
  91. bb460d0 Add missing "default defines" (#1426) by Andrew Scheller · 1 year, 5 months ago
  92. 0be7fb8 Add missing doxygen ingroup tags (#1425) by Andrew Scheller · 1 year, 5 months ago
  93. 3352ccf split asm volatile back out (#1420) by Graham Sanderson · 1 year, 5 months ago
  94. 7119978 Update svd using latest version of generation tools (#1417) by Liam Fraser · 1 year, 6 months ago
  95. 0423d7a Update BTstack to pick up fix. (#1418) by Peter Harper · 1 year, 6 months ago
  96. c0a615e Improve the comments around VSYS/VBUS config. (#1414) by Peter Harper · 1 year, 6 months ago
  97. ab76609 WIP: Add btstack files missing from build (#1380) by Peter Harper · 1 year, 6 months ago
  98. 1b81fcc Update to btstack v1.5.6 (#1415) by Peter Harper · 1 year, 6 months ago
  99. f3ebd62 Flash bank customisation (#1293) by Peter Harper · 1 year, 6 months ago
  100. d315a04 Correct writes to the UART LCR register (#1347) by andygpz11 · 1 year, 6 months ago