rusefillc
591b2b3c6c
Revert "lua on f407 ( #2646 )"
...
This reverts commit e35e99f5
2021-05-09 18:25:50 -04:00
Matthew Kennedy
e35e99f52d
lua on f407 ( #2646 )
...
* lua on f4
* move perf trace to efifeatures
* check that it's defined
* cypress and kinetis
* it would help to define the correct thing
* disable buffer if not used
* we can work with 2k
* turn off ramdisk on mre qc
* wow strncpy is useless for truncated strings
* turn off for bootloader
* lto bootloader
2021-05-09 16:25:38 -04:00
Matthew Kennedy
892b03524b
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
0117dc2dd4
use static buffer for lua heap, enable on f429 ( #2619 )
...
* static buffer for lua
* enable lua for 429
2021-05-04 01:03:17 -04:00
Matthew Kennedy
088ed3c28e
interactive lua ( #2614 )
...
* interactive lua
* unnecessary pop
* print return value
* enable f7 lua
* match f7 chconf
2021-05-03 17:46:12 -04:00
Matthew Kennedy
db8a4fbb6f
Lua tick rate hook ( #2606 )
...
* implement setTickRate
* actually load the hook
2021-04-29 22:22:31 -04:00
Matthew Kennedy
e3bb6c7bdb
encapsulate in smart pointer ( #2603 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-04-29 07:44:32 -04:00
Matthew Kennedy
a470c1eec1
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