We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb0eb4 commit 1ba52b1Copy full SHA for 1ba52b1
CMakeLists.txt
@@ -1,4 +1,8 @@
1
cmake_minimum_required(VERSION 3.20)
2
+
3
+set(CMAKE_SYSTEM_NAME Generic)
4
+set(CSP_SYSTEM_NAME freertos)
5
6
project(libcsp-freertos)
7
8
if(NOT DEFINED FREERTOS_PORT)
0 commit comments