This commit is contained in:
2025-02-11 22:21:56 +01:00
commit 287a28f789
51 changed files with 16390 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(BoundaryScan)
add_subdirectory(lib_jtag_core)
add_subdirectory(app)