1. 2006236 Merge pull request #897 from Daft-Freak/pico-presto by Charlie Birks · 8 months ago upstream/master
  2. 865f4be Merge pull request #898 from 32blit/patch-cmake-kits by Charlie Birks · 9 months ago
  3. f4be823 Add the other toolchains to the CMake kits list by Charlie Birks · 9 months ago
  4. 92e2fb9 Merge pull request #896 from Daft-Freak/misc-cleanup-fixes by Charlie Birks · 9 months ago
  5. 7a0210f pico: use DPI driver for vgaboard by Charlie Birks · 9 months ago
  6. 7a00801 pico: add presto config by Charlie Birks · 9 months ago
  7. 76ee7ac pico: handle GPIO base in SPI SD card driver by Charlie Birks · 9 months ago
  8. 7cbf223 pico: add ST7701 init sequence to SPI driver (for presto) by Charlie Birks · 9 months ago
  9. 469ecb3 pico: add support for reversed bit order to DPI driver by Charlie Birks · 9 months ago
  10. d75b26e pico: add suport for no D/C pin (9-bit spi) to DPI driver by Charlie Birks · 9 months ago
  11. 2f821d1 pico: use DPI_SPI_INIT to select which SPI to use by Charlie Birks · 9 months ago
  12. 1891815 pico: use true width in DPI code and allow slightly more than a pixel of rounding by Charlie Birks · 9 months ago
  13. 4695465 pico: use 32-bit DMA for DPI data by Charlie Birks · 9 months ago
  14. 1cb80e6 pico: add binary info for DPI pins by Charlie Birks · 9 months ago
  15. 22ad651 pico: add support for sending SPI init commands to DPI driver by Charlie Birks · 9 months ago
  16. c397302 pico: move the Display Command Set enums to a header by Charlie Birks · 9 months ago
  17. 65bf203 pico: make DPI timings configurable by Charlie Birks · 9 months ago
  18. fa3d7c0 pico: put the front porch in the right place by Charlie Birks · 9 months ago
  19. e91da85 pico: init DPI clock pin if set by Charlie Birks · 9 months ago
  20. 7cd68a4 pico: allow more repeat values in dpi driver by Charlie Birks · 9 months ago
  21. cf7361c pico: add new DPI driver by Charlie Birks · 9 months ago
  22. 0d69774 pico: duplicate some vgaboard config to allow using other PICO_BOARD values by Charlie Birks · 9 months ago
  23. 14d3fa0 pico: restore i2c pullups by Charlie Birks · 9 months ago
  24. 32ca1e6 pico: add common i2c init by Charlie Birks · 9 months ago
  25. 9c2478e pico: always link to hardware_i2c by Charlie Birks · 9 months ago
  26. 7a674ec pico: set PicoVision I2C pins/instance in our board header by Charlie Birks · 9 months ago
  27. 7941149 pico: tca9555 input driver for QwST Pad by Charlie Birks · 9 months ago
  28. 3a92048 Fix MP3Stream file_buffer leak by Charlie Birks · 9 months ago
  29. f01ddc2 Remove manual adsr setting in MP3Stream by Charlie Birks · 9 months ago
  30. d409d86 Remove engine/output.cpp/.hpp by Charlie Birks · 9 months ago
  31. 9473a0a Merge pull request #893 from Daft-Freak/pico-dbi-window by Charlie Birks · 10 months ago
  32. 6764033 Merge pull request #894 from Daft-Freak/pico-stdio-usb by Charlie Birks · 10 months ago
  33. e6bbd65 pico: init usb before stdio by Charlie Birks · 11 months ago
  34. 3d47e76 pico: (re-)enable baud rate reset by Charlie Birks · 11 months ago
  35. 2ae647f pico: use stdio_usb insteead of manually wrting to CDC by Charlie Birks · 11 months ago
  36. 2fe6206 pico: use window to allow custom DBI resolutions by Charlie Birks · 11 months ago
  37. ed3ffd7 Merge pull request #892 from 32blit/patch-dfu-util by Charlie Birks · 11 months ago
  38. 9bf9d00 Merge pull request #885 from Daft-Freak/sdl-tilt by Charlie Birks · 11 months ago
  39. f243c2a docs: update dfu-util command by Charlie Birks · 11 months ago upstream/patch-dfu-util
  40. aed464a Merge pull request #883 from Daft-Freak/root-tidy by Charlie Birks · 12 months ago
  41. a97cf86 Merge pull request #882 from Daft-Freak/pico-i2s-doom by Charlie Birks · 12 months ago
  42. bec49cf docs: update for firmware/updater moving to 32blit-stm32 by Charlie Birks · 12 months ago
  43. 43f0e4e Merge pull request #887 from 32blit/patch-debian-ver by Charlie Birks · 12 months ago
  44. b60642d docs: update required Debian version by Charlie Birks · 12 months ago
  45. 944d741 Merge pull request #884 from Daft-Freak/pico-vsync-callback by Charlie Birks · 12 months ago
  46. b4ebeb7 Merge pull request #886 from 32blit/patch-ccache-cache-path by Charlie Birks · 12 months ago
  47. c6d7519 sdl: use controller accelerometer for tilt if available by Charlie Birks · 12 months ago
  48. c8385f6 pico: inline dbi vsync_callback by Charlie Birks · 12 months ago
  49. e4be4db Move firmware updater to 32blit-stm32 by Charlie Birks · 12 months ago
  50. 23e6eb6 Move firmware dir to 32blit-stm32 by Charlie Birks · 12 months ago
  51. 827a444 Move hardware dir to 32blit-stm32 by Charlie Birks · 12 months ago
  52. 7706fbf pico: increase i2s buffers by Charlie Birks · 12 months ago
  53. 42c638c pico: rework i2s queueing by Charlie Birks · 12 months ago
  54. 1f91b8e pico: switch order in audio timer by Charlie Birks · 12 months ago
  55. 4adc048 Merge pull request #881 from Daft-Freak/pico-hid-kb-pad by Charlie Birks · 1 year ago v0.3.3
  56. 2b00676 pico: merge keyboard and gamepad buttons when both are detected by Charlie Birks · 1 year ago
  57. d5e1b3c pico: reset buttons if no HID device detected by Charlie Birks · 1 year ago
  58. 197f472 Merge pull request #878 from 32blit/patch-cmake-minimum-maximum by Charlie Birks · 1 year, 1 month ago
  59. 699bf4e Merge pull request #879 from Daft-Freak/pico-standalone-i2s by Charlie Birks · 1 year, 1 month ago
  60. 9d6adb3 ci: attempt to fix ccache path by Charlie Birks · 1 year, 1 month ago
  61. 0ff8751 pico: handle I2S pins >= 32 by Charlie Birks · 1 year, 1 month ago
  62. e35b56a pico: rewrite I2S audio by Charlie Birks · 1 year, 1 month ago
  63. 5e2c8fe Specify a max version in cmake_minimum_required by Charlie Birks · 1 year, 2 months ago
  64. cded4ad stm32: stop pretending startup asm is C++ by Charlie Birks · 1 year, 2 months ago
  65. db20fc7 Merge pull request #876 from 32blit/patch-sdl-thread-exit by Charlie Birks · 1 year, 2 months ago
  66. b489112 Merge pull request #874 from 32blit/pico-picovision-board by Charlie Birks · 1 year, 2 months ago
  67. b4640fe Merge pull request #872 from Daft-Freak/pico-dbi by Charlie Birks · 1 year, 2 months ago
  68. 953e153 sdl: fix exiting while waiting for a render to be presented by Charlie Birks · 1 year, 2 months ago
  69. 9260b49 Merge pull request #875 from 32blit/patch-macos-bundle-fix-again by Charlie Birks · 1 year, 2 months ago
  70. d91ad31 sdl: fix installing on macos with sdl_image from homebrew by Charlie Birks · 1 year, 2 months ago
  71. 6055a95 Merge pull request #871 from 32blit/toolchain-2350-misc-fixes by Charlie Birks · 1 year, 2 months ago
  72. 9df9966 docs: simplify picovision PICO_BOARD by Charlie Birks · 1 year, 2 months ago
  73. a812f5d Update picovision action by Charlie Birks · 1 year, 2 months ago
  74. 2ca6a6c pico: add minimal board config header for picovision by Charlie Birks · 1 year, 2 months ago
  75. c028783 pico: set our board directory as an extra search path for the SDK by Charlie Birks · 1 year, 2 months ago
  76. 7551227 pico: fix board config name message by Charlie Birks · 1 year, 2 months ago
  77. 349bd9a Merge pull request #867 from Daft-Freak/pico-no-nano by Charlie Birks · 1 year, 2 months ago
  78. c7e612b pico: fix config.h for default board fallback by Charlie Birks · 1 year, 2 months ago
  79. f347573 pico: add Display Pack 2.8 by Charlie Birks · 1 year, 2 months ago
  80. 74a0d97 pico: dedup window setup by Charlie Birks · 1 year, 2 months ago
  81. 6b8d60c pico: rename remaining st7789 references by Charlie Birks · 1 year, 2 months ago
  82. bb7f90c pico: rename the 8bit #define by Charlie Birks · 1 year, 2 months ago
  83. 58f50fb pico: rename st7789 display driver to dbi by Charlie Birks · 1 year, 2 months ago
  84. a4f184b pico: only enable te if we're using it by Charlie Birks · 1 year, 2 months ago
  85. b83b922 pico: split st7789 reg enum into standard and st7789-specific regs by Charlie Birks · 1 year, 2 months ago
  86. 636f65b pico: minor clean up around DISPLAY_WIDTH/HEIGHT by Charlie Birks · 1 year, 2 months ago
  87. 1a7f4a1 pico: shuffle code around, remove unused (defaulted) arguments by Charlie Birks · 1 year, 2 months ago
  88. b78d501 pico: drop st7789 namespace by Charlie Birks · 1 year, 2 months ago
  89. 3bb6bed pico: merge st7789 files by Charlie Birks · 1 year, 2 months ago
  90. b13b9cf pico: include storage.hpp for get_storage_available by Charlie Birks · 1 year, 2 months ago
  91. d0ab773 Simplify screen decl by Charlie Birks · 1 year, 2 months ago
  92. d1e7975 pico: don't apply the same overvolt to RP2350 by Charlie Birks · 1 year, 2 months ago
  93. fca0af0 pico: set PICO_EMBED_XIP_SETUP by Charlie Birks · 1 year, 2 months ago
  94. 7f2f90e Don't default PICO_BOARD if PICO_ADDON set by Charlie Birks · 1 year, 2 months ago
  95. befffbf Default board to pico2 in pico2 toolchain by Charlie Birks · 1 year, 2 months ago
  96. 788e0d2 Merge pull request #868 from Daft-Freak/pico-sd-fixes by Charlie Birks · 1 year, 2 months ago
  97. 8def062 Merge pull request #870 from 32blit/patch-release-assets by Philip Howard · 1 year, 2 months ago
  98. 1812191 pico: calculate SD SPI clocks by Charlie Birks · 1 year, 2 months ago
  99. 6f23752 Merge pull request #864 from 32blit/patch-line-finite by Charlie Birks · 1 year, 2 months ago
  100. 74a4ea1 Merge pull request #869 from 32blit/patch-api-pack by Charlie Birks · 1 year, 3 months ago