Matthew Kennedy
|
b5bd527a44
|
engine stop hook (#2760)
|
2021-05-30 00:54:36 +03:00 |
Matthew Kennedy
|
5cb659a7b0
|
lua pwm hooks (#2687)
* pwm hook
* dedicated pins
* write hook
* UI
* more info
* zero based, clamp
* memory
* don't compile lua in bootloader at all
|
2021-05-20 19:01:17 -04:00 |
Matthew Kennedy
|
5ba7577496
|
move FSIO aux analog inputs to sensor model (#2669)
* sensor entries
* init
* non-explicit for list init to work
* switch fsio
* no longer need this lua hook
* init
|
2021-05-09 19:47:37 -04:00 |
Matthew Kennedy
|
9d4bd0d6fe
|
Lua debug channels (#2620)
* setdebug hook
* add debug mode
* memory size debug channel
* default script
|
2021-05-04 10:05:39 -04:00 |
Matthew Kennedy
|
a25773a11b
|
more Lua hooks (#2605)
* more hooks
* zero index
* test table hook
* test works
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2021-04-29 22:22:04 -04:00 |
Matthew Kennedy
|
830575a306
|
lua 5.4 (#2590)
* thread priority
* build
* makefile prep
* call startup
* lua 5.1
* mk
* 5.3
* mk
* I guess lua does something?
* extract hooks, builds for tests
* a bit of error handling
* guard
* bootloader makefile
* remove lua
* submodule
* submodule update
* builds with submodule
* disabled by default
* h7 chconf
* tweaks
* add a useful hook
* move luaconf
* perf trace lua
* test helpers
* lua unit tests
* include to satiate clang
|
2021-04-28 22:41:25 -04:00 |