All workflows
30 workflow run results
30 workflow run results
stop metro from triggering instantly after start() or changing .time (#316)
Build firmware
#102:
Commit f491781
pushed
by
trentgill
In 'stream' runs in dsp loop (not a hardware timer) (#313)
* merge master
* add rms metering and streamline the input detection processing
* switch to dsp clocked input stream to free up tim...
Build firmware
#99:
Commit 83931ee
pushed
by
trentgill
Use Link Time Optimization for reducing binary size (#319)
* link time optimization and over untested flash usage changes
* enable LTO and remove comments
* fix LTO for release & debug builds
Build firmware
#98:
Commit 17d9663
pushed
by
trentgill
hotfix for broken bootloader
Build firmware
#94:
Commit dae66cb
pushed
by
trentgill
Input 'volume' mode for tracking amplitude of signals (#312)
* merge master
* add rms metering and streamline the input detection processing
Build firmware
#90:
Commit 64ca49b
pushed
by
trentgill
'scale' option for Inputs (ie quantizing) (#298)
* initial input quantizer working
* scale handler now creates a table of different vals for the user
* default behaviour should send midinote...
Build firmware
#85:
Commit a692746
pushed
by
trentgill
hotfix bad ii descriptor
Build firmware
#78:
Commit ce23775
pushed
by
trentgill
add a super basic CPU counter (#304)
Build firmware
#76:
Commit 64f97ab
pushed
by
trentgill
Merge branch 'csboling-malloc-failure'
Build firmware
#72:
Commit 7d66d60
pushed
by
trentgill
lua limits C stack space to a smaller number to avoid stack overflow -> hard fault (#297)
Build firmware
#69:
Commit 9df3df7
pushed
by
trentgill
error handler for reporting tracebacks from all user code (#291)
* watchdog timer to catch infinite lua scripts
* primative watchdog for catching infinite software loops
* error handler and ...
Build firmware
#68:
Commit f2e97f8
pushed
by
trentgill
restructure event system to denecesitate forward declaring to the event system (#295)
Build firmware
#64:
Commit 68611af
pushed
by
trentgill
I2c support for txo (#284)
* Add i2c support for Crow (basic commands set)
* added extended commands
* fixed typo (i2C address mentioned two times)
* tested the main functions and some ex...
Build firmware
#60:
Commit c3ff327
pushed
by
trentgill
Watchdog timeout for long running scripts (#288)
* watchdog timer to catch infinite lua scripts
* primative watchdog for catching infinite software loops
* remove redundant call
Build firmware
#59:
Commit 8c170a9
pushed
by
trentgill
init() function correctly reports errors (#290)
Build firmware
#57:
Commit d858c1b
pushed
by
trentgill
when CPU hardfaults, the primary registers are dumped over uart for basic debugging (#289)
Build firmware
#55:
Commit 1a19e54
pushed
by
trentgill
store script name and running state to show correct name (#286)
* store script name and running state to show correct name
* rm accidental tabs
Build firmware
#49:
Commit b723bba
pushed
by
tehn