Skip to content

Commit

Permalink
firmware 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jul 18, 2023
1 parent 703d8bb commit fbb52af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ features planned for a future firmware version:
release notes
-------------

### firmware [1.5](https://github.com/delan/usb3sun/releases/tag/1.5) (2023-07-18)

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.5/pio_pkg_list.txt) = dependency tree at time of release
* added a **macro to reprogram your idprom** — this makes it easier to boot your workstation with a dead nvram battery
* added a **macro to wipe your idprom** — this makes your idprom contents invalid, as if you had a dead nvram battery
* added a **hostid setting** — this sets the hostid used when reprogramming your idprom
* changed behaviour of builtin led to turn on at the very start of setup — this may help troubleshoot problems with CDC serial port initialisation

### firmware [1.4](https://github.com/delan/usb3sun/releases/tag/1.4) (2023-07-17)

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.4/pio_pkg_list.txt) = dependency tree at time of release
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib_deps =
https://github.com/adafruit/Adafruit_SSD1306.git#2.5.7
https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git#2.0.1
https://github.com/sekigon-gonnoc/Pico-PIO-USB.git#0.5.2
build_flags = -DUSB3SUN_VERSION=\"1.4\" -DUSE_TINYUSB -DCFG_TUSB_CONFIG_FILE=\"C:/Users/delan/code/usb3sun/tusb_config.h\" ; -DCFG_TUSB_DEBUG=3
build_flags = -DUSB3SUN_VERSION=\"1.5\" -DUSE_TINYUSB -DCFG_TUSB_CONFIG_FILE=\"C:/Users/delan/code/usb3sun/tusb_config.h\" ; -DCFG_TUSB_DEBUG=3
board_build.f_cpu = 120000000L
board_build.filesystem_size = 64k
; build_type = debug
Expand Down

0 comments on commit fbb52af

Please sign in to comment.