zephyr/modules
TOKITA Hiroshi 1e14953480 Revert "modules: hal_rpi_pico: set -std=gnu11 in a toolchain independent way."
This reverts commit 05401b3f44.

Introducing c-std setting with CMake way in the commit,
but the actual command line is below.

```
arm-zephyr-eabi-gcc -DKERNEL ... -std=gnu11 ...  -std=c99 ...
```

The setting `CONFIG_STD_C99` in Kconfig appends the `-std=c99`,
and (At least in gcc,) options are processed last-come-first,
so this setting was meaningless.

This will cause a build error, so we will revert it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-06-03 21:32:02 -07:00
..
acpica
canopennode
cmsis arch: arm: cortex_a_r: use correct name for TLB Conflict Abort 2025-05-31 07:01:36 -04:00
cmsis_6 modules: CMSIS_6: update copyright 2025-05-23 17:40:55 -04:00
cmsis-dsp cmake: compiler: Added property flag for optimization fast 2025-03-07 20:01:18 +01:00
cmsis-nn cmake: compiler: Added property flag for optimization fast 2025-03-07 20:01:18 +01:00
fatfs fatfs: add support for mmc disks when generating FF_VOLUME_STRS 2025-04-30 16:26:10 +02:00
hal_afbr modules: afbr: Add basic functionality 2025-05-28 21:29:13 +02:00
hal_ambiq hal: uart: Add ambiq uart hal support 2025-05-19 13:32:44 +02:00
hal_bouffalolab soc: bflb: rename bouffalolab_bflb soc family to bflb 2025-04-28 13:40:55 +02:00
hal_ethos_u modules: hal_ethos_u: fix failure to override ETHOSU_TARGET_NPU_CONFIG 2025-05-23 09:37:07 +02:00
hal_gigadevice
hal_infineon board: infineon: add XMC7200 Eval board support 2025-05-28 21:29:20 +02:00
hal_nordic Revert "modules: hal_nordic: nrf_802154: emit hfclk_ready with timer on nRF54LM20A" 2025-05-29 06:31:58 +02:00
hal_nxp soc: nxp: mcx: MCXNx4x: update SOC to use flash_k4 driver 2025-05-31 05:57:40 -04:00
hal_rpi_pico Revert "modules: hal_rpi_pico: set -std=gnu11 in a toolchain independent way." 2025-06-03 21:32:02 -07:00
hal_silabs drivers: wifi: siwx91x: Add missing 11ax flags 2025-05-26 14:17:15 +02:00
hal_st
hal_tdk modules: hal_tdk: Add icp201xx support 2025-04-07 15:17:44 +02:00
hal_wch modules: hal_wch: fix conditional compilation 2025-06-03 21:30:48 -07:00
hostap modules: hostap: Fix build 2025-05-21 12:34:22 +02:00
liblc3
littlefs
loramac-node
lvgl modules: lvgl: Register print callback after lv_init 2025-05-30 16:37:57 +02:00
lz4
mbedtls modules: uoscore-uedhoc: select required PSA Crypto features 2025-05-27 16:45:13 +02:00
nanopb
nrf_wifi nrf_wifi: Add nRF71 support 2025-05-06 15:32:11 +02:00
openthread openthread: Fix OpenThread independence from Zephyr network. 2025-06-03 14:48:56 +01:00
percepio
segger cmake: segger: linker_script: handle section rtt_buff_data 2025-02-21 18:03:29 +00:00
tflite-micro modules: tflite-micro: update cmakelists 2025-02-13 06:39:17 +01:00
thrift net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
trusted-firmware-a
trusted-firmware-m soc: adi: Do not download hal_adi for TF-M build 2025-05-21 08:01:25 +02:00
uoscore-uedhoc modules: uoscore-uedhoc: select required PSA Crypto features 2025-05-27 16:45:13 +02:00
zcbor modules/zcbor: Added building of zcbor_print.c to zcbor module 2025-06-03 20:31:02 +02:00
Kconfig soc: mspm0: Add a support for TI MSPM0-G series SoC 2025-05-21 08:04:32 +02:00
Kconfig.atmel
Kconfig.chre
Kconfig.cypress
Kconfig.eos_s3
Kconfig.esp32
Kconfig.infineon
Kconfig.intel
Kconfig.libmetal
Kconfig.mcuboot mcuboot: Kconfig options for single app slot RAM loading mode 2025-04-08 16:12:33 +02:00
Kconfig.microchip
Kconfig.mspm0 soc: mspm0: Add a support for TI MSPM0-G series SoC 2025-05-21 08:04:32 +02:00
Kconfig.nuvoton
Kconfig.open-amp
Kconfig.picolibc
Kconfig.renesas drivers: spi: Initial support for RZ/G3S 2025-05-15 09:00:31 +02:00
Kconfig.rust
Kconfig.simplelink
Kconfig.sof
Kconfig.stm32 modules: stm32: add DCMIPP and DDR modules found on STM32MP13XX 2025-04-30 23:03:17 +02:00
Kconfig.sysbuild
Kconfig.syst
Kconfig.telink
Kconfig.tinycrypt
Kconfig.vega
Kconfig.wurthelektronik
Kconfig.xtensa
modules.cmake