SomeFreeRTOSExamples/BUILD.md

442 B

IN PROGRESS

The build process for this repo is still not stabilized.

First, be sure to init the submodules: git submodule update --init --recursive

Second, each example should be built individually

(cd examples/ex0_no_freertos/; rm -rf build; mkdir -p build; cd build; cmake ..; make -j 8; ls ex0_hello_world.uf2)

(cd examples/ex1_task_hello/; rm -rf build; mkdir -p build; cd build; cmake ..; make -j 8; ls ex1_task_hello.uf2)