text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32a503v_eval/gd32a503v_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* */ #include <dt-bindings/pinctrl/gd32a503v(b-c-d)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA10>, <USART0_RX_PA11>; }; }; adc0_default: adc0_default { group1 { pinmux = <ADC0_IN1_PC10>; }; }; dac_default: dac_default { group1 { pinm...
/content/code_sandbox/boards/gd/gd32a503v_eval/gd32a503v_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
209
```yaml board: name: gd32a503v_eval vendor: gd socs: - name: gd32a503 ```
/content/code_sandbox/boards/gd/gd32a503v_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```restructuredtext .. _gd32e507z_eval: GigaDevice GD32E507Z-EVAL ######################### Overview ******** The GD32E507Z-EVAL board is a hardware platform that enables prototyping on GD32E507ZE Cortex-M33 High Performance MCU. The GD32E507ZE features a single-core ARM Cortex-M33 MCU which can run up to 180 MHz w...
/content/code_sandbox/boards/gd/gd32e507z_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,137
```unknown config BOARD_GD32A503V_EVAL select SOC_GD32A503 ```
/content/code_sandbox/boards/gd/gd32a503v_eval/Kconfig.gd32a503v_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```yaml identifier: gd32a503v_eval name: GigaDevice GD32A503V-EVAL type: mcu arch: arm ram: 48 flash: 384 toolchain: - zephyr - gnuarmemb - xtools supported: - adc - counter - dac - dma - flash - gpio - pwm - spi - uart - watchdog vendor: gd ```
/content/code_sandbox/boards/gd/gd32a503v_eval/gd32a503v_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
110
```unknown /* */ /dts-v1/; #include <gd/gd32a50x/gd32a503vdt3.dtsi> #include "gd32a503v_eval-pinctrl.dtsi" / { model = "GigaDevice GD32A503V-EVAL"; compatible = "gd,gd32a503v-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &usart0; zephyr,shell-uart = &usart0; zephyr,fla...
/content/code_sandbox/boards/gd/gd32a503v_eval/gd32a503v_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
532
```unknown /* */ /dts-v1/; #include <gd/gd32f4xx/gd32f450xk.dtsi> #include "gd32f450i_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F450I-EVAL"; compatible = "gd,gd32f450i-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console ...
/content/code_sandbox/boards/gd/gd32f450i_eval/gd32f450i_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,049
```cmake board_runner_args(jlink "--device=GD32F450IK" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f450i_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
55
```restructuredtext .. _gd32a503v_eval: GigaDevice GD32A503V-EVAL ######################### Overview ******** The GD32A503V-EVAL board is a hardware platform that enables design and debug of the GigaDevice A503 Cortex-M4F High Performance MCU. The GD32A503VD features a single-core ARM Cortex-M4F MCU which can run ...
/content/code_sandbox/boards/gd/gd32a503v_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,549
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f450i_eval/gd32f450i_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml board: name: gd32f450i_eval vendor: gd socs: - name: gd32f450 ```
/content/code_sandbox/boards/gd/gd32f450i_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```yaml identifier: gd32f450i_eval name: GigaDevice GD32F450I-EVAL type: mcu arch: arm ram: 112 flash: 3072 toolchain: - zephyr - gnuarmemb - xtools supported: - dac - pwm - watchdog - counter - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32f450i_eval/gd32f450i_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
95
```unknown config BOARD_GD32F450I_EVAL select SOC_GD32F450 ```
/content/code_sandbox/boards/gd/gd32f450i_eval/Kconfig.gd32f450i_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```ini source [find interface/cmsis-dap.cfg] transport select swd set CHIPNAME gd32f450ik set CPUTAPID 0x790007a3 source [find target/stm32f4x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution" reset halt gdb_breakpoint_override hard ...
/content/code_sandbox/boards/gd/gd32f450i_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown /* */ #include <dt-bindings/pinctrl/gd32f450i(g-i-k)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9>, <USART0_RX_PA10>; }; }; adc0_default: adc0_default { group1 { pinmux = <ADC012_IN13_PC3>; }; }; dac_default: dac_default { group1 { pin...
/content/code_sandbox/boards/gd/gd32f450i_eval/gd32f450i_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
293
```cmake board_runner_args(jlink "--device=GD32L233RCT6" "--iface=SWD" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32l233r_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
45
```unknown config BOARD_GD32L233R_EVAL select SOC_GD32L233 ```
/content/code_sandbox/boards/gd/gd32l233r_eval/Kconfig.gd32l233r_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```unknown /* */ /dts-v1/; #include <gd/gd32l23x/gd32l233rc.dtsi> #include "gd32l233r_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32L233R Evaluation Kit"; compatible = "gd,gd32l233r-eval"; chosen { zephyr,sram = &sram; zephyr,flash = &flash0; zephyr...
/content/code_sandbox/boards/gd/gd32l233r_eval/gd32l233r_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
557
```yaml identifier: gd32l233r_eval name: GigaDevice GD32L233R Evaluation Kit type: mcu arch: arm ram: 32 flash: 256 toolchain: - zephyr - gnuarmemb - xtools vendor: gd ```
/content/code_sandbox/boards/gd/gd32l233r_eval/gd32l233r_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
68
```unknown CONFIG_SERIAL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y ```
/content/code_sandbox/boards/gd/gd32l233r_eval/gd32l233r_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```restructuredtext .. _gd32f450i_eval: GigaDevice GD32F450I-EVAL ######################### Overview ******** The GD32F450I-EVAL board is a hardware platform that enables prototyping on GD32F450IK Cortex-M4F Stretch Performance MCU. The GD32F450IK features a single-core ARM Cortex-M4F MCU which can run up to 200 MH...
/content/code_sandbox/boards/gd/gd32f450i_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,244
```yaml board: name: gd32l233r_eval vendor: gd socs: - name: gd32l233 ```
/content/code_sandbox/boards/gd/gd32l233r_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown /* */ #include <dt-bindings/pinctrl/gd32l233r(b-c)xx-pinctrl.h> &pinctrl { usart1_default: usart1_default { group1 { pinmux = <USART1_TX_PA2>, <USART1_RX_PA3>; }; }; adc0_default: adc0_default { group1 { pinmux = <ADC_IN1_PA1>; }; }; }; ```
/content/code_sandbox/boards/gd/gd32l233r_eval/gd32l233r_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
99
```cmake include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) board_runner_args(gd32isp "--device=GD32E103VBT6") include(${ZEPHYR_BASE}/boards/common/gd32isp.board.cmake) ```
/content/code_sandbox/boards/gd/gd32e103v_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
55
```yaml identifier: gd32e103v_eval name: GigaDevice GD32E103V Evaluation Kit type: mcu arch: arm ram: 32 flash: 128 toolchain: - zephyr - gnuarmemb - xtools supported: - dac - counter - watchdog - dma vendor: gd ```
/content/code_sandbox/boards/gd/gd32e103v_eval/gd32e103v_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
86
```unknown CONFIG_GD32_HXTAL_8MHZ=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y ```
/content/code_sandbox/boards/gd/gd32e103v_eval/gd32e103v_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
28
```restructuredtext .. _gd32l233r_eval: GigaDevice GD32L233R-EVA ######################### Overview ******** The GD32L233R-EVAL board is a hardware platform that enables design and debug of the GigaDevice GD32L233 Cortex-M23 Low Power MCU. The GD32RCT6 features a single-core ARM Cortex-M4F MCU which can run up to 6...
/content/code_sandbox/boards/gd/gd32l233r_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,015
```yaml board: name: gd32e103v_eval vendor: gd socs: - name: gd32e103 ```
/content/code_sandbox/boards/gd/gd32e103v_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown /* */ /dts-v1/; #include <gd/gd32e10x/gd32e103vbt6.dtsi> #include "gd32e103v_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice gd32e103v Evaluation Kit"; compatible = "gd,gd32e103v"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,c...
/content/code_sandbox/boards/gd/gd32e103v_eval/gd32e103v_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
876
```unknown config BOARD_GD32E103V_EVAL select SOC_GD32E103 ```
/content/code_sandbox/boards/gd/gd32e103v_eval/Kconfig.gd32e103v_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```unknown /* */ #include <dt-bindings/pinctrl/gd32e103v(b-8)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9_NORMP>, <USART0_RX_PA10_NORMP>; }; }; pwm0_default: pwm0_default { group1 { pinmux = <TIMER0_CH0_PA8_OUT_NORMP>; }; }; dac_default: dac_default ...
/content/code_sandbox/boards/gd/gd32e103v_eval/gd32e103v_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
197
```ini source [find interface/cmsis-dap.cfg] transport select swd # chip name set CHIPNAME gd32e103vb set ENDIAN little set CPUTAPID 0x2ba01477 set FLASH_SIZE 0x20000 source [find target/stm32f1x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting e...
/content/code_sandbox/boards/gd/gd32e103v_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
131
```cmake board_runner_args(jlink "--device=GD32F450VK" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f450v_start/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
55
```yaml identifier: gd32f450v_start name: GigaDevice GD32F450V-START type: mcu arch: arm ram: 112 flash: 3072 toolchain: - zephyr - gnuarmemb - xtools supported: - pwm - gpio - counter - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32f450v_start/gd32f450v_start.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f450v_start/gd32f450v_start_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml board: name: gd32f450v_start vendor: gd socs: - name: gd32f450 ```
/content/code_sandbox/boards/gd/gd32f450v_start/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown /* */ #include <dt-bindings/pinctrl/gd32f450v(e-g-i-k)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PB6>, <USART0_RX_PB7>; }; }; pwm2_default: pwm2_default { group1 { pinmux = <TIMER2_CH0_PC6>; }; }; }; ```
/content/code_sandbox/boards/gd/gd32f450v_start/gd32f450v_start-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown /* */ /dts-v1/; #include <arm/gd/gd32f4xx/gd32f450xk.dtsi> #include "gd32f450v_start-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F450V-START"; compatible = "gd,gd32f450v-start"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,c...
/content/code_sandbox/boards/gd/gd32f450v_start/gd32f450v_start.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
442
```unknown config BOARD_GD32F450V_START select SOC_GD32F450 ```
/content/code_sandbox/boards/gd/gd32f450v_start/Kconfig.gd32f450v_start
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```ini source [find interface/cmsis-dap.cfg] transport select swd set CHIPNAME gd32f450vk set CPUTAPID 0x790007a3 source [find target/stm32f4x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution" reset halt gdb_breakpoint_override hard ...
/content/code_sandbox/boards/gd/gd32f450v_start/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```restructuredtext .. _gd32e103v_eval: GigaDevice GD32E103V-EVAL ######################### Overview ******** The GD32E103V-EVAL board is a hardware platform that enables design and debug of the GigaDevice E103 Cortex-M4F High Performance MCU. The GD32E103VB features a single-core ARM Cortex-M4F MCU which can run ...
/content/code_sandbox/boards/gd/gd32e103v_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,483
```cmake include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) board_runner_args(gd32isp "--device=GD32F403ZET6") include(${ZEPHYR_BASE}/boards/common/gd32isp.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f403z_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
55
```restructuredtext .. _gd32f450v_start: GigaDevice GD32F450V-START ########################## Overview ******** The GD32F450V-START board is a hardware platform that enables prototyping on GD32F450VK Cortex-M4F Stretch Performance MCU. The GD32F450VK features a single-core ARM Cortex-M4F MCU which can run up to 20...
/content/code_sandbox/boards/gd/gd32f450v_start/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,013
```unknown /* */ /dts-v1/; #include <gd/gd32f403/gd32f403zet6.dtsi> #include "gd32f403z_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F403Z Evaluation Kit"; compatible = "gd,gd32f403z"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,c...
/content/code_sandbox/boards/gd/gd32f403z_eval/gd32f403z_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
793
```unknown /* */ #include <dt-bindings/pinctrl/gd32f403z(k-i-g-e-c-b)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9_NORMP>, <USART0_RX_PA10_NORMP>; }; }; adc0_default: adc0_default { group1 { pinmux = <ADC012_IN13_PC3>; }; }; pwm0_default: pwm0_default...
/content/code_sandbox/boards/gd/gd32f403z_eval/gd32f403z_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
145
```yaml identifier: gd32f403z_eval name: GigaDevice GD32F403Z Evaluation Kit type: mcu arch: arm ram: 96 flash: 512 toolchain: - zephyr - gnuarmemb - xtools supported: - counter - pwm - watchdog - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32f403z_eval/gd32f403z_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
90
```unknown config BOARD_GD32F403Z_EVAL select SOC_GD32F403 ```
/content/code_sandbox/boards/gd/gd32f403z_eval/Kconfig.gd32f403z_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f403z_eval/gd32f403z_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml board: name: gd32f403z_eval vendor: gd socs: - name: gd32f403 ```
/content/code_sandbox/boards/gd/gd32f403z_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```ini source [find interface/cmsis-dap.cfg] transport select swd # chip name set CHIPNAME gd32f403ze set ENDIAN little set CPUTAPID 0x790007a3 set FLASH_SIZE 0x80000 source [find target/stm32f1x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting e...
/content/code_sandbox/boards/gd/gd32f403z_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
131
```cmake board_runner_args( jlink "--device=GD32VF103VBT6" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1" ) include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
73
```yaml identifier: gd32vf103v_eval name: GigaDevice GD32VF103V-EVAL type: mcu arch: riscv ram: 32 flash: 128 toolchain: - zephyr supported: - dma - flash - gpio - pwm - spi - uart - watchdog vendor: gd ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/gd32vf103v_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```unknown /* */ #include <dt-bindings/pinctrl/gd32vf103v(b-8)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_RX_PA10_NORMP>, <USART0_TX_PA9_NORMP>; }; }; usart1_default: usart1_default { group1 { pinmux = <USART1_RX_PA3_NORMP>, <USART1_TX_PA2_NORMP>; }; }; pw...
/content/code_sandbox/boards/gd/gd32vf103v_eval/gd32vf103v_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
247
```unknown CONFIG_GD32_HXTAL_8MHZ=y CONFIG_GPIO=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/gd32vf103v_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown config BOARD_GD32VF103V_EVAL select SOC_GD32VF103 ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/Kconfig.gd32vf103v_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```yaml board: name: gd32vf103v_eval vendor: gd socs: - name: gd32vf103 ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```restructuredtext .. _gd32f403z_eval: GigaDevice GD32F403Z-EVAL ######################### Overview ******** The GD32F403Z-EVAL board is a hardware platform that enables design and debug of the GigaDevice F403 Cortex-M4F High Performance MCU. The GD32F403ZE features a single-core ARM Cortex-M4F MCU which can run ...
/content/code_sandbox/boards/gd/gd32f403z_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,569
```ini # NOTE: This configuration file is intended to be used with the # path_to_url OpenOCD fork. source [find interface/cmsis-dap.cfg] source [find target/gd32vf103.cfg] ```
/content/code_sandbox/boards/gd/gd32vf103v_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
46
```unknown /* */ /dts-v1/; #include <gd/gd32vf103Xb.dtsi> #include "gd32vf103v_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32VF103V-EVAL"; compatible = "gd,gd32vf103v-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &us...
/content/code_sandbox/boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
995
```cmake include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) board_runner_args(jlink "--device=GD32F350G6" "--iface=SWD" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f350r_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
62
```yaml identifier: gd32f350r_eval name: GigaDevice GD32F350R Evaluation Kit type: mcu arch: arm ram: 16 flash: 128 toolchain: - zephyr - gnuarmemb - xtools supported: - watchdog - dma vendor: gd ```
/content/code_sandbox/boards/gd/gd32f350r_eval/gd32f350r_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```unknown /* */ /dts-v1/; #include <gd/gd32f3x0/gd32f350rb.dtsi> #include "gd32f350r_eval-pinctrl.dtsi" / { model = "GigaDevice GD32F350R Evaluation Kit"; compatible = "gd,gd32f350r-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &usart0; zephyr,shell-uart = &usart0; ze...
/content/code_sandbox/boards/gd/gd32f350r_eval/gd32f350r_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
263
```unknown config BOARD_GD32F350R_EVAL select SOC_GD32F350 ```
/content/code_sandbox/boards/gd/gd32f350r_eval/Kconfig.gd32f350r_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```yaml board: name: gd32f350r_eval vendor: gd socs: - name: gd32f350 ```
/content/code_sandbox/boards/gd/gd32f350r_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown /* */ #include <dt-bindings/pinctrl/gd32f350r(8-b)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9>, <USART0_RX_PA10>; }; }; adc0_default: adc0_default { group1 { pinmux = <ADC_IN11_PC1>; }; }; }; ```
/content/code_sandbox/boards/gd/gd32f350r_eval/gd32f350r_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
100
```restructuredtext .. _gd32vf103v_eval: GigaDevice GD32VF103V-EVAL ########################## Overview ******** The GD32V103V-EVAL board is a hardware platform that enables prototyping on GD32VF103VB RISC-V MCU. The GD32VF103VB features a single-core RISC-V 32-bit MCU which can run up to 108 MHz with flash accesse...
/content/code_sandbox/boards/gd/gd32vf103v_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,095
```unknown CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y ```
/content/code_sandbox/boards/gd/gd32f350r_eval/gd32f350r_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```ini source [find interface/cmsis-dap.cfg] transport select swd set CHIPNAME gd32f350rb set CPUTAPID 0x790007a3 source [find target/stm32f3x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution" reset halt gdb_breakpoint_override hard ...
/content/code_sandbox/boards/gd/gd32f350r_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown /* */ #include <dt-bindings/pinctrl/gd32f470i(g-i-k)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9>, <USART0_RX_PA10>; }; }; dac_default: dac_default { group1 { pinmux = <DAC_OUT0_PA4>; }; }; pwm1_default: pwm1_default { group1 { pinmux...
/content/code_sandbox/boards/gd/gd32f470i_eval/gd32f470i_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
262
```cmake # GD32F470xx series is not yet supported by SEGGER J-Link board_runner_args(jlink "--device=GD32F450IK" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f470i_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
73
```unknown config BOARD_GD32F470I_EVAL select SOC_GD32F470 ```
/content/code_sandbox/boards/gd/gd32f470i_eval/Kconfig.gd32f470i_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```restructuredtext .. _gd32f350r_eval: GigaDevice GD32F350R-EVAL ######################### Overview ******** The GD32F350R-EVAL board is a hardware platform that enables design and debug of the GigaDevice F350 Cortex-M4F High Performance MCU. The GD32F350RBT6 features a single-core ARM Cortex-M4F MCU which can run...
/content/code_sandbox/boards/gd/gd32f350r_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,018
```yaml board: name: gd32f470i_eval vendor: gd socs: - name: gd32f470 ```
/content/code_sandbox/boards/gd/gd32f470i_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f470i_eval/gd32f470i_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml identifier: gd32f470i_eval name: GigaDevice GD32F470I-EVAL type: mcu arch: arm ram: 112 flash: 3072 toolchain: - zephyr - gnuarmemb - xtools supported: - counter - dac - flash - gpio - i2c - pwm - spi - uart - watchdog - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32f470i_eval/gd32f470i_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
117
```ini source [find interface/cmsis-dap.cfg] transport select swd set CHIPNAME gd32f470ik set CPUTAPID 0x790007a3 source [find target/stm32f4x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution" reset halt gdb_breakpoint_override hard ...
/content/code_sandbox/boards/gd/gd32f470i_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown /* */ /dts-v1/; #include <gd/gd32f4xx/gd32f470ik.dtsi> #include "gd32f470i_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F470I-EVAL"; compatible = "gd,gd32f470i-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console ...
/content/code_sandbox/boards/gd/gd32f470i_eval/gd32f470i_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
969
```cmake board_runner_args(jlink "--device=GD32F450ZK" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f450z_eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f450z_eval/gd32f450z_eval_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* */ #include <dt-bindings/pinctrl/gd32f450z(e-g-i-k)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9>, <USART0_RX_PA10>; }; }; dac_default: dac_default { group1 { pinmux = <DAC_OUT0_PA4>; }; }; pwm1_default: pwm1_default { group1 { pinm...
/content/code_sandbox/boards/gd/gd32f450z_eval/gd32f450z_eval-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
263
```unknown config BOARD_GD32F450Z_EVAL select SOC_GD32F450 ```
/content/code_sandbox/boards/gd/gd32f450z_eval/Kconfig.gd32f450z_eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```yaml board: name: gd32f450z_eval vendor: gd socs: - name: gd32f450 ```
/content/code_sandbox/boards/gd/gd32f450z_eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```yaml identifier: gd32f450z_eval name: GigaDevice GD32F450Z-EVAL type: mcu arch: arm ram: 256 flash: 3072 toolchain: - zephyr - gnuarmemb - xtools supported: - counter - dac - gpio - i2c - pwm - spi - uart - watchdog - dma vendor: gd ```
/content/code_sandbox/boards/gd/gd32f450z_eval/gd32f450z_eval.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
109
```restructuredtext .. _gd32f470i_eval: GigaDevice GD32F470I-EVAL ######################### Overview ******** The GD32F470I-EVAL board is a hardware platform that enables prototyping on GD32F470IK Cortex-M4F Stretch Performance MCU. The GD32F470IK features a single-core ARM Cortex-M4F MCU which can run up to 240 MH...
/content/code_sandbox/boards/gd/gd32f470i_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,201
```ini source [find interface/cmsis-dap.cfg] transport select swd set CHIPNAME gd32f450zk set CPUTAPID 0x790007a3 source [find target/stm32f4x.cfg] reset_config trst_and_srst separate $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution" reset halt gdb_breakpoint_override hard ...
/content/code_sandbox/boards/gd/gd32f450z_eval/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown /* */ /dts-v1/; #include <gd/gd32f4xx/gd32f450xk.dtsi> #include "gd32f450z_eval-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F450Z-EVAL"; compatible = "gd,gd32f450z-eval"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console ...
/content/code_sandbox/boards/gd/gd32f450z_eval/gd32f450z_eval.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
955
```cmake board_runner_args(pyocd "--target=gd32f407vk") board_runner_args(jlink "--device=GD32F407VK" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32f407v_start/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
70
```restructuredtext .. _gd32f450z_eval: GigaDevice GD32F450Z-EVAL ######################### Overview ******** The GD32F450Z-EVAL board is a hardware platform that enables prototyping on GD32F450ZK Cortex-M4F Stretch Performance MCU. The GD32F450ZK features a single-core ARM Cortex-M4F MCU which can run up to 200 MH...
/content/code_sandbox/boards/gd/gd32f450z_eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,195
```unknown /* */ /dts-v1/; #include <gd/gd32f4xx/gd32f407xk.dtsi> #include "gd32f407v_start-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32F407V-START"; compatible = "gd,gd32f407v-start"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,conso...
/content/code_sandbox/boards/gd/gd32f407v_start/gd32f407v_start.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
440
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/gd/gd32f407v_start/gd32f407v_start_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml identifier: gd32f407v_start name: GigaDevice GD32F407V-START type: mcu arch: arm ram: 192 flash: 3072 toolchain: - zephyr - gnuarmemb - xtools supported: - pwm - gpio - counter - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32f407v_start/gd32f407v_start.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown config BOARD_GD32F407V_START select SOC_GD32F407 ```
/content/code_sandbox/boards/gd/gd32f407v_start/Kconfig.gd32f407v_start
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```unknown /* */ #include <dt-bindings/pinctrl/gd32f405z(e-g-k)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PB6>, <USART0_RX_PB7>; }; }; pwm2_default: pwm2_default { group1 { pinmux = <TIMER2_CH0_PC6>; }; }; }; ```
/content/code_sandbox/boards/gd/gd32f407v_start/gd32f407v_start-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
101
```yaml board: name: gd32f407v_start vendor: gd socs: - name: gd32f407 ```
/content/code_sandbox/boards/gd/gd32f407v_start/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown config BOARD_GD32VF103C_STARTER select SOC_GD32VF103 ```
/content/code_sandbox/boards/gd/gd32vf103c_starter/Kconfig.gd32vf103c_starter
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
21
```cmake board_runner_args( jlink "--device=GD32VF103CBT6" "--iface=jtag" "--tool-opt=-JTAGConf -1,-1" ) include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/gd/gd32vf103c_starter/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
73
```unknown /* */ /dts-v1/; #include <gd/gd32vf103Xb.dtsi> #include "gd32vf103c_starter-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "GigaDevice GD32VF103C-STARTER"; compatible = "gd,gd32vf103c-starter"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,cons...
/content/code_sandbox/boards/gd/gd32vf103c_starter/gd32vf103c_starter.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
534
```unknown CONFIG_GD32_HXTAL_8MHZ=y ```
/content/code_sandbox/boards/gd/gd32vf103c_starter/gd32vf103c_starter_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```yaml identifier: gd32vf103c_starter name: GigaDevice GD32VF103C-STARTER type: mcu arch: riscv ram: 32 flash: 128 toolchain: - zephyr supported: - uart - gpio - pwm - watchdog - dma - spi vendor: gd ```
/content/code_sandbox/boards/gd/gd32vf103c_starter/gd32vf103c_starter.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
86