添加lwip

This commit is contained in:
zhangzheng
2024-01-07 23:32:30 +08:00
parent 99ee275407
commit 0d98415b78
762 changed files with 229719 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_NAME mkrtos)
set(CMAKE_SYSTEM_PROCESSOR arm)
include(setting.cmake)