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 99d68caf71 init project 6 months ago
Firmware init project 6 months ago
driver init project 6 months ago
rt-thread init project 6 months ago
scripts init project 6 months ago
targets/boot init project 6 months ago
.clang-format init project 6 months ago
.clangd init project 6 months ago
.gitattributes init project 6 months ago
.gitignore init project 6 months ago
CMakeLists.txt init project 6 months ago
README.md init project 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