An RTOS designed and verified to enable reliable software updates and operation for satellites and drones.
- cmake 3.28
- arm-none-eabi-gcc
$ mkdir build
$ cd build
$ cmake -DBOARD=stm32-nucleo-l4r5zi -DCPU=cortex-m4 ..
$ make
$ make hooks
- Install @thomasw04 qemu fork: https://github.com/thomasw04/qemu
- Run
./boot.sh
- Now you should see a: "Hello World!".