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 # # Author: Parthiban Nallathambi <parthiban@linumiz.com> CONFIG_ARM_MPU=y # enable uart driver CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_USE_DT_CODE_PARTITION=y ```
/content/code_sandbox/boards/infineon/xmc45_relax_kit/xmc45_relax_kit_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
57
```ini # # Author: Parthiban Nallathambi <parthiban@linumiz.com> source [find interface/jlink.cfg] transport select swd source [find target/xmc4xxx.cfg] ```
/content/code_sandbox/boards/infineon/xmc45_relax_kit/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
45
```unknown /* * * Author: Parthiban Nallathambi <parthiban@linumiz.com> * */ /dts-v1/; #include <infineon/cat3/xmc/xmc4500_F100x1024.dtsi> #include <infineon/cat3/xmc/xmc4500_F100x1024-intc.dtsi> #include <zephyr/dt-bindings/pwm/pwm.h> #include "xmc45_relax_kit-pinctrl.dtsi" / { model = "Infineon XMC4500 Relax ...
/content/code_sandbox/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,203
```cmake #************************************************************************** # an affiliate of Cypress Semiconductor Corporation. # SPDX-Licence-Identifier: Apache-2.0 #*************************************************************************** include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) board_r...
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
82
```restructuredtext .. _xmc45_relax_kit: INFINEON XMC45-RELAX-KIT ######################## Overview ******** The XMC4500 Relax Kit is designed to evaluate the capabilities of the XMC4500 Microcontroller. It is based on High performance ARM Cortex-M4F which can run up to 120MHz. .. image:: xmc45_relax_kit.jpg :al...
/content/code_sandbox/boards/infineon/xmc45_relax_kit/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
773
```yaml # # identifier: cy8cproto_063_ble name: CY8CPROTO-063-BLE PSoC 6 BLE Prototyping Kit type: mcu arch: arm ram: 288 flash: 1024 toolchain: - zephyr - gnuarmemb supported: - adc - gpio - uart - i2c - watchdog - spi - timer vendor: infineon ```
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
107
```yaml board: name: cy8cproto_063_ble vendor: infineon socs: - name: cyble_416045_02 ```
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```unknown /* * an affiliate of Cypress Semiconductor Corporation */ /dts-v1/; #include <infineon/cat1a/mpns/CYBLE_416045_02.dtsi> #include <infineon/cat1a/system_clocks.dtsi> #include "cy8cproto_063_ble-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "CY8CPROTO-063-BLE PSoC 6 BL...
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
766
```unknown # CY8CPROTO-063-BLE PSoC 6 BLE Prototyping Kit # an affiliate of Cypress Semiconductor Corporation if BOARD_CY8CPROTO_063_BLE # No defaults to change for now endif # BOARD_CY8CPROTO_063_BLE ```
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
57
```unknown /* * an affiliate of Cypress Semiconductor Corporation */ /* Configure pin control bias mode for uart5 pins */ &p5_1_scb5_uart_tx { drive-push-pull; }; &p5_0_scb5_uart_rx { input-enable; }; ```
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
53
```unknown # CY8CPROTO-063-BLE PSoC 6 BLE Prototyping Kit # # an affiliate of Cypress Semiconductor Corporation config BOARD_CY8CPROTO_063_BLE select SOC_CYBLE_416045_02 ```
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/Kconfig.cy8cproto_063_ble
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
49
```unknown #************************************************************************** # an affiliate of Cypress Semiconductor Corporation. # SPDX-Licence-Identifier: Apache-2.0 #*************************************************************************** # General configuration CONFIG_CORTEX_M_SYSTICK=y CONFIG_BUILD_O...
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
148
```ini #************************************************************************** # an affiliate of Cypress Semiconductor Corporation. # SPDX-Licence-Identifier: Apache-2.0 #*************************************************************************** if {[info exists env(OPENOCD_INTERFACE)]} { set INTERFACE $e...
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
98
```restructuredtext .. _boards-sipeed: Sipeed ###### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/sipeed/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```cmake board_runner_args(openocd --cmd-pre-init "source [find target/gd32vf103.cfg]") board_runner_args(openocd "--cmd-pre-load=gd32vf103-pre-load") board_runner_args(openocd "--cmd-load=gd32vf103-load") board_runner_args(openocd "--cmd-post-verify=gd32vf103-post-verify") board_runner_args(dfu-util "--pid=28e9:0189...
/content/code_sandbox/boards/sipeed/longan_nano/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
139
```yaml identifier: longan_nano name: Sipeed Longan Nano type: mcu arch: riscv toolchain: - zephyr - xtools flash: 128 ram: 32 supported: - watchdog - dma - spi vendor: sipeed ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```unknown config BOARD_LONGAN_NANO select SOC_GD32VF103 ```
/content/code_sandbox/boards/sipeed/longan_nano/Kconfig.longan_nano
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
17
```restructuredtext .. _cy8cproto_063_ble: INFINEON CY8CPROTO-063-BLE ########################### Overview ******** The PSoC 6 BLE Proto Kit (CY8CPROTO-063-BLE) is a hardware platform that enables design and debug of the Cypress PSoC 63 BLE MCU. .. image:: img/cy8cproto-063-ble.jpg :align: center :alt: CY...
/content/code_sandbox/boards/infineon/cy8cproto_063_ble/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,186
```unknown /* */ #include <dt-bindings/pinctrl/gd32vf103c(b-8)xx-pinctrl.h> &pinctrl { usart0_default: usart0_default { group1 { pinmux = <USART0_TX_PA9_NORMP>, <USART0_RX_PA10_NORMP>; }; }; pwm1_default: pwm1_default { group1 { pinmux = <TIMER1_CH1_PA1_OUT_NORMP>, <TIMER1_CH2_PA2_OUT_NORMP>; }; }...
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
318
```unknown # Sipeed longan nano Development Board Configuration # # CONFIG_GD32_HXTAL_8MHZ=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
51
```unknown /* * */ #include <zephyr/dt-bindings/input/input-event-codes.h> #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> / { chosen { zephyr,console = &usart0; zephyr,shell-uart = &usart0; zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,display = &lcd0; sdhc0 = &sdhc0; }; leds { compatibl...
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano-common.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,343
```yaml identifier: longan_nano/gd32vf103/lite name: Sipeed Longan Nano Lite type: mcu arch: riscv toolchain: - zephyr - xtools flash: 64 ram: 20 supported: - watchdog - dma - spi vendor: sipeed ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
80
```yaml board: name: longan_nano vendor: sipeed socs: - name: gd32vf103 variants: - name: lite ```
/content/code_sandbox/boards/sipeed/longan_nano/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
40
```unknown /* * */ /dts-v1/; #include <gd/gd32vf103X8.dtsi> #include "longan_nano-pinctrl.dtsi" #include "longan_nano-common.dtsi" / { model = "Sipeed Longan Nano Lite"; compatible = "sipeed,longan_nano_lite"; }; ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
74
```unknown # Sipeed longan nano Development Board Configuration # # CONFIG_GD32_HXTAL_8MHZ=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
51
```unknown # Sipeed longan nano Development Board Configuration if BOARD_LONGAN_NANO config DISK_DRIVER_SDMMC default y if DISK_DRIVERS endif # BOARD_LONGAN_NANO ```
/content/code_sandbox/boards/sipeed/longan_nano/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```unknown /* * */ /dts-v1/; #include <gd/gd32vf103Xb.dtsi> #include "longan_nano-pinctrl.dtsi" #include "longan_nano-common.dtsi" / { model = "Sipeed Longan Nano"; compatible = "sipeed,longan_nano"; }; ```
/content/code_sandbox/boards/sipeed/longan_nano/longan_nano.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```ini interface ftdi ftdi_device_desc "Dual RS232" #ftdi_device_desc "Sipeed-Debug" #ftdi_device_desc "JTAG Debugger" ftdi_vid_pid 0x0403 0x6010 #ftdi_channel 0 ftdi_layout_init 0x0008 0x001b ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 adapter speed 2000 transport select jtag proc gd32vf103-pre-load {} { h...
/content/code_sandbox/boards/sipeed/longan_nano/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
193
```restructuredtext .. _boards-lowrisc: lowRISC ####### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/lowrisc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```yaml identifier: opentitan_earlgrey name: OpenTitan Earl Grey type: mcu arch: riscv toolchain: - zephyr ram: 128 testing: ignore_tags: - net - bluetooth supported: - watchdog vendor: lowrisc ```
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```unknown config BOARD_OPENTITAN_EARLGREY select SOC_OPENTITAN ```
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/Kconfig.opentitan_earlgrey
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
21
```unknown CONFIG_XIP=y CONFIG_SERIAL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_BUILD_OUTPUT_BIN=n ```
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
26
```yaml board: name: opentitan_earlgrey vendor: lowrisc socs: - name: opentitan ```
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown /* * */ /dts-v1/; #include <lowrisc/opentitan_earlgrey.dtsi> / { model = "OpenTitan Earlgrey"; compatible = "lowrisc,opentitan-earlgrey"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,sram = &ram0; zephyr,flash = &flash0; }; }; &uart0 { status = "okay"; clock-frequ...
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
159
```restructuredtext .. _longan_nano: Sipeed Longan Nano ################## .. image:: img/longan_nano.jpg :align: center :alt: longan_nano Overview ******** The Sipeed Longan Nano and Longan Nano Lite is an simple and tiny development board with an GigaDevice GD32VF103 SoC that based on N200 RISC-V IP cor...
/content/code_sandbox/boards/sipeed/longan_nano/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
889
```restructuredtext .. _boards-luatos: Luatos ###### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/luatos/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h> #include <dt-bindings/pinctrl/esp32s3-pinctrl.h> #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_GPIO43>; output-high; }; group2 { pinmux = ...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
456
```restructuredtext .. _opentitan_earlgrey: OpenTitan Earl Grey ################### Overview ******** The OpenTitan Earl Grey chip is a low-power secure microcontroller that is designed for several use cases requiring hardware security. The `OpenTitan Github`_ page contains HDL code, utilities, and documentation rel...
/content/code_sandbox/boards/lowrisc/opentitan_earlgrey/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
840
```cmake if(NOT "${OPENOCD}" MATCHES "^${ESPRESSIF_TOOLCHAIN_PATH}/.*") set(OPENOCD OPENOCD-NOTFOUND) endif() find_program(OPENOCD openocd PATHS ${ESPRESSIF_TOOLCHAIN_PATH}/openocd-esp32/bin NO_DEFAULT_PATH) include(${ZEPHYR_BASE}/boards/common/esp32.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd.board.c...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```yaml identifier: esp32s3_luatos_core/esp32s3/procpu/usb name: ESP32-S3 LuatOS Core PROCPU USB type: mcu arch: xtensa toolchain: - zephyr supported: - gpio - uart - i2c - spi - can - counter - watchdog - entropy - pwm - dma testing: ignore_tags: - net - bluetooth vendor: luatos ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
117
```unknown /* * */ /dts-v1/; #include <espressif/esp32s3/esp32s3_appcpu.dtsi> / { model = "ESP32S3 Luatos Core USB APPCPU"; compatible = "espressif,esp32s3"; chosen { zephyr,sram = &sram0; zephyr,ipc_shm = &shm0; zephyr,ipc = &ipm0; }; }; &trng0 { status = "okay"; }; &ipm0 { status = "okay"; }; &flas...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
410
```unknown choice BOOTLOADER default BOOTLOADER_MCUBOOT endchoice choice BOOT_SIGNATURE_TYPE default BOOT_SIGNATURE_TYPE_NONE endchoice ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/Kconfig.sysbuild
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```yaml identifier: esp32s3_luatos_core/esp32s3/appcpu/usb name: ESP32-S3 LuatOS Core APPCPU USB type: mcu arch: xtensa toolchain: - zephyr supported: - uart testing: ignore_tags: - net - bluetooth - flash - cpp - posix - watchdog - logging - kernel - pm - gpio - crypto...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
140
```yaml identifier: esp32s3_luatos_core/esp32s3/procpu name: ESP32-S3 LuatOS Core PROCPU type: mcu arch: xtensa toolchain: - zephyr supported: - gpio - uart - i2c - spi - can - counter - watchdog - entropy - pwm - dma testing: ignore_tags: - net - bluetooth vendor: luatos ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown /* * */ #include <espressif/esp32s3/esp32s3_mini_n8.dtsi> #include "esp32s3_luatos_core-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { leds { compatible = "gpio-leds"; led0: led0 { gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>; label = "LEDA"; }; led1: led1 { gpios = <...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
824
```unknown /* * */ /dts-v1/; #include "esp32s3_luatos_core.dtsi" / { model = "ESP32S3 Luatos Core USB PROCPU"; compatible = "espressif,esp32s3"; aliases { led0 = &led0; led1 = &led1; i2c-0 = &i2c0; watchdog0 = &wdt0; uart-0 = &usb_serial; sw0 = &button0; }; chosen { zephyr,sram = &sram0; zeph...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
207
```yaml board: name: esp32s3_luatos_core vendor: luatos socs: - name: esp32s3 variants: - name: usb cpucluster: procpu - name: usb cpucluster: appcpu ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
63
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown config BOARD_ESP32S3_LUATOS_CORE select SOC_ESP32S3_MINI_N8 select SOC_ESP32S3_PROCPU if BOARD_ESP32S3_LUATOS_CORE_ESP32S3_PROCPU || BOARD_ESP32S3_LUATOS_CORE_ESP32S3_PROCPU_USB select SOC_ESP32S3_APPCPU if BOARD_ESP32S3_LUATOS_CORE_ESP32S3_APPCPU || BOARD_ESP32S3_LUATOS_CORE_ESP32S3_APPCPU_USB ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/Kconfig.esp32s3_luatos_core
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
125
```unknown # ESP32S3 Core board configuration if BOARD_ESP32S3_LUATOS_CORE_ESP32S3_PROCPU || BOARD_ESP32S3_LUATOS_CORE_ESP32S3_PROCPU_USB config HEAP_MEM_POOL_ADD_SIZE_BOARD int default 65535 if WIFI && BT default 51200 if WIFI default 40960 if BT default 4096 endif # BOARD_ESP32S3_LUATOS_CORE_ESP32S3_PROCPU |...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
222
```unknown /* * */ /dts-v1/; #include <espressif/esp32s3/esp32s3_appcpu.dtsi> / { model = "ESP32S3 Luatos Core APPCPU"; compatible = "espressif,esp32s3"; chosen { zephyr,sram = &sram0; zephyr,ipc_shm = &shm0; zephyr,ipc = &ipm0; }; }; &trng0 { status = "okay"; }; &ipm0 { status = "okay"; }; &flash0 {...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
409
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```unknown /* * */ /dts-v1/; #include "esp32s3_luatos_core.dtsi" / { model = "ESP32S3 Luatos Core PROCPU"; compatible = "espressif,esp32s3"; aliases { led0 = &led0; led1 = &led1; i2c-0 = &i2c0; watchdog0 = &wdt0; uart-0 = &uart0; sw0 = &button0; }; chosen { zephyr,sram = &sram0; zephyr,consol...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
200
```yaml identifier: esp32s3_luatos_core/esp32s3/appcpu name: ESP32-S3 LuatOS Core APPCPU type: mcu arch: xtensa toolchain: - zephyr supported: - uart testing: ignore_tags: - net - bluetooth - flash - cpp - posix - watchdog - logging - kernel - pm - gpio - crypto - e...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
137
```ini set ESP_RTOS none set ESP32_ONLYCPU 1 # Source the JTAG interface configuration file source [find interface/esp_usb_jtag.cfg] # Source the ESP32-S3 configuration file source [find target/esp32s3.cfg] ```
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```unknown /* * */ /dts-v1/; #include "esp32c3_luatos_core.dtsi" / { chosen { zephyr,sram = &sram0; zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; zephyr,bt-hci = &esp32_bt_hci; }; }; ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
109
```cmake if(NOT "${OPENOCD}" MATCHES "^${ESPRESSIF_TOOLCHAIN_PATH}/.*") set(OPENOCD OPENOCD-NOTFOUND) endif() find_program(OPENOCD openocd PATHS ${ESPRESSIF_TOOLCHAIN_PATH}/openocd-esp32/bin NO_DEFAULT_PATH) include(${ZEPHYR_BASE}/boards/common/esp32.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd.board.c...
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown config BOARD_ESP32C3_LUATOS_CORE select SOC_ESP32C3_MINI_N4 ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/Kconfig.esp32c3_luatos_core
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
27
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core_esp32c3_usb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
27
```unknown choice BOOTLOADER default BOOTLOADER_MCUBOOT endchoice choice BOOT_SIGNATURE_TYPE default BOOT_SIGNATURE_TYPE_NONE endchoice ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/Kconfig.sysbuild
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* * */ #include <espressif/esp32c3/esp32c3_mini_n4.dtsi> #include "esp32c3_luatos_core-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "ESP32C3 Luatos Core"; compatible = "espressif,esp32c3"; aliases { sw0 = &user_button1; i2c-0 = &i2c0; watchdog0 = &wdt0; l...
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
824
```unknown /* * */ /dts-v1/; #include "esp32c3_luatos_core.dtsi" / { chosen { zephyr,sram = &sram0; zephyr,console = &usb_serial; zephyr,shell-uart = &usb_serial; zephyr,flash = &flash0; }; }; &uart0 { status = "disabled"; }; &usb_serial { status = "okay"; }; ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core_esp32c3_usb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
99
```restructuredtext .. _esp32s3_luatos_core: ESP32S3-Luatos-Core ################### Overview ******** The ESP32S3-LUATOS-CORE development board is a compact board based on Espressif ESP32-S3. The board comes equipped with a 2.4GHz antenna and supports both Wi-Fi and Bluetooth functionalities. For more information, ...
/content/code_sandbox/boards/luatos/esp32s3_luatos_core/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,295
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h> #include <dt-bindings/pinctrl/esp32c3-pinctrl.h> #include <zephyr/dt-bindings/pinctrl/esp32c3-gpio-sigmap.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_GPIO21>; output-high; }; group2 { pinmux = ...
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
315
```yaml board: name: esp32c3_luatos_core vendor: luatos socs: - name: esp32c3 variants: - name: usb ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
43
```yaml identifier: esp32c3_luatos_core/esp32c3/usb name: ESP32C3 LuatOS Core USB type: mcu arch: riscv toolchain: - zephyr supported: - adc - gpio - i2c - watchdog - uart - dma - pwm - spi - counter - entropy testing: ignore_tags: - net - bluetooth vendor: luatos ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core_esp32c3_usb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
114
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
27
```unknown # ESP32C3 core board configuration config HEAP_MEM_POOL_ADD_SIZE_BOARD int default 65535 if WIFI && BT default 51200 if WIFI default 40960 if BT default 4096 ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
48
```ini set ESP_RTOS none # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). # Uncomment the line below to enable USB debugging. source [find interface/esp_usb_jtag.cfg] # Otherwise, use external JTAG programmer as ESP-Prog # source [find interface/ftdi/esp32_devkitj_v1.cfg] source [fi...
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
103
```yaml identifier: esp32c3_luatos_core/esp32c3 name: ESP32C3 LuatOS Core type: mcu arch: riscv toolchain: - zephyr supported: - adc - gpio - i2c - watchdog - uart - dma - pwm - spi - counter - entropy testing: ignore_tags: - net - bluetooth vendor: luatos ```
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
111
```restructuredtext .. _boards-ene: ENE ### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/ene/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```cmake board_runner_args(jlink "--device=KB1200" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/ene/kb1200_evb/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
53
```yaml identifier: kb1200_evb name: KB1200 EVB type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools supported: - gpio - uart ram: 64 flash: 256 ```
/content/code_sandbox/boards/ene/kb1200_evb/kb1200_evb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
67
```unknown config BOARD_KB1200_EVB select SOC_KB1200 ```
/content/code_sandbox/boards/ene/kb1200_evb/Kconfig.kb1200_evb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
18
```unknown # Enable console & UART driver CONFIG_SERIAL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable GPIO CONFIG_GPIO=y ```
/content/code_sandbox/boards/ene/kb1200_evb/kb1200_evb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```yaml board: name: kb1200_evb vendor: ene socs: - name: kb1200 ```
/content/code_sandbox/boards/ene/kb1200_evb/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```unknown /* * */ /dts-v1/; #include <zephyr/dt-bindings/input/input-event-codes.h> #include <ene/kb1200.dtsi> #include <ene/kb1200-pinctrl.dtsi> #include <dt-bindings/i2c/i2c.h> / { model = "KB1200 board"; compatible = "ene,kb1200"; aliases { uart0 = &uart0; led0 = &led0; led1 = &led1; sw0 = &user_bu...
/content/code_sandbox/boards/ene/kb1200_evb/kb1200_evb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
964
```restructuredtext .. _esp32c3_luatos_core: ESP32C3_LUATOS_CORE ################### Overview ******** ESP32-C3 is a single-core Wi-Fi and Bluetooth 5 (LE) microcontroller SoC, based on the open-source RISC-V architecture. It strikes the right balance of power, I/O capabilities and security, thus offering the optima...
/content/code_sandbox/boards/luatos/esp32c3_luatos_core/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,964
```ini source [find interface/jlink.cfg] transport select swd source [find target/swj-dp.tcl] # Set Chipname if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { set _CHIPNAME kb1200 } # SWD DAP ID of ENE KB1200 Cortex-M4. if { [info exists CPUDAPID ] } { set _CPUDAPID $CPUDAPID } else { set _...
/content/code_sandbox/boards/ene/kb1200_evb/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
420
```restructuredtext .. _boards-wiznet: WIZnet ###### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/wiznet/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```restructuredtext .. _ene_kb1200_evb: ENE KB1200_EVB ############## Overview ******** The KB1200_EVB kit is a development platform to evaluate the ENE KB1200 series microcontrollers. This board needs to be mated with part number KB1200. Hardware ******** - ARM Cortex-M4F Processor - 512KB Flash and 320KB RAM - ...
/content/code_sandbox/boards/ene/kb1200_evb/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
591
```cmake # This configuration allows selecting what debug adapter debugging w5500_evb_pico # by a command-line argument. # It is mainly intended to support both the 'picoprobe' and 'raspberrypi-swd' # adapter described in "Getting started with Raspberry Pi Pico". # And any other SWD debug adapter might also be usable ...
/content/code_sandbox/boards/wiznet/w5500_evb_pico/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
456
```unknown config BOARD_W5500_EVB_PICO select SOC_RP2040 ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/Kconfig.w5500_evb_pico
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
19
```yaml identifier: w5500_evb_pico name: Wiznet W5500 Evaluation Board type: mcu arch: arm flash: 16384 ram: 264 toolchain: - zephyr - gnuarmemb - xtools supported: - uart - gpio - adc - i2c - spi - hwinfo - watchdog - pwm - flash - dma - counter - clock ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/w5500_evb_pico.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
116
```unknown /* */ #include <zephyr/dt-bindings/pinctrl/rpi-pico-rp2040-pinctrl.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_P0>; }; group2 { pinmux = <UART0_RX_P1>; input-enable; }; }; i2c0_default: i2c0_default { group1 { pinmux = <I2C0_SDA_P4>, <I2C0_SCL_P5>; ...
/content/code_sandbox/boards/wiznet/w5500_evb_pico/w5500_evb_pico-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
364
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000 CONFIG_SERIAL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y CONFIG_USE_DT_CODE_PARTITION=y CONFIG_BUILD_OUTPUT_UF2=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_RESET=y CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/w5500_evb_pico_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```yaml board: name: w5500_evb_pico vendor: wiznet socs: - name: rp2040 ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown if BOARD_W5500_EVB_PICO config RP2_FLASH_W25Q080 default y if NETWORKING config NET_L2_ETHERNET default y endif # NETWORKING if I2C_DW config I2C_DW_CLOCK_SPEED default 125 endif # I2C_DW config USB_SELF_POWERED default n endif # BOARD_W5500_EVB_PICO ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
92
```ini # Checking and set 'adapter speed'. # Set the adaptor speed, if unset, and given as an argument. proc set_adapter_speed_if_not_set { speed } { puts "checking adapter speed..." if { [catch {adapter speed} ret] } { adapter speed $speed } } ```
/content/code_sandbox/boards/wiznet/w5500_evb_pico/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
64
```unknown /* * */ /dts-v1/; #include <freq.h> #include <rpi_pico/rp2040.dtsi> #include "w5500_evb_pico-pinctrl.dtsi" #include <zephyr/dt-bindings/pwm/pwm.h> #include <zephyr/dt-bindings/i2c/i2c.h> / { chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,flash-controller = &ssi; zephyr,console ...
/content/code_sandbox/boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,559
```restructuredtext .. _boards-space-cubics: Space Cubics ############ .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/sc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```cmake board_runner_args(openocd "--use-elf" "--config=${BOARD_DIR}/support/openocd-ftdi.cfg") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) ```
/content/code_sandbox/boards/sc/scobc_module1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 CONFIG_ARM_MPU=n CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_XIP=n CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0x0 ```
/content/code_sandbox/boards/sc/scobc_module1/scobc_module1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
62
```unknown /* * */ /dts-v1/; #include <arm/armv7-m.dtsi> #include <mem.h> / { model = "Space Cubics OBC module 1"; chosen { zephyr,console = &uartlite0; zephyr,shell-uart = &uartlite0; zephyr,sram = &hrmem; }; cpus { #address-cells = <1>; #size-cells = <0>; cpu0: cpu@0 { device_type = "cpu"; ...
/content/code_sandbox/boards/sc/scobc_module1/scobc_module1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
326
```unknown # Space Cubics OBC module 1 configuration config BOARD_SCOBC_MODULE1 select SOC_DESIGNSTART_FPGA_CORTEX_M3 ```
/content/code_sandbox/boards/sc/scobc_module1/Kconfig.scobc_module1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml board: name: scobc_module1 vendor: spacecubics socs: - name: designstart_fpga_cortex_m3 ```
/content/code_sandbox/boards/sc/scobc_module1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```unknown # Space Cubics OBC module 1 if BOARD_SCOBC_MODULE1 config CPU_CORTEX_M_HAS_SYSTICK default y config CPU_HAS_ARM_MPU default y config NUM_IRQS default 7 endif # BOARD_SCOBC_MODULE1 ```
/content/code_sandbox/boards/sc/scobc_module1/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```yaml identifier: scobc_module1 name: Space Cubics OBC module 1 type: mcu arch: arm toolchain: - zephyr supported: - uart ```
/content/code_sandbox/boards/sc/scobc_module1/scobc_module1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44