ardupilot/libraries/AP_Scripting/generator
Thomas Watson d93aa15f2a AP_Scripting: refactor serial readstring
Using `luaL_Buffer` avoids the need for any heap allocation in the
common case (count <= 512 bytes) and avoids stressing out the system
heap for large reads, instead using the script heap.

Zero net flash usage change.
2024-06-27 12:00:18 +10:00
..
description AP_Scripting: refactor serial readstring 2024-06-27 12:00:18 +10:00
src AP_Scripting/generator: allow disabling userdata creation from Lua 2024-06-27 12:00:18 +10:00