zephyr/modules/hal_rpi_pico
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
..
bootloader modules: hal_rpi_pico: Update to fit for 2.0.0 directory structure 2024-10-08 06:01:23 -04:00
pico modules: hal_rpi_pico: Use Zephyr noinline definition 2024-11-30 01:04:11 +01:00
CMakeLists.txt Revert "modules: hal_rpi_pico: set -std=gnu11 in a toolchain independent way." 2025-06-03 21:32:02 -07:00
Kconfig drivers: rtc: rpi_pico: Add support for the Raspberry Pi Pico RTC 2024-03-06 10:08:48 +00:00
timecritical.ld drivers: hwinfo: Added unique ID support for RPi Pico 2022-03-16 10:24:32 +01:00