Skip to content

Commit

Permalink
firmware 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jul 16, 2023
1 parent 84c256e commit 1a4d8cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ features planned for a future firmware version:
release notes
-------------

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

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.3/pio_pkg_list.txt) = dependency tree at time of release
* added **firmware version to display** — this replaces the logo, which became a bit redundant
* added **marquee display for long menu items** — this fixes a bug where they would wrap in an unreadable way

### pcb rev [A2](https://github.com/delan/usb3sun/releases/tag/A2) (2023-06-30)

* added usb-c port J4 — this makes firmware updates much easier, and makes it possible to debug the sun keyboard and mouse interfaces simultaneously
Expand Down
11 changes: 6 additions & 5 deletions doc/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ how to release
1. generate pio_pkg_list.txt
1. `set PYTHONIOENCODING=utf-8`
2. `%USERPROFILE%\.platformio\penv\Scripts\pio pkg list > pio_pkg_list.txt`
2. update README.md
3. commit and push
4. `git tag -am [tag] [tag]`
5. `git push --tags`
6. create release on github
2. update USB3SUN_VERSION in platformio.ini
3. update README.md
4. commit and push
5. `git tag -am [tag] [tag]`
6. `git push --tags`
7. create release on github
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.2\" -DUSE_TINYUSB -DCFG_TUSB_CONFIG_FILE=\"C:/Users/delan/code/usb3sun/tusb_config.h\" ; -DCFG_TUSB_DEBUG=3
build_flags = -DUSB3SUN_VERSION=\"1.3\" -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 1a4d8cb

Please sign in to comment.