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 |
|---|---|---|---|---|---|---|---|---|
```yaml
description: Space Cubics HRMEM (High-reliability Memory)
compatible: "sc,hrmem"
include: base.yaml
properties:
reg:
required: true
``` | /content/code_sandbox/boards/sc/scobc_module1/dts/bindings/sc,hrmem.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```ini
source [find interface/cmsis-dap.cfg]
transport select swd
source [find target/swj-dp.tcl]
adapter speed 5000
set _CHIPNAME cortex_m3
set _ENDIAN little
set _WORKAREASIZE 0x4000
set _CPUTAPID 0x412FC231
swj_newdap $_CHIPNAME cpu -expected-id $_CPUTAPID
dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
... | /content/code_sandbox/boards/sc/scobc_module1/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 178 |
```ini
#
# Akizuki Denshi FT2232D Module (M-02990)
#
# path_to_url
#
adapter driver ftdi
ftdi device_desc "Dual RS232"
ftdi vid_pid 0x0403 0x6010
# Every pin set as high impedance except TCK, TDI, TDO and TMS
ftdi layout_init 0x0008 0x000b
``` | /content/code_sandbox/boards/sc/scobc_module1/support/akizuki-m-02990.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 92 |
```ini
source [find interface/ft232r.cfg]
source [find scobc-module1.cfg]
``` | /content/code_sandbox/boards/sc/scobc_module1/support/openocd-ft232r.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 21 |
```ini
# Yasushi SHOJI <yashi@spacecubics.com>
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME cortex_m3
}
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
set _CPUTAPID 0x4ba00477
}
if { [info exists WORKAREASIZE] } {
set _WORKAREASIZE $WORKAREASIZE... | /content/code_sandbox/boards/sc/scobc_module1/support/scobc-module1.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 259 |
```ini
source [find akizuki-m-02990.cfg]
adapter speed 2000
source [find scobc-module1.cfg]
``` | /content/code_sandbox/boards/sc/scobc_module1/support/openocd-ftdi.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```restructuredtext
.. _w5500_evb_pico:
Wiznet W5500 Evaluation Pico
############################
Overview
********
W5500-EVB-Pico is a microcontroller evaluation board based on the Raspberry
Pi RP2040 and fully hardwired TCP/IP controller W5500 - and basically works
the same as Raspberry Pi Pico board but with addi... | /content/code_sandbox/boards/wiznet/w5500_evb_pico/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,549 |
```restructuredtext
.. _boards-u-blox:
u-blox
######
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/u-blox/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# NINA-B4 EVK 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_evkninab4/ubx_evkninab4_nrf52833_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 78 |
```cmake
# NINA-B4 EVK board configuration
#
board_runner_args(nrfjprog "--nrf-family=NRF52")
board_runner_args(jlink "--device=nRF52833_xxAA" "--speed=4000")
board_runner_args(pyocd "--target=nrf52833" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/comm... | /content/code_sandbox/boards/u-blox/ubx_evkninab4/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 138 |
```restructuredtext
.. _scobc_module1:
Space Cubics OBC module 1
#########################
Overview
********
`Space Cubics`_ OBC module 1 is a single board computer for spacecraft,
especially for 3U CubeSats. The board is based on Xilinx Artix-7 FPGA and
implements ARM Cortex M3 as the main CPU.
.. figure:: scobc.... | /content/code_sandbox/boards/sc/scobc_module1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 795 |
```unknown
# NINA-B4 EVK board configuration
#
config BOARD_UBX_EVKNINAB4
select SOC_NRF52833_QIAA
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab4/Kconfig.ubx_evkninab4 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```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_evkninab4/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, 1, 5)>,
<NRF_PSEL(UART_RX, 0, 29)>,
<NRF_PSEL(UART_RTS, 0, 31)>,
<NRF_PSEL(UART_CTS, 0, 23)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 5)>,
<NRF_PSEL(UART_RX, 0... | /content/code_sandbox/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 961 |
```yaml
board:
name: ubx_evkninab4
vendor: u-blox
socs:
- name: nrf52833
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab4/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# EVK-NINA-B4 board configuration
#
if BOARD_UBX_EVKNINAB4
config BT_CTLR
default BT
endif # BOARD_UBX_EVKNINAB4
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab4/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 43 |
```yaml
identifier: ubx_evkninab4/nrf52833
name: EVK-NINA-B4-NRF52833
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- usb_device
- ble
- gpio
- pwm
- watchdog
- counter
vendor: u-blox
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 115 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52833_qiaa.dtsi>
#include "ubx_evkninab4_nrf52833-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox EVK-NINA-B4 NRF52833";
compatible = "u-blox,ubx_evkninab4_nrf52833";
chosen {
zephyr,console = &uart0;
zephyr,shell-uar... | /content/code_sandbox/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,170 |
```restructuredtext
.. _ubx_ninab4_nrf52833:
u-blox EVK NINA-B40x
####################
Overview
********
The u-blox NINA-B4 Evaluation Kit hardware is a Bluetooth low energy
module based on the Nordic Semiconductor nRF52833 ARM Cortex-M4F CPU
and has support for the following features:
* :abbr:`ADC (Analog to Digit... | /content/code_sandbox/boards/u-blox/ubx_evkninab4/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,878 |
```cmake
# u-blox EVK-ANNA-B1 board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
board_runner_args(pyocd "--target=nrf52832" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/board... | /content/code_sandbox/boards/u-blox/ubx_evkannab1/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 141 |
```unknown
# u-blox EVK-ANNA-B1 board configuration
#
config BOARD_UBX_EVKANNAB1
select SOC_NRF52832_QFAA
``` | /content/code_sandbox/boards/u-blox/ubx_evkannab1/Kconfig.ubx_evkannab1 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52832_qfaa.dtsi>
#include "ubx_evkannab1_nrf52832-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox EVK-ANNA-B1 NRF52832";
compatible = "u-blox,ubx_evkannab1_nrf52832";
chosen {
zephyr,console = &uart0;
zephyr,shell-uar... | /content/code_sandbox/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,086 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 3)>,
<NRF_PSEL(UART_RX, 0, 2)>,
<NRF_PSEL(UART_RTS, 0, 11)>,
<NRF_PSEL(UART_CTS, 0, 19)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 3)>,
<NRF_PSEL(UART_RX, 0,... | /content/code_sandbox/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 931 |
```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_evkannab1/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_evkannab1
vendor: u-blox
socs:
- name: nrf52832
``` | /content/code_sandbox/boards/u-blox/ubx_evkannab1/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# u-blox EVK-ANNA-B1 board configuration
#
if BOARD_UBX_EVKANNAB1
config BT_CTLR
default BT
endif # BOARD_UBX_EVKANNAB1
``` | /content/code_sandbox/boards/u-blox/ubx_evkannab1/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 47 |
```yaml
identifier: ubx_evkannab1/nrf52832
name: UBX-EVKANNAB1-NRF52832
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 64
flash: 512
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_evkannab1/ubx_evkannab1_nrf52832.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 132 |
```unknown
# u-blox EVK-ANNA-B1 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_evkannab1/ubx_evkannab1_nrf52832_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 81 |
```cmake
# BMD-330-EVAL board configuration
board_runner_args(jlink "--device=nRF52810_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_bmd330eval/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 85 |
```restructuredtext
.. _ubx_evkannab1_nrf52832:
u-blox EVK-ANNA-B11x
####################
Overview
********
The u-blox ANNA-B1 Evaluation Kit hardware is a Bluetooth low energy
module based on the Nordic Semiconductor nRF52832 ARM Cortex-M4F CPU
and has support for the following features:
* :abbr:`ADC (Analog to Di... | /content/code_sandbox/boards/u-blox/ubx_evkannab1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,358 |
```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_bmd330eval/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52810_qfaa.dtsi>
#include "ubx_bmd330eval_nrf52810-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox BMD-330-EVAL EVK nRF52810";
compatible = "u-blox,ubx-bmd330eval-nrf52810";
chosen {
zephyr,console = &uart0;
zephyr,sh... | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,948 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 573 |
```unknown
# BMD-330-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_bmd330eval/ubx_bmd330eval_nrf52810_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 77 |
```unknown
# BMD-330-EVAL board configuration
config BOARD_UBX_BMD330EVAL
select SOC_NRF52810_QFAA
``` | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/Kconfig.ubx_bmd330eval | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```yaml
board:
name: ubx_bmd330eval
vendor: u-blox
socs:
- name: nrf52810
``` | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
# BMD-330-EVAL board configuration
if BOARD_UBX_BMD330EVAL
endif # BOARD_UBX_BMD330EVAL
``` | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# BMD-330-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_bmd330eval/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 44 |
```yaml
identifier: ubx_bmd330eval/nrf52810
name: UBX_BMD330EVAL_NRF52810
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_bmd330eval/ubx_bmd330eval.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 131 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,151 |
```cmake
# BMD-380-EVAL board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
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/comm... | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```restructuredtext
.. _ubx_bmd330eval_nrf52810:
u-blox EVK-BMD-330: BMD-330-EVAL
################################
Overview
********
The BMD-330-EVAL hardware provides support for the
u-blox BMD-330 Bluetooth 5 module, based on The
Nordic Semiconductor nRF52810 ARM Cortex-M4 CPU and
the following devices:
* :abbr:`... | /content/code_sandbox/boards/u-blox/ubx_bmd330eval/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,178 |
```unknown
/*
* BMD-380-EVAL board configuration
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "ubx_bmd380eval_nrf52840-pinctrl.dtsi"
/* should be ckaa, but not available yet */
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox BMD-380-EVAL EVK nRF52840";
compatible = "u-... | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,900 |
```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_bmd380eval/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_bmd380eval
vendor: u-blox
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
# BMD-380-EVAL board configuration
if BOARD_UBX_BMD380EVAL
config BT_CTLR
default BT
endif # BOARD_UBX_BMD380EVAL
``` | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```yaml
identifier: ubx_bmd380eval/nrf52840
name: UBX_BMD380EVAL_NRF52840
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- ble
- counter
- gpio
- i2c
- pwm
- spi
- qspi
- usb_device
- watchdog
- netif:openthread
vendor: u-blox
``` | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 130 |
```unknown
# BMD-380-EVAL board configuration
config BOARD_UBX_BMD380EVAL
select SOC_NRF52840_QIAA
# should be CKAA,
# but SOC file not yet available from Nordic Semiconductor
``` | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/Kconfig.ubx_bmd380eval | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 49 |
```unknown
# BMD-380-EVAL board configuration
# should be CKAA, but not available yet from Nordic Semiconductor
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable RTT
CONFIG_USE_SEGGER_RTT=y
# enable GPIO
CONFIG_GPIO=y
# enable uart driver
CONFIG_SERIAL=y
# en... | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 91 |
```cmake
# BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL board configuration
board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
board_runner_args(pyocd "--target=nrf52832" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cm... | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,017 |
```unknown
# BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL board configuration
config BOARD_UBX_BMD300EVAL
select SOC_NRF52832_QFAA
``` | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/Kconfig.ubx_bmd300eval | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 47 |
```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_bmd300eval/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```unknown
# 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_bmd300eval/ubx_bmd300eval_nrf52832_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 68 |
```yaml
board:
name: ubx_bmd300eval
vendor: u-blox
socs:
- name: nrf52832
``` | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/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/nrf52832_qfaa.dtsi>
#include "ubx_bmd300eval_nrf52832-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox BMD-300-EVAL EVK nRF52832";
compatible = "u-blox,ubx-bmd300eval-nrf52832";
chosen {
zephyr,console = &uart0;
zephyr,sh... | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,160 |
```yaml
identifier: ubx_bmd300eval/nrf52832
name: UBX_BMD300EVAL_NRF52832
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 64
flash: 512
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_bmd300eval/ubx_bmd300eval_nrf52832.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 131 |
```unknown
# BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL board configuration
if BOARD_UBX_BMD300EVAL
config BT_CTLR
default BT
endif # BOARD_UBX_BMD300EVAL
``` | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 57 |
```restructuredtext
.. _ubx_bmd380eval_nrf52840:
u-blox EVK-BMD-34/48: BMD-380-EVAL
##################################
Overview
********
The BMD-380-EVAL hardware provides support for the
u-blox BMD-380 Bluetooth 5.0 module, based on The
Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU and
the following devices:
* ... | /content/code_sandbox/boards/u-blox/ubx_bmd380eval/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,310 |
```yaml
identifier: ubx_evkninab1/nrf52832
name: UBX-EVKNINAB1-NRF52832
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 64
flash: 512
supported:
- adc
- arduino_i2c
- arduino_spi
- gpio
- counter
- nvs
- i2c
- pwm
- spi
- watchdog
vendor: u-blox
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 127 |
```cmake
# u-blox EVK-NINA-B1 board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
board_runner_args(pyocd "--target=nrf52832" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/board... | /content/code_sandbox/boards/u-blox/ubx_evkninab1/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 140 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52832_qfaa.dtsi>
#include "ubx_evkninab1_nrf52832-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox EVK-NINA-B1 NRF52832";
compatible = "u-blox,ubx_evkninab1_nrf52832";
chosen {
zephyr,console = &uart0;
zephyr,shell-uar... | /content/code_sandbox/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,074 |
```unknown
# u-blox EVK-NINA-B1 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_evkninab1/ubx_evkninab1_nrf52832_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 80 |
```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_evkninab1/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```restructuredtext
.. _ubx_bmd300eval_nrf52832:
u-blox EVK-BMD-30/35: BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL
##################################################################
Overview
********
The BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL hardware provides
support for the u-blox BMD-300, BMD-301, and BMD-... | /content/code_sandbox/boards/u-blox/ubx_bmd300eval/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,364 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_RTS, 0, 31)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, ... | /content/code_sandbox/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 931 |
```yaml
board:
name: ubx_evkninab1
vendor: u-blox
socs:
- name: nrf52832
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab1/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# u-blox EVK-NINA-B1 board configuration
config BOARD_UBX_EVKNINAB1
select SOC_NRF52832_QFAA
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab1/Kconfig.ubx_evkninab1 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```unknown
# u-blox EVK-NINA-B1 board configuration
if BOARD_UBX_EVKNINAB1
config BT_CTLR
default BT
endif # BOARD_UBX_EVKNINAB1
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab1/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```unknown
/*
* BMD-340-EVAL board configuration
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "ubx_bmd340eval_nrf52840-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox BMD-340-EVAL EVK nRF52840";
compatible = "u-blox,ubx-bmd340eval-nrf52840";
chosen {
... | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,699 |
```cmake
# BMD-340-EVAL board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
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/comm... | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```yaml
identifier: ubx_bmd340eval/nrf52840
name: UBX_BMD340EVAL_NRF52840
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- ble
- counter
- gpio
- i2c
- pwm
- spi
- qspi
- usb_device
- watchdog
... | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 150 |
```unknown
# BMD-340-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_bmd340eval/ubx_bmd340eval_nrf52840_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 77 |
```restructuredtext
.. _ubx_evkninab1_nrf52832:
u-blox EVK NINA-B11x
####################
Overview
********
The u-blox NINA-B1 Evaluation Kit hardware is a Bluetooth
low energy module based on the Nordic Semiconductor nRF52832
ARM Cortex-M4F CPU and has support for the following features:
* :abbr:`ADC (Analog to Di... | /content/code_sandbox/boards/u-blox/ubx_evkninab1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,433 |
```unknown
# BMD-340-EVAL board configuration
config BOARD_UBX_BMD340EVAL
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/Kconfig.ubx_bmd340eval | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```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_bmd340eval/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_bmd340eval
vendor: u-blox
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
# BMD-340-EVAL board configuration
if BOARD_UBX_BMD340EVAL
config BT_CTLR
default BT
endif # BOARD_UBX_BMD340EVAL
``` | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,553 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 13)>,
<NRF_PSEL(UART_RX, 0, 29)>,
<NRF_PSEL(UART_RTS, 0, 31)>,
<NRF_PSEL(UART_CTS, 1, 12)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 13)>,
<NRF_PSEL(UART_RX,... | /content/code_sandbox/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 803 |
```cmake
# EVK-NINA-B3 board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
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/commo... | /content/code_sandbox/boards/u-blox/ubx_evkninab3/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```yaml
identifier: ubx_evkninab3/nrf52840
name: UBX-EVKNINAB3-NRF52840
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- ble
- counter
- gpio
- i2c
- pwm
- spi
- usb_device
- watchdog
- netif:openthread
vendor... | /content/code_sandbox/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 141 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "ubx_evkninab3_nrf52840-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox EVK NINA-B3 nRF52840";
compatible = "nordic,ubx_evkninab3_nrf52840";
chosen {
zephyr,console = &uart0;
zephyr,shell-uar... | /content/code_sandbox/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,074 |
```unknown
# EVK-NINA-B3 board configuration
config BOARD_UBX_EVKNINAB3
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab3/Kconfig.ubx_evkninab3 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
# EVK-NINA-B3 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_evkninab3/ubx_evkninab3_nrf52840_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 77 |
```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_evkninab3/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_evkninab3
vendor: u-blox
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab3/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# EVK-NINA-B3 board configuration
if BOARD_UBX_EVKNINAB3
config BT_CTLR
default BT
endif # BOARD_UBX_EVKNINAB3
``` | /content/code_sandbox/boards/u-blox/ubx_evkninab3/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```restructuredtext
.. _ubx_bmd340eval_nrf52840:
u-blox EVK-BMD-34/38: BMD-340-EVAL and BMD-341-EVAL
###################################################
Overview
********
The BMD-340-EVAL and BMD-341-EVAL hardware provides support for the
u-blox BMD-340 and BMD-341 Bluetooth 5.0 modules, based on the
Nordic Semicond... | /content/code_sandbox/boards/u-blox/ubx_bmd340eval/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,415 |
```restructuredtext
.. _ubx_ninab3_nrf52840:
u-blox EVK-NINA-B3
##################
Overview
********
The u-blox EVK-NINA-B30 Development Kit hardware provides support for the
u-blox NINA-B30x Bluetooth 5.0 module, based on the Nordic Semiconductor
nRF52840 ARM Cortex-M4F CPU and the following devices:
* :abbr:`ADC ... | /content/code_sandbox/boards/u-blox/ubx_evkninab3/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,774 |
```unknown
# BMD-340-EVAL board configuration
config BOARD_UBX_BMD345EVAL
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/Kconfig.ubx_bmd345eval | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```cmake
# BMD-345-EVAL board configuration
board_runner_args(nrfjprog "--nrf-family=NRF52")
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/comm... | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```yaml
identifier: ubx_bmd345eval/nrf52840
name: BMD-345-EVAL
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_i2c
- arduino_spi
- ble
- counter
- gpio
- i2c
- pwm
- spi
- qspi
- usb_device
- watchdog
- netif:openthread
vendor:... | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 139 |
```unknown
# BMD-345-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_bmd345eval/ubx_bmd345eval_nrf52840_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 77 |
```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_bmd345eval/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_bmd345eval
vendor: u-blox
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
# BMD-345-EVAL board configuration
if BOARD_UBX_BMD345EVAL_NRF52840
config BT_CTLR
default BT
endif # BOARD_UBX_BMD345EVAL_NRF52840
``` | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 50 |
```unknown
/*
* BMD-340-EVAL board configuration
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "ubx_bmd345eval_nrf52840-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "u-blox BMD-345-EVAL EVK nRF52840";
compatible = "u-blox,ubx-bmd345eval-nrf52840";
chosen {
... | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,781 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,437 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_RTS, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RX, 0, 8... | /content/code_sandbox/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 573 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.