2024-11-03 23:47:39 +00:00
|
|
|
# IN PROGRESS
|
|
|
|
|
|
|
|
|
|
The build process for this repo is still not stabilized.
|
|
|
|
|
|
2024-11-13 04:46:24 +00:00
|
|
|
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)`
|
2024-11-03 23:47:39 +00:00
|
|
|
|
2024-11-13 04:46:24 +00:00
|
|
|
`(cd examples/ex1_task_hello/; rm -rf build; mkdir -p build; cd build; cmake ..; make -j 8; ls ex1_task_hello.uf2)`
|
2024-11-03 23:47:39 +00:00
|
|
|
|