Skip to content

Commit

Permalink
firmware 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed May 6, 2023
1 parent f1f5705 commit 2db518d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ compatibility
release notes
-------------

### firmware [1.1](https://github.com/delan/usb3sun/releases/tag/1.1) (2023-05-06)

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.1/pio_pkg_list.txt) = dependency tree at time of release
* fixed regressions due to dependency updates
* fixed panic regression with *Pico Pio USB* 0.5.2 by removing non-idempotent workaround for a bug that was fixed upstream (sekigon-gonnoc/Pico-PIO-USB#77)
* worked around unsolved usb hid regression (adafruit/Adafruit_TinyUSB_Arduino#296) by pinning *Adafruit TinyUSB Library* to 2.0.1
* fixed panic when combining PICOPROBE_ENABLE and CFG_TINYUSB_DEBUG
* changed default DISPLAY_ROTATION to 0 — this better suits pcb rev A0 than the old value, and is equally suitable for the breadboard prototype
* changed debug/upload protocols to cmsis-dap — this fixes compatibility with new picoprobe firmware
* pinned sensitive dependencies to reduce future breakage — note that not all dependencies are pinned yet (platformio/platformio-core#4613), but see above for known-good dependency tree

### pcb rev [A0](https://github.com/delan/usb3sun/releases/tag/A0) (2023-04-28)

* initial release
Expand Down
18 changes: 18 additions & 0 deletions pio_pkg_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Resolving pico dependencies...
Platform raspberrypi @ 1.9.0+sha.0c33219 (required: git+https://github.com/maxgerhardt/platform-raspberrypi.git)
├── framework-arduinopico @ 1.30101.0+sha.c276a36 (required: git+https://github.com/earlephilhower/arduino-pico.git#3.1.1)
├── tool-mklittlefs-rp2040-earlephilhower @ 5.100300.230216 (required: earlephilhower/tool-mklittlefs-rp2040-earlephilhower @ ~5.100300.0)
├── tool-openocd-rp2040-earlephilhower @ 5.100300.230216 (required: earlephilhower/tool-openocd-rp2040-earlephilhower @ ~5.100300.0)
├── tool-rp2040tools @ 1.0.2 (required: platformio/tool-rp2040tools @ ~1.0.2)
└── toolchain-rp2040-earlephilhower @ 5.100300.230216 (required: earlephilhower/toolchain-rp2040-earlephilhower @ ~5.100300.0)

Libraries
├── Adafruit GFX Library @ 1.11.5+sha.5ea4be3 (required: git+https://github.com/adafruit/Adafruit-GFX-Library.git#1.11.5)
│ └── Adafruit BusIO @ 1.14.1 (required: Adafruit BusIO)
├── Adafruit SSD1306 @ 2.5.7+sha.88711ef (required: git+https://github.com/adafruit/Adafruit_SSD1306.git#2.5.7)
├── Adafruit TinyUSB Library @ 2.0.1+sha.3d2167c (required: git+https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git#2.0.1)
│ ├── Adafruit SPIFlash @ 4.1.1 (required: Adafruit SPIFlash)
│ │ ├── Adafruit NeoPixel @ 1.11.0 (required: Adafruit NeoPixel)
│ │ └── SdFat - Adafruit Fork @ 2.2.1 (required: SdFat - Adafruit Fork)
│ ├── MIDI Library @ 5.0.2 (required: MIDI Library)
└── Pico PIO USB @ 0.5.2+sha.9f73822 (required: git+https://github.com/sekigon-gonnoc/Pico-PIO-USB.git#0.5.2)

0 comments on commit 2db518d

Please sign in to comment.