You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
surenyi
09e1484b07
|
6 months ago | |
---|---|---|
Firmware | 6 months ago | |
driver | 6 months ago | |
net | 6 months ago | |
rt-thread | 6 months ago | |
scripts | 6 months ago | |
targets | 6 months ago | |
.clang-format | 6 months ago | |
.clangd | 6 months ago | |
.gitattributes | 6 months ago | |
.gitignore | 6 months ago | |
CMakeLists.txt | 6 months ago | |
README.md | 6 months ago | |
stm32f4xx.uvprojx | 6 months ago |
README.md
Keil build
use gcc toolchain
cmake build
- cmake -Bbuild -G "Ninja" -DCHIP_TYPE=STM32F429_439xx . # hal-> STM32F429xx, STM32F40_41xxx
- cmake --build build
download
- cmake --build --target flashapp (or)
- cmake --build --target flashboot (or)
pack source
- cmake --build build --target package_source