File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- #### In progress
3+ #### In progress, expected release v0.6.0-BETA
44* Rework Midi handling
5+ * Rework ASID handling for buffered writing
6+
7+ #### Version: 0.5.0-BETA
8+ * Add autodetection routine to first boot on new firmware and
9+ default firmware settings
10+ * Double tap the reset button to start autodetection routine
11+ - This only works on Pico1 (rp2040) boards!
12+ * Improve SID and Clone detection
13+ * Add custom Sysex command for Stereo/Mono switch (v1.3 PCB only)
14+ * Add PCB version to USB ProductId
15+ * Disable fifo buffer for USB Vendor class (WebUSB) for
16+ faster writes
17+ * Add support for ordered ASID writes
18+ * Start rework ASID handling for sidfactory2 (thanks @thomasj )
19+ * Rework config handling at runtime
20+ * Add initial FPGASID support
21+ * Fix SID reads for FPGASID
22+ * Lots of minor changes and fixes
23+ * Code splicing into separate files for readability
524
625#### Version: 0.4.0-BETA
726* Fix SID reads
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(PROJECT_NAME usbsidpico)
3030set (PROJECT_MANUFACTURER "LouD" )
3131set (PRODUCT_STRING "USBSID-Pico" )
3232string (TIMESTAMP MAGIC_SMOKE "%Y%m%d" ) # Auto generate dated version
33- set (PROJECT_VERSION "0.4.1 -BETA.${MAGIC_SMOKE} " ) # Generate compile version
33+ set (PROJECT_VERSION "0.5.0 -BETA.${MAGIC_SMOKE} " ) # Generate compile version
3434
3535### Want a cookie?
3636# NOTICE: ENABLING THESE DEBUGGING DEFINITIONS WILL HAVE SIGNIFICANT IMPACT AND WILL DELAY PLAYING!
You can’t perform that action at this time.
0 commit comments