modules: hal_rpi_pico: Introducing -std=gnu11
option
The original Pico-SDK is compiled with `-std=gnu11` option. Aligning with it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
19f56facd4
commit
4cb8761b22
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ include(ExternalProject)
|
|||
|
||||
if(CONFIG_HAS_RPI_PICO)
|
||||
zephyr_library()
|
||||
zephyr_library_compile_options(-std=gnu11)
|
||||
|
||||
set(rp2_common_dir ${ZEPHYR_HAL_RPI_PICO_MODULE_DIR}/src/rp2_common)
|
||||
set(rp2xxx_dir ${ZEPHYR_HAL_RPI_PICO_MODULE_DIR}/src/${CONFIG_SOC_SERIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue