1. bb460d0 Add missing "default defines" (#1426) by Andrew Scheller · 1 year, 10 months ago
  2. 0be7fb8 Add missing doxygen ingroup tags (#1425) by Andrew Scheller · 1 year, 10 months ago
  3. 3352ccf split asm volatile back out (#1420) by Graham Sanderson · 1 year, 10 months ago
  4. 7119978 Update svd using latest version of generation tools (#1417) by Liam Fraser · 1 year, 10 months ago
  5. c0a615e Improve the comments around VSYS/VBUS config. (#1414) by Peter Harper · 1 year, 11 months ago
  6. ab76609 WIP: Add btstack files missing from build (#1380) by Peter Harper · 1 year, 11 months ago
  7. f3ebd62 Flash bank customisation (#1293) by Peter Harper · 1 year, 11 months ago
  8. d315a04 Correct writes to the UART LCR register (#1347) by andygpz11 · 1 year, 11 months ago
  9. f28bbfd Add new pico_flash library with flash_safe_execute(func) (#1412) by Graham Sanderson · 1 year, 11 months ago
  10. 6a221e0 Add dma_channel_cleanup method and use it to cleanup after pico_cyw43_driver is closed (#1372) by Peter Harper · 1 year, 11 months ago
  11. 3b44b0d update cmake vars which come from environment with FORCE so they can be updated (#1405) by Graham Sanderson · 1 year, 11 months ago
  12. 8e89e95 Fix PICO_CYW43_ARCH_POLL header guard (#1407) by Peter Harper · 1 year, 11 months ago
  13. c026314 subs requires a lo register (#1402) by Graham Sanderson · 1 year, 11 months ago
  14. b0a6f24 USB descriptor string length. (#1341) by hubiscode · 1 year, 11 months ago
  15. c7211db Fixed assert when calling cancel_alarm(0) (#1173) by Malte Thiesen · 1 year, 11 months ago
  16. 826efbc pico_lwip_arch build fix (#1389) by Peter Harper · 1 year, 11 months ago
  17. 5ee4c1c Add cyw43_arch_disable_sta_mode (#1383) by Peter Harper · 1 year, 11 months ago
  18. 8dbc6f2 Bt wifi buffer corruption (#1362) by Peter Harper · 1 year, 11 months ago
  19. c34d3d5 Work around issue with unreferenced sections marked allocated in the asm being discarded by GNU linker (#1391) by Graham Sanderson · 1 year, 11 months ago
  20. affbb31 fix build (#1395) by Graham Sanderson · 1 year, 11 months ago
  21. 8888fd7 Add a PICO_CONFIG control to disable switching the peripheral clk to usb clk when the sys pll is changed by andygpz11 · 1 year, 11 months ago
  22. 4515719 Add conditionalization for (potentially unused) struct and function (#1282) (#1348) by andygpz11 · 1 year, 11 months ago
  23. 1d9f187 add cyw43_arch_disable_ap_mode() to cyw43_arch (#1331) by Michael Busby · 1 year, 11 months ago
  24. 8ebb83c resolves #1161 (#1322) by Brendan · 1 year, 11 months ago
  25. 257959b Add user_data to async_when_pending_worker_t. (#1384) by Peter Harper · 1 year, 11 months ago
  26. e87f11b Add some configuration for VBUS / VSYS (#1252) by Peter Harper · 2 years, 1 month ago
  27. a42564b Allow support of crystals other than 12MHz (#1024) (#1272) by andygpz11 · 2 years, 1 month ago
  28. 4000c9f Allow malloc and free to be changed. (#1309) by Peter Harper · 2 years, 1 month ago
  29. 2bfa90c Set PICO_STDIO_USB_CONNECT_WAIT_TIMEOUT_MS (#1253) by Peter Harper · 2 years, 1 month ago
  30. cd54c32 Add Default for the thingplus ws2812 (#1312) by agento2 · 2 years, 1 month ago
  31. 7f72325 switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) by Graham Sanderson · 2 years, 1 month ago
  32. dca773f Add board definition for upcoming Pololu 3pi+ 2040 Robot (#1259) by Paul Grayson · 2 years, 2 months ago
  33. 0b285af Revert change to cyw43_hal_generate_laa_mac (#1291) by Peter Harper · 2 years, 2 months ago
  34. 1ac9037 Various small fixes towards building with other compilers (#1285) by Graham Sanderson · 2 years, 2 months ago
  35. bc7d9ce Fix some header dependencies in bluetooth (#1294) by Peter Harper · 2 years, 2 months ago
  36. d9c88c6 Make sure BT device address is set. (#1284) by Peter Harper · 2 years, 2 months ago
  37. b1d4ba5 Doxygen formatting fixes (#1283) by Andrew Scheller · 2 years, 2 months ago
  38. 777cd52 Git rid of some errant apostrophes in Doxygen / code comments (#1275) by Andrew Scheller · 2 years, 2 months ago
  39. d172067 Add Raspberry Pi BTstack license (#1273) by Graham Sanderson · 2 years, 2 months ago
  40. 37c8e9f typo fix (#1264) by Mr. Green's Workshop · 2 years, 2 months ago
  41. 1331c47 Add missing busy_wait_ms functino to host platform (#1254) by Graham Sanderson · 2 years, 2 months ago
  42. c2af4e8 Fix various Doxygen errors (#1251) by Andrew Scheller · 2 years, 2 months ago
  43. d30b97a remove unnecessary headers - particular pico_stdlib.h which should not be included by libraries (#1250) by Graham Sanderson · 2 years, 2 months ago
  44. 226374a Documentation typos (#1249) by Andrew Scheller · 2 years, 2 months ago
  45. e763cb8 Fix typo in pico_rand breaking randomness when PICO_RAND_ENTROPY_SRC_BUS_PERF_COUNTER=1 (#1246) by Graham Sanderson · 2 years, 2 months ago
  46. 5abb4eb Fix typos in the PICO_CONFIG settings (#1242) by Andrew Scheller · 2 years, 2 months ago
  47. 0121007 Improve SPI set-up: Don't change the config whilst it is enabled (#1227) by Graham Sanderson · 2 years, 2 months ago
  48. c8ccefb Add Bluetooth support by graham sanderson · 2 years, 2 months ago
  49. d07abf3 Setup clock pin when starting SPI comms. (#1236) by Peter Harper · 2 years, 2 months ago
  50. 756c4f2 Remove duplicated comment line in header (#1237) by andygpz11 · 2 years, 2 months ago
  51. f54ca1a Add/tidy API doxygen for the new pico_i2c_slave library (#1233) by andygpz11 · 2 years, 2 months ago
  52. 8c8006d Fix build backwards-incompatibilities with LIB_XXX defines, and add fix pico_time in host mode (#1232) by Graham Sanderson · 2 years, 2 months ago
  53. 18b97fc add new pcio_I2c_slave library (#1205) by Graham Sanderson · 2 years, 2 months ago
  54. 66bd4d8 Comment typos (#1231) by Andrew Scheller · 2 years, 2 months ago
  55. 5eff172 revert use of pico_add_library in pico_usb_reset_interface which is used by picotool and included directly as _headers library by SDK anyway (#1230) by Graham Sanderson · 2 years, 2 months ago
  56. cc169dd stdio hardening + new mutex API (#1224) by Graham Sanderson · 2 years, 2 months ago
  57. 7ef7ec8 Fix Windows build warning (#1228) by Peter Harper · 2 years, 2 months ago
  58. ab18927 Various Documentation Updates + bump version to SDK1.5.0-develop (#1220) by Graham Sanderson · 2 years, 2 months ago
  59. a916761 issue 1219, minor improvements to doxygen comments (#1223) by Brad S · 2 years, 2 months ago
  60. 7e305a7 fix typo (#1217) by Graham Sanderson · 2 years, 2 months ago
  61. c05c97d Fix PICO_STDIO_USB_SUPPORT_CHARS_AVAILABLE_CALLBACK (#1216) by Peter Harper · 2 years, 2 months ago
  62. fff2c6b add thread info to pico_rand docs (#1214) by Graham Sanderson · 2 years, 3 months ago
  63. 31780ae Add stdio_set_chars_available_callback (#1213) by Peter Harper · 2 years, 3 months ago
  64. 0e4e25a Rework build targets such that: (#1211) by Graham Sanderson · 2 years, 3 months ago
  65. 0b0931a Bssid (#1212) by Peter Harper · 2 years, 3 months ago
  66. c852a65 define option to disable cpp allocation overrides (#1145) by Sencer · 2 years, 3 months ago
  67. 1552324 Add mbedtls_hardware_poll implementation to pico_mbedtls by Peter Harper · 2 years, 3 months ago
  68. 45d2dc4 add missing pico_rand dependency (#1203) by Graham Sanderson · 2 years, 3 months ago
  69. 729c7f4 Tweaks to section-attribute stuff in platform.h (#1202) by Andrew Scheller · 2 years, 3 months ago
  70. 36ba9e6 Add NVIC struct. Fixes #947 (#1199) by Liam Fraser · 2 years, 3 months ago
  71. fefb6b6 Move more code from pico_cyw43_arch to pico_cyw43_driver (#1201) by Graham Sanderson · 2 years, 3 months ago
  72. b70f984 Add pico_rand library (#1111) by andygpz11 · 2 years, 3 months ago
  73. 67af83f Fix compile issue with clock_t conversion (#1200) by Peter Harper · 2 years, 3 months ago
  74. b979395 Keep retrying if cyw43_wifi_join fails (#1195) by Peter Harper · 2 years, 3 months ago
  75. 260df95 tinyusb: enable workaround for RP2040-E15 (#1137) by P33M · 2 years, 3 months ago
  76. 9a5eae1 fix compiler warning (#1193) by Graham Sanderson · 2 years, 3 months ago
  77. 248fc72 Remove (legacy) direct inclusion of 'pico/platform.h' and 'pico/config.h' (#1190) by Graham Sanderson · 2 years, 3 months ago
  78. a540ca9 Add new async_context abstraction and refactor cyw43_arch to use it (#1177) by Graham Sanderson · 2 years, 3 months ago
  79. c578422 Remove PLL postdiv assert. Fixes #1047 (#1189) by Liam Fraser · 2 years, 3 months ago
  80. 177b030 SYS funcs and GCC12 fixes (#1186) by Graham Sanderson · 2 years, 3 months ago
  81. a66ba7a user_irqs should be claimed globally not per core, since vector tabes are shared (#1183) by Graham Sanderson · 2 years, 3 months ago
  82. 8b8778c compile issue seems to have snuck thru (#1184) by Graham Sanderson · 2 years, 3 months ago
  83. aaf0828 change clock_gpio_init to take float and add clock_gpio_init_int_frac (#1178) by Howard Su · 2 years, 3 months ago
  84. 2e45d8e Update source code to use the correct bit - fixes #993 (#1180) by andygpz11 · 2 years, 3 months ago
  85. 885bd92 Ability to set USB device as self powered device (#1105) by Mr. Green's Workshop · 2 years, 3 months ago
  86. 4215d4a Latest updates to the autogenerated headers (#1122) by Andrew Scheller · 2 years, 3 months ago
  87. 3578725 Avoid generating garbage input due to initialization (#1125) by DipSwitch · 2 years, 3 months ago
  88. 13a171a Small doxygen fixes (#1092) by Andrew Scheller · 2 years, 3 months ago
  89. 73dcbec Improved code format (#1146) by KafCoppelia · 2 years, 3 months ago
  90. 88bc4f9 cleanup header guard names to be consistent (#1179) by Graham Sanderson · 2 years, 3 months ago
  91. 99ee33a Add nullbits Bit-C PRO (#1149) by Jay Greco · 2 years, 3 months ago
  92. 419eb73 Disable linker warning (#1114) by Peter Harper · 2 years, 3 months ago
  93. 488bd66 Fix conflicting C++ linkage for pico_lwip panic() (#1167) by ryanjsims · 2 years, 3 months ago
  94. 605e21a pairing heap free link list gets orphaned when fully depleted (#1120) (#1121) by Graham Sanderson · 2 years, 4 months ago
  95. 0b52603 Fix build issues with spaces and parentheses (#1136) by Peter Harper · 2 years, 4 months ago
  96. 56594e7 Allow changing the USB VID, PID, manufacturer, and product via CMake (#1130) by Stargirl Flowers · 2 years, 5 months ago
  97. 0ef07e5 Fix the description of stdio_flush() (#1095) by Radoslav Gerganov · 2 years, 5 months ago
  98. 887c0b8 IRQ on CYW43_PIN_WL_HOST_WAKE not gpio13 (#1069) by envirocoder · 2 years, 5 months ago
  99. 586850e binary_info/structure.h: Fix pins_with_func format comment (#1070) by Nicolas Pouillon · 2 years, 5 months ago
  100. 5258ee6 Add new DMA sniffer's API (#887) by andygpz11 · 2 years, 6 months ago