Ref:
Build:
- How to build Nutxx
$ git clone https://github.com/huanglilong/stm32h7_fmu
$ git submodule update --init --recursive
$ cmake -B build;cmake --build build
- How to update firmware
$ st-flash write ./build/fmu_nuttx.bin 0x8000000
- Testing with nsh
$ reset MCU
$ screen /dev/ttyACM0 115200 8N1
![nsh testing](figs/nsh.png)