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 add uart1-uart7 6 months ago
Firmware keil armclang build 6 months ago
driver add uart1-uart7 6 months ago
net stm32f429 with lan8720 ok 6 months ago
rt-thread keil armclang build 6 months ago
scripts add Platform 6 months ago
targets add uart1-uart7 6 months ago
.clang-format stm32f429 with lan8720 ok 6 months ago
.clangd use stm32 namespace 6 months ago
.gitattributes PE5 blinking 6 months ago
.gitignore upgrade over ymodem is done 6 months ago
CMakeLists.txt various improvments 6 months ago
README.md various improvments 6 months ago
stm32f4xx.uvprojx various improvments 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