From 1a4d8cb86e0ec81861fef24431de6ccfd01e56f4 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Sun, 16 Jul 2023 19:43:10 +0800 Subject: [PATCH] firmware 1.3 --- README.md | 6 ++++++ doc/releasing.md | 11 ++++++----- platformio.ini | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8287f96..368c169 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/releasing.md b/doc/releasing.md index 5121d47..96b226b 100644 --- a/doc/releasing.md +++ b/doc/releasing.md @@ -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 diff --git a/platformio.ini b/platformio.ini index 8c2de91..ca8d268 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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