Modify boot files to use new bootstrapping library.

This commit is contained in:
Anna Rose Wiggins 2021-08-19 02:29:54 +00:00
parent b9206f8480
commit 828b5f9a5e
4 changed files with 25 additions and 64 deletions

View file

@ -1,24 +1,10 @@
runoncepath("0:/lib/boot").
RunOncePath("0:/lib/boot").
parameter debug is false.
local compiled is list(
"/lib/launch_rocket",
"/lib/navigation",
"/lib/stabilize_rocket",
"/lib/ui",
"/lib/reentry",
"/lib/throttle"
).
local copied is list(
"/lib/sensors"
).
Bootstrap(
"/boot/rocket",
"/prog/rocket",
compiled,
copied,
debug
"/boot/rocket",
"/prog/rocket",
List(),
debug
).