-
- Downloads
st3m: move some main-specific stuff to main
We attempt to share st3m with the recovery firmware, and thus must eliminate two components that can't live in the recovery firmware: 1. The startup function, which contains references to all matters of subfunctionality we don't want (audio, micropython, etc) 2. The FS code, which contains references to the tarball extraction logic (which we don't want to embed into recovery mode either).
Showing
- components/micropython/CMakeLists.txt 2 additions, 0 deletionscomponents/micropython/CMakeLists.txt
- components/micropython/include/mpconfigboard.h 2 additions, 2 deletionscomponents/micropython/include/mpconfigboard.h
- components/st3m/CMakeLists.txt 2 additions, 25 deletionscomponents/st3m/CMakeLists.txt
- main/CMakeLists.txt 24 additions, 0 deletionsmain/CMakeLists.txt
- main/fs.c 2 additions, 1 deletionmain/fs.c
- main/fs.h 0 additions, 0 deletionsmain/fs.h
- main/host-tools/pack-sys.py 0 additions, 0 deletionsmain/host-tools/pack-sys.py
- main/main.c 3 additions, 2 deletionsmain/main.c
Loading
Please register or sign in to comment