display&eth&i2c&pca9555&pin驱动与驱动框架支持

This commit is contained in:
zhangzheng
2024-12-16 08:27:37 +08:00
parent 3dcf66e0b2
commit 90407a8777
708 changed files with 51547 additions and 20263 deletions

View File

@@ -12,7 +12,9 @@ if (${CONFIG_ARCH} STREQUAL "cortex-m3" OR
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
-fPIC -fPIE -n -pie -fpie -fpic -msingle-pic-base -mno-pic-data-is-text-relative \
" )
set(CMAKE_CXX_FLAGS "${CMAKE_ASM_FLAGS} \
-fPIC -fPIE -n -pie -fpie -fpic -msingle-pic-base -mno-pic-data-is-text-relative \
" )
set(CORTEX_M_LINK_FLAGS " -pie ")
set(LIBC_NAME "muslc")
set(ARCH_NAME "armv7_8m")