Im not sure where i'm going wrong but SPI just won't work
This commit is contained in:
@@ -6,10 +6,10 @@ endif()
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2")
|
||||
#
|
||||
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
|
||||
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
|
||||
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2")
|
||||
|
||||
project(passr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user