wsilverio / mcu_toolchain

STM32F4 and K1921VK01T CMake toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My MCU toolchain.

This is prepared toolchain with some MCU i worked. THere are STM32F407VGT and K1921VK01T now supported.

Using:

  • copy "cmake" folder to your project.
  • use CMakeLists.txt as a template.
  • create any folder and cd to it.
  • run to configure cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE:PATH="cmake\toolchain.cmake" -DCMAKE_VERBOSE_MAKEFILE=ON ..
  • run to build call cmake --build .

About

STM32F4 and K1921VK01T CMake toolchain

License:MIT License


Languages

Language:CMake 94.8%Language:Batchfile 5.2%