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
```cmake # BMD-360-EVAL board configuration board_runner_args(jlink "--device=nRF52811_xxAA" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake) ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
85
```unknown # BMD-360-EVAL board configuration config BOARD_UBX_BMD360EVAL select SOC_NRF52811_QFAA ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/Kconfig.ubx_bmd360eval
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown # BMD-360-EVAL board configuration # Enable MPU CONFIG_ARM_MPU=y # Enable hardware stack protection CONFIG_HW_STACK_PROTECTION=y # Enable RTT CONFIG_USE_SEGGER_RTT=y # enable GPIO CONFIG_GPIO=y # enable uart driver CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
77
```yaml identifier: ubx_bmd360eval/nrf52811 name: UBX_BMD360EVAL_NRF52811 type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 24 flash: 192 supported: - adc - arduino_gpio - arduino_i2c - arduino_spi - gpio - counter - nvs - i2c - pwm - spi - watchdog vendor: u-blox ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
131
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```yaml board: name: ubx_bmd360eval vendor: u-blox socs: - name: nrf52811 ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown # BMD-360-EVAL board configuration if BOARD_UBX_BMD360EVAL endif # BOARD_UBX_BMD360EVAL ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown # BMD-360-EVAL board configuration # BT_CTLR depends on BT. When BT is enabled we should default to also # enabling the controller. config BT_CTLR default y if BT ```
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/Kconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```unknown /* * */ /dts-v1/; #include <nordic/nrf52811_qfaa.dtsi> #include "ubx_bmd360eval_nrf52811-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "u-blox BMD-360-EVAL EVK nRF52811"; compatible = "u-blox,ubx-bmd360eval-nrf52811"; chosen { zephyr,console = &uart0; zephyr,sh...
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,955
```restructuredtext .. _ubx_bmd345eval_nrf52840: u-blox EVK-BMD-34/38: BMD-345-EVAL ################################## Overview ******** The BMD-345-EVALhardware provides support for the u-blox BMD-345 Bluetooth 5.0 modules, based on the Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU and Skyworks RFX2411 Front End...
/content/code_sandbox/boards/u-blox/ubx_bmd345eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,448
```restructuredtext .. _boards-maker-diary: Maker Diary ########### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/makerdiary/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```cmake board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000") board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
93
```unknown /* * */ /* Flash partition table compatible with Nordic nRF5 bootloader */ &flash0 { partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; /* MCUboot placed after Nordic MBR. * The size of this partition ensures that MCUBoot * can be built with CDC ACM sup...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-stock.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
337
```unknown /* * */ /* Flash partition table without support for Nordic nRF5 bootloader */ &flash0 { partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; /* The size of this partition ensures that MCUBoot can be built * with an RTT console, CDC ACM support, and w/o opti...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-debugger.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
277
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 6)>, <NRF_PSEL(UART_RX, 0, 7)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 6)>, <NRF_PSEL(UART_RX, 0, 7)>; low-power-enable; }; }; }; ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
124
```yaml board: name: nrf52840_mdk_usb_dongle vendor: makerdiary socs: - name: nrf52840 ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```restructuredtext .. _ubx_bmd360eval_nrf52811: u-blox EVK-BMD-360: BMD-360-EVAL ################################ Overview ******** The BMD-360-EVAL hardware provides support for the u-blox BMD-360 Bluetooth 5 module, based on The Nordic Semiconductor nRF52811 ARM Cortex-M4 CPU and the following devices: * :abbr:`...
/content/code_sandbox/boards/u-blox/ubx_bmd360eval/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,149
```yaml identifier: nrf52840_mdk_usb_dongle name: nRF52840-MDK-USB-Dongle type: mcu arch: arm ram: 256 flash: 1024 toolchain: - zephyr - gnuarmemb - xtools supported: - usb_device - ble - watchdog - counter ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```unknown # Enable MPU CONFIG_ARM_MPU=y # Console CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y # Enable hardware stack protection CONFIG_HW_STACK_PROTECTION=y # enable GPIO CONFIG_GPIO=y ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
49
```unknown /* * */ /dts-v1/; #include <nordic/nrf52840_qiaa.dtsi> #include "nrf52840_mdk_usb_dongle-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "nRF52840 MDK USB Dongle"; compatible = "nrf52840_mdk_usb_dongle"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
930
```unknown # nRF52840 MDK USB Dongle board configuration config BOARD_NRF52840_MDK_USB_DONGLE select SOC_NRF52840_QIAA ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/Kconfig.nrf52840_mdk_usb_dongle
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```unknown # nRF52840 MDK USB Dongle board configuration # # # if BOARD_NRF52840_MDK_USB_DONGLE # To let the nRF5 bootloader load an application, the application # must be linked after Nordic MBR, that is factory-programmed on the board. # Nordic nRF5 bootloader exists outside of the partitions specified in the # DT...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
221
```unknown # nRF52840 MDK USB Dongle board configuration config BOARD_HAS_NRF5_BOOTLOADER bool "Board has nRF5 bootloader" default y depends on BOARD_NRF52840_MDK_USB_DONGLE help If selected, applications are linked so that they can be loaded by Nordic nRF5 bootloader. ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/Kconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```cmake board_runner_args(pyocd "--target=nrf52840") set(OPENOCD_NRF5_INTERFACE "cmsis-dap") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake) ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
67
```unknown # nRF52840-MDK board configuration config BOARD_NRF52840_MDK select SOC_NRF52840_QIAA ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/Kconfig.nrf52840_mdk
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```unknown # Enable MPU CONFIG_ARM_MPU=y # enable GPIO CONFIG_GPIO=y # enable uart driver CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/nrf52840_mdk_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```restructuredtext .. _nrf52840_mdk_usb_dongle: nRF52840 MDK USB Dongle ####################### Overview ******** The nRF52840 MDK USB Dongle is a small and low-cost development platform enabled by the nRF5240 multiprotocol SoC in a convenient USB dongle form factor. The design features a programmable user button,...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
298
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```yaml identifier: nrf52840_mdk name: nRF52840-MDK type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools supported: - usb_device - ble - pwm vendor: makerdiary ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
70
```yaml board: name: nrf52840_mdk vendor: makerdiary socs: - name: nrf52840 ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0, 19)>, <NRF_PSEL(UART_RTS, 0, 5)>, <NRF_PSEL(UART_CTS, 0, 7)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/nrf52840_mdk-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
900
```unknown # nRF52840-MDK board configuration if BOARD_NRF52840_MDK config BT_CTLR default BT endif # BOARD_NRF52840_MDK ```
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```restructuredtext .. _nrf52840_mdk: nRF52840-mdk ################# Overview ******** The nRF52840-MDK is a versatile, easy-to-use IoT hardware platform for Bluetooth 5, Bluetooth Mesh, Thread, IEEE 802.15.4, ANT and 2.4GHz proprietary applications using the nRF52840 SoC. The development kit comes with a fully int...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
263
```cmake board_runner_args(pyocd "--target=nrf52832") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml identifier: nrf52832_mdk name: nRF52832-MDK type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 64 flash: 512 supported: - pwm ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
65
```unknown # nRF52832-MDK board configuration config BOARD_NRF52832_MDK select SOC_NRF52832_QFAA ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/Kconfig.nrf52832_mdk
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```unknown # Enable MPU CONFIG_ARM_MPU=y # enable GPIO CONFIG_GPIO=y # enable uart driver CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/nrf52832_mdk_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```yaml board: name: nrf52832_mdk vendor: makerdiary socs: - name: nrf52832 ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown /* * */ /dts-v1/; #include <nordic/nrf52840_qiaa.dtsi> #include "nrf52840_mdk-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "nRF52840-MDK Dev Kit"; compatible = "nordic,pca10056-dk"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mc...
/content/code_sandbox/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,681
```unknown # nRF52832-MDK board configuration if BOARD_NRF52832_MDK config BT_CTLR default BT endif # BOARD_NRF52832_MDK ```
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0, 19)>, <NRF_PSEL(UART_RTS, 0, 5)>, <NRF_PSEL(UART_CTS, 0, 7)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0...
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/nrf52832_mdk-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
615
```restructuredtext .. _nrf52832_mdk: nRF52832-mdk ################# Overview ******** The nrf52832_mdk board is a fully open-source, versatile single board development kit for Bluetooth low energy, ANT and 2.4GHz proprietary applications using the nRF52832 SoC. The kit gives access to 24 I/Os and interfaces via he...
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
189
```restructuredtext .. _boards-franzininho: Franzininho ########### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/franzininho/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```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/franzininho/esp32s2_franzininho/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown # ESP32S2 Franzininho board configuration config BOARD_ESP32S2_FRANZININHO select SOC_ESP32S2_WROOM ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/Kconfig.esp32s2_franzininho
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
36
```unknown choice BOOTLOADER default BOOTLOADER_MCUBOOT endchoice choice BOOT_SIGNATURE_TYPE default BOOT_SIGNATURE_TYPE_NONE endchoice ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/Kconfig.sysbuild
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml identifier: esp32s2_franzininho name: ESP32-S2 Franzininho type: mcu arch: xtensa toolchain: - zephyr supported: - gpio - i2c - watchdog - uart - pinmux - nvs testing: ignore_tags: - heap - net - bluetooth vendor: franzininho ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
96
```unknown /* * */ /dts-v1/; #include <nordic/nrf52832_qfaa.dtsi> #include "nrf52832_mdk-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "nRF52832-MDK Micro Dev Kit"; compatible = "nrf52832-mdk"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mc...
/content/code_sandbox/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,237
```yaml board: name: esp32s2_franzininho vendor: espressif socs: - name: esp32s2 ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h> #include <dt-bindings/pinctrl/esp32s2-pinctrl.h> #include <zephyr/dt-bindings/pinctrl/esp32s2-gpio-sigmap.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_GPIO43>; output-high; }; group2 { pinmux =...
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
417
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
27
```unknown # ESP32S2 Franzininho board configuration config ENTROPY_GENERATOR default y config HEAP_MEM_POOL_ADD_SIZE_BOARD int default 32768 if WIFI default 4096 ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```unknown /* * */ /dts-v1/; #include <espressif/esp32s2/esp32s2_wroom.dtsi> #include "esp32s2_franzininho-pinctrl.dtsi" / { model = "ESP32S2 Franzininho"; compatible = "espressif,esp32s2"; aliases { led0 = &user_led_0; led1 = &user_led_1; i2c-0 = &i2c0; watchdog0 = &wdt0; }; chosen { zephyr,sram ...
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
870
```ini set ESP_RTOS none source [find interface/ftdi/esp32s2_kaluga_v1.cfg] source [find target/esp32s2.cfg] ```
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```restructuredtext .. _boards-sifive: SiFive ###### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/sifive/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_SIFIVE_PORT_0=y CONFIG_UART_CONSOLE=y CONFIG_PINCTRL=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/sifive/hifive1/hifive1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown config BOARD_HIFIVE1 select SOC_SIFIVE_FREEDOM_FE310 ```
/content/code_sandbox/boards/sifive/hifive1/Kconfig.hifive1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```cmake set(SUPPORTED_EMU_PLATFORMS renode qemu) set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/hifive1.resc) set(RENODE_UART sysbus.uart0) set(QEMU_binary_suffix riscv32) set(QEMU_CPU_TYPE_${ARCH} riscv32) set(QEMU_FLAGS_${ARCH} -nographic -machine sifive_e ) if("${BOARD_REVISION}" STREQUAL "A") boar...
/content/code_sandbox/boards/sifive/hifive1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
359
```yaml identifier: hifive1 name: SiFive HiFive1 type: mcu arch: riscv toolchain: - zephyr ram: 16 simulation: renode simulation_exec: renode supported: - pwm - gpio - spi - arduino_gpio - arduino_i2c testing: ignore_tags: - net - bluetooth - flash - newlib renode: uart: sysbus.uart0...
/content/code_sandbox/boards/sifive/hifive1/hifive1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
141
```restructuredtext .. _esp32s2_franzininho: ESP32-S2 Franzininho #################### Overview ******** Franzininho is an educational development board based on ESP32-S2 which is a highly integrated, low-power, single-core Wi-Fi Microcontroller SoC, designed to be secure and cost-effective, with a high performance ...
/content/code_sandbox/boards/franzininho/esp32s2_franzininho/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,080
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/sifive-pinctrl.h> &pinctrl { /* UART0 */ uart0_rx_default: uart0_rx_default { pinmux = <16 SIFIVE_PINMUX_IOF0>; }; uart0_tx_default: uart0_tx_default { pinmux = <17 SIFIVE_PINMUX_IOF0>; }; /* SPI1 */ spi1_cs0_default: spi1_cs0_default { pinmux = ...
/content/code_sandbox/boards/sifive/hifive1/hifive1-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
745
```yaml board: name: hifive1 vendor: sifive socs: - name: fe310 revision: format: letter default: "A" revisions: - name: "A" - name: "B" ```
/content/code_sandbox/boards/sifive/hifive1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```unknown CONFIG_BUILD_OUTPUT_HEX=y ```
/content/code_sandbox/boards/sifive/hifive1/hifive1_fe310_A_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8
```yaml identifier: hifive1@B name: SiFive HiFive1 Rev B type: mcu arch: riscv toolchain: - zephyr ram: 16 testing: ignore_tags: - net - bluetooth supported: - arduino_gpio - arduino_i2c - gpio - i2c vendor: sifive ```
/content/code_sandbox/boards/sifive/hifive1/hifive1_fe310_B.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown if BOARD_HIFIVE1_FE310 config SYS_CLOCK_TICKS_PER_SEC default 128 if "$(BOARD_REVISION)" = "B" config HAS_FLASH_LOAD_OFFSET default y config FLASH_BASE_ADDRESS default $(dt_node_reg_addr_hex,/soc/spi@10014000,1) config FLASH_LOAD_OFFSET default 0x0 endif # "$(BOARD_REVISION)" = "B" endif # BOARD_...
/content/code_sandbox/boards/sifive/hifive1/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
97
```unknown /* * */ / { model = "SiFive HiFive 1 Rev. B"; compatible = "sifive,hifive1_revb"; }; &uart1 { status = "okay"; current-speed = <115200>; }; &spi0 { reg = <0x10014000 0x1000 0x20010000 0x3c0900>; }; &spi2 { status = "okay"; pinctrl-0 = <&spi1_cs2_default &spi1_mosi_default &spi1_mis...
/content/code_sandbox/boards/sifive/hifive1/hifive1_fe310_B.overlay
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
139
```unknown /dts-v1/; #include <sifive/riscv32-fe310.dtsi> #include <zephyr/dt-bindings/i2c/i2c.h> #include "hifive1-pinctrl.dtsi" / { model = "SiFive HiFive 1"; compatible = "sifive,hifive1"; aliases { led0 = &led0; led1 = &led1; led2 = &led2; pwm-led0 = &pwmled0; pwm-led1 = &pwmled1; pwm-led2 = &pwm...
/content/code_sandbox/boards/sifive/hifive1/hifive1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,336
```ini adapter speed 10000 adapter driver ftdi ftdi device_desc "Dual RS232-HS" ftdi vid_pid 0x0403 0x6010 ftdi layout_init 0x0008 0x000b ftdi layout_signal nSRST -data 0x0020 -oe 0x0020 set _CHIPNAME riscv jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913 set _TARGETNAME $_CHIPNAME.cpu target create $_TA...
/content/code_sandbox/boards/sifive/hifive1/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
321
```unknown :description: This script is prepared to run Zephyr on SiFive-FE310 board. :name: SiFive-FE310 $name?="SiFive-FE310" set platform """ using "platforms/cpus/sifive-fe310.repl" clint: frequency: 16000000 """ using sysbus mach create $name machine LoadPlatformDescriptionFromString $platform sysbus Tag ...
/content/code_sandbox/boards/sifive/hifive1/support/hifive1.resc
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
163
```cmake set(SUPPORTED_EMU_PLATFORMS renode) set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/hifive_unmatched.resc) set(RENODE_UART sysbus.uart0) set(OPENOCD_USE_LOAD_IMAGE NO) board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_hifive_unmatched.cfg") include(${ZEPHYR_BASE}/boards/common/openocd.bo...
/content/code_sandbox/boards/sifive/hifive_unmatched/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
92
```unknown /* * */ /dts-v1/; #include <sifive/riscv64-fu740.dtsi> / { chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,sram = &l2lim; }; ram0: ram0@80000000 { compatible = "memory"; reg = <0x0 0x80000000 0x4 0x00000000>; reg-names = "mem"; }; }; &uart0 { status = "okay"; cur...
/content/code_sandbox/boards/sifive/hifive_unmatched/hifive_unmatched.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
290
```unknown config BOARD_HIFIVE_UNMATCHED select SOC_SIFIVE_FREEDOM_FU740 ```
/content/code_sandbox/boards/sifive/hifive_unmatched/Kconfig.hifive_unmatched
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```unknown CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_SIFIVE_PORT_0=y CONFIG_UART_CONSOLE=y CONFIG_XIP=n ```
/content/code_sandbox/boards/sifive/hifive_unmatched/hifive_unmatched_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```yaml board: name: hifive_unmatched vendor: sifive socs: - name: fu740 ```
/content/code_sandbox/boards/sifive/hifive_unmatched/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```restructuredtext .. _hifive1: SiFive HiFive1 ############## Overview ******** The HiFive1 is an Arduino-compatible development board with an FE310 RISC-V SoC. Two revisions of this board are supported in Zephyr: `HiFive1 <path_to_url`__ (also known as HiFive1 Rev A) and `HiFive1 Rev B <path_to_url`__. .. figure:...
/content/code_sandbox/boards/sifive/hifive1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
661
```unknown if BOARD_HIFIVE_UNMATCHED config SYS_CLOCK_TICKS_PER_SEC default 1000 config SYS_CLOCK_HW_CYCLES_PER_SEC default 1000000 endif # BOARD_HIFIVE_UNMATCHED ```
/content/code_sandbox/boards/sifive/hifive_unmatched/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
50
```yaml identifier: hifive_unmatched name: SiFive HiFive Unmatched type: mcu arch: riscv toolchain: - zephyr ram: 3840 simulation: renode simulation_exec: renode testing: ignore_tags: - net - bluetooth renode: uart: sysbus.uart0 resc: boards/sifive/hifive_unmatched/support/hifive_unmatched.resc su...
/content/code_sandbox/boards/sifive/hifive_unmatched/hifive_unmatched.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
120
```unknown :description: This script is prepared to run Zephyr on SiFive-FU740 board. :name: SiFive-FU740 $name?="SiFive-FU740" using sysbus mach create $name set platform """ using "platforms/cpus/sifive-fu740.repl" clint: frequency: 10000000 """ machine LoadPlatformDescriptionFromString $platform machine PyD...
/content/code_sandbox/boards/sifive/hifive_unmatched/support/hifive_unmatched.resc
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```ini adapter speed 10000 adapter driver ftdi ftdi_device_desc "Dual RS232-HS" ftdi_vid_pid 0x0403 0x6010 ftdi_layout_init 0x0008 0x001b ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 set _CHIPNAME riscv jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913 set _TARGETNAME $_CHIPNAME.cpu target create $_TA...
/content/code_sandbox/boards/sifive/hifive_unmatched/support/openocd_hifive_unmatched.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
322
```cmake set(SUPPORTED_EMU_PLATFORMS renode) set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/hifive_unleashed.resc) set(RENODE_UART sysbus.uart0) set(OPENOCD_USE_LOAD_IMAGE NO) board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_hifive_unleashed.cfg") include(${ZEPHYR_BASE}/boards/common/openocd.boa...
/content/code_sandbox/boards/sifive/hifive_unleashed/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
94
```restructuredtext .. _hifive_unmatched: SiFive HiFive Unmatched ####################### Overview ******** The HiFive Unmatched is a development board with a SiFive FU740-C000 multi-core 64bit RISC-V SoC. .. image:: img/hifive_unmatched.jpg :align: center :alt: SiFive HiFive Unmatched board Programming and ...
/content/code_sandbox/boards/sifive/hifive_unmatched/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
298
```unknown CONFIG_CONSOLE=y CONFIG_GPIO=y CONFIG_SERIAL=y CONFIG_UART_SIFIVE_PORT_0=y CONFIG_UART_CONSOLE=y CONFIG_XIP=n ```
/content/code_sandbox/boards/sifive/hifive_unleashed/hifive_unleashed_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```yaml board: name: hifive_unleashed vendor: sifive socs: - name: fu540 ```
/content/code_sandbox/boards/sifive/hifive_unleashed/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown if BOARD_HIFIVE_UNLEASHED config SYS_CLOCK_TICKS_PER_SEC default 1000 config SYS_CLOCK_HW_CYCLES_PER_SEC default 1000000 endif # BOARD_HIFIVE_UNLEASHED ```
/content/code_sandbox/boards/sifive/hifive_unleashed/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
52
```unknown config BOARD_HIFIVE_UNLEASHED select SOC_SIFIVE_FREEDOM_FU540 ```
/content/code_sandbox/boards/sifive/hifive_unleashed/Kconfig.hifive_unleashed
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```yaml identifier: hifive_unleashed name: SiFive HiFive Unleashed type: mcu arch: riscv toolchain: - zephyr ram: 3840 simulation: renode simulation_exec: renode testing: ignore_tags: - net - bluetooth - flash - newlib - crypto renode: uart: sysbus.uart0 resc: boards/sifive/hifive_unle...
/content/code_sandbox/boards/sifive/hifive_unleashed/hifive_unleashed.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
136
```ini adapter speed 10000 adapter driver ftdi ftdi_device_desc "Dual RS232-HS" ftdi_vid_pid 0x0403 0x6010 ftdi_layout_init 0x0008 0x001b ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 set _CHIPNAME riscv jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913 set _TARGETNAME $_CHIPNAME.cpu target create $_TA...
/content/code_sandbox/boards/sifive/hifive_unleashed/support/openocd_hifive_unleashed.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
322
```unknown /* * */ /dts-v1/; #include <sifive/riscv64-fu540.dtsi> / { chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,sram = &ram0; }; ram0: ram0@80000000 { compatible = "memory"; reg = <0x80000000 0xf0000000>; reg-names = "mem"; }; lscon_96b: connector { compatible = "lin...
/content/code_sandbox/boards/sifive/hifive_unleashed/hifive_unleashed.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
551
```unknown :description: This script is prepared to run Zephyr on SiFive-FU540 board. :name: SiFive-FU540 $name?="SiFive-FU540" using sysbus mach create $name set platform """ using "platforms/cpus/sifive-fu540.repl" clint: frequency: 10000000 """ machine LoadPlatformDescriptionFromString $platform machine PyD...
/content/code_sandbox/boards/sifive/hifive_unleashed/support/hifive_unleashed.resc
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```restructuredtext .. _hifive_unleashed: SiFive HiFive Unleashed ####################### Overview ******** The HiFive Unleashed is a development board with a SiFive FU540-C000 multi-core 64bit RISC-V SoC. .. image:: img/hifive_unleashed.jpg :align: center :alt: SiFive HiFive Unleashed board Programming and ...
/content/code_sandbox/boards/sifive/hifive_unleashed/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
307
```unknown /* * */ /dts-v1/; #include <arm/xilinx/zynqmp_rpu.dtsi> #include "mercury_xu-pinctrl.dtsi" / { model = "Mercury XU"; compatible = "xlnx,zynqmp"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,sram = &sram0; zephyr,flash = &flash0; }; fpga0: fpga { status = "okay"; ...
/content/code_sandbox/boards/enclustra/mercury_xu/mercury_xu.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
237
```c /* * */ #include <zephyr/arch/cpu.h> #include <zephyr/init.h> static int mercury_xu_init(void) { return 0; } SYS_INIT(mercury_xu_init, PRE_KERNEL_2, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT); ```
/content/code_sandbox/boards/enclustra/mercury_xu/board.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
57
```unknown # Enable UART driver CONFIG_SERIAL=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable timer CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 CONFIG_PINCTRL=y ```
/content/code_sandbox/boards/enclustra/mercury_xu/mercury_xu_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
43
```yaml board: name: mercury_xu vendor: enclustra socs: - name: zynqmp_rpu ```
/content/code_sandbox/boards/enclustra/mercury_xu/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```yaml identifier: mercury_xu name: MERCURY-XU type: mcu arch: arm toolchain: - zephyr - gnuarmemb vendor: xlnx ```
/content/code_sandbox/boards/enclustra/mercury_xu/mercury_xu.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
46
```unknown if BOARD_MERCURY_XU config FLASH_SIZE int default 64 config FLASH_BASE_ADDRESS default 0x08000000 endif ```
/content/code_sandbox/boards/enclustra/mercury_xu/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```unknown /* * */ #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_RX_38>; }; group2 { pinmux = <UART0_TX_39>; }; }; uart1_default: uart1_default { group1 { pinmux = <UART1_RX_21>; }; group2 { pinmux = <UART1_TX_20>; }...
/content/code_sandbox/boards/enclustra/mercury_xu/mercury_xu-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
124
```restructuredtext .. _boards-up: UP Bridge the Gap. ################## .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/up-bridge-the-gap/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33