chore: Initial commit (blinky)

This commit is contained in:
2026-03-04 19:04:30 +00:00
commit 4af6192b34
132 changed files with 146774 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.22)
project(incp-tester VERSION 0.1.0 LANGUAGES C ASM)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_subdirectory(cubemx)
add_subdirectory(app)