Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=====

Next
-----

* Windows: fix usb_driver for plugdata 0.9.3
* update hvcc to v0.17.1

0.9.2
-----

Expand Down
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ copy .\resources\terrarium.json .\Heavy\usr\etc\terrarium.json
copy .\resources\versio.json .\Heavy\usr\etc\versio.json
copy .\resources\hothouse.json .\Heavy\usr\etc\hothouse.json
xcopy /E /H /C /I resources\usb_driver Heavy\usr\etc\usb_driver
:: fix issue in plugdata 0.9.3
xcopy /E /H /C /I resources\usb_driver Heavy\etc\usb_driver

del /S /Q ".\Heavy\usr\arm-none-eabi\lib\arm"

Expand Down
Loading