text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```unknown
config BOARD_96B_CARBON
select SOC_STM32F401XE if BOARD_96B_CARBON_STM32F401XE
select SOC_NRF51822_QFAC if BOARD_96B_CARBON_NRF51822
``` | /content/code_sandbox/boards/96boards/carbon/Kconfig.96b_carbon | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 56 |
```unknown
/*
*/
&pinctrl {
i2c0_default: i2c0_default {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 28)>,
<NRF_PSEL(TWIM_SCL, 0, 2)>;
};
};
i2c0_sleep: i2c0_sleep {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 28)>,
<NRF_PSEL(TWIM_SCL, 0, 2)>;
low-power-enable;
};
};
uart0_default: uart0_defau... | /content/code_sandbox/boards/96boards/carbon/96b_carbon_nrf51822-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 346 |
```restructuredtext
.. _96b_neonkey:
96Boards Neonkey
################
Overview
********
96Boards Neonkey board is based on the STMicroelectronics STM32F411CE
Cortex M4 CPU.
.. figure:: img/96b_neonkey.jpg
:align: center
:alt: 96Boards Neonkey
96Boards Neonkey
This board acts as a sensor hub platfo... | /content/code_sandbox/boards/96boards/neonkey/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,632 |
```yaml
board:
name: 96b_carbon
vendor: 96boards
socs:
- name: stm32f401xe
- name: nrf51822
``` | /content/code_sandbox/boards/96boards/carbon/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf51822_qfac.dtsi>
#include "96b_carbon_nrf51822-pinctrl.dtsi"
/ {
model = "Seeed Studio Carbon nRF51 96board";
compatible = "seeed,carbon_nrf51";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,sram = &sram... | /content/code_sandbox/boards/96boards/carbon/96b_carbon_nrf51822.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 379 |
```yaml
identifier: 96b_carbon/stm32f401xe
name: 96Boards Carbon
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- ble
- i2c
- counter
- spi
- usb_device
ram: 96
flash: 512
vendor: 96boards
``` | /content/code_sandbox/boards/96boards/carbon/96b_carbon_stm32f401xe.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 98 |
```unknown
# 96boards Carbon board configuration
if BOARD_96B_CARBON_STM32F401XE
config SPI_STM32_INTERRUPT
default y
depends on SPI
if BT
config SPI
default y
config BT_SPI
default y
endif # BT
endif # BOARD_96B_CARBON_STM32F401XE
if BOARD_96B_CARBON_NRF51822
config BT_CTLR
default BT
endif # BOARD_96B... | /content/code_sandbox/boards/96boards/carbon/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 110 |
```yaml
identifier: 96b_carbon/nrf51822
name: 96Boards Carbon (nRF51)
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- ble
vendor: seeed
``` | /content/code_sandbox/boards/96boards/carbon/96b_carbon_nrf51822.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```unknown
/*
*
*/
/ {
lscon_96b: connector {
compatible = "linaro,96b-lscon-3v3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <13 0 &gpioc 2 0>, /* GPIO-A */
<14 0 &gpioc 3 0>, /* GPIO-B */
<15 0 &gpioc 4 0>, /* GPIO-C */
<16 0 &... | /content/code_sandbox/boards/96boards/carbon/96b_lscon.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 284 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/f4/stm32f401Xe.dtsi>
#include <st/f4/stm32f401r(d-e)tx-pinctrl.dtsi>
#include "96b_lscon.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Seeed Studio Carbon 96boards";
compatible = "seeed,carbon";
chosen {
zephyr,console = &usart1;
zephyr,... | /content/code_sandbox/boards/96boards/carbon/96b_carbon_stm32f401xe.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,326 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
``` | /content/code_sandbox/boards/96boards/carbon/96b_carbon_nrf51822_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```restructuredtext
.. _96b_carbon_nrf51_board:
96Boards Carbon nRF51
#####################
Overview
********
This is the secondary nRF51822 chip on the 96Boards Carbon and provides
Bluetooth functionality to the main STM32F401RET chip via SPI.
.. note::
If you're looking to reprogram the main STMicro part, see... | /content/code_sandbox/boards/96boards/carbon/doc/nrf51822.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,365 |
```restructuredtext
.. _boards-renode:
Renode
######
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/renode/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```cmake
set(SUPPORTED_EMU_PLATFORMS renode)
set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/riscv32_virtual.resc)
set(RENODE_UART sysbus.uart0)
``` | /content/code_sandbox/boards/renode/riscv32_virtual/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```unknown
config BOARD_RISCV32_VIRTUAL
select SOC_RISCV_VIRTUAL_RENODE
``` | /content/code_sandbox/boards/renode/riscv32_virtual/Kconfig.riscv32_virtual | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```yaml
identifier: riscv32_virtual
name: Renode RISC-V 32-bit Virtual Board
type: mcu
arch: riscv
toolchain:
- zephyr
ram: 4096
flash: 4096
simulation: renode
simulation_exec: renode
testing:
ignore_tags:
- net
- bluetooth
renode:
uart: sysbus.uart0
resc: boards/renode/riscv32_virtual/support/ris... | /content/code_sandbox/boards/renode/riscv32_virtual/riscv32_virtual.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 119 |
```unknown
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_GPIO=n
CONFIG_XIP=y
# Workaround for incorrect SYS_CLOCK_HW_CYCLES_PER_SEC
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
``` | /content/code_sandbox/boards/renode/riscv32_virtual/riscv32_virtual_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 48 |
```yaml
board:
name: riscv32_virtual
vendor: renode
socs:
- name: riscv_virtual_renode
``` | /content/code_sandbox/boards/renode/riscv32_virtual/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/*
*
*/
/dts-v1/;
#include <renode_riscv32_virt.dtsi>
/ {
model = "Renode RISCV32 Virtual target";
compatible = "renode,riscv32-virtual";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,sram = &sram0;
};
};
&uart0 {
status = "okay";
};
``` | /content/code_sandbox/boards/renode/riscv32_virtual/riscv32_virtual.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 114 |
```unknown
flash: Memory.MappedMemory @ sysbus 0x80000000
size: 0x400000
ddr: Memory.MappedMemory @ sysbus 0x80400000
size: 0x400000
uart0: UART.NS16550 @ sysbus 0x10000000
IRQ -> plic0@10
uart1: UART.NS16550 @ sysbus 0x10000100
IRQ -> plic1@10
cpu: CPU.RiscV32 @ sysbus
cpuType: "rv32imac_zicsr... | /content/code_sandbox/boards/renode/riscv32_virtual/support/riscv32_virtual.repl | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 285 |
```unknown
:name: RISCV32-Virtual
:description: This script is prepared to run Zephyr on a Renode RISCV32 board.
$name?="RISCV32-Virtual"
using sysbus
mach create $name
machine LoadPlatformDescription $ORIGIN/riscv32_virtual.repl
showAnalyzer uart0
cpu PerformanceInMips 4
macro reset
"""
sysbus LoadELF $elf
"""... | /content/code_sandbox/boards/renode/riscv32_virtual/support/riscv32_virtual.resc | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```restructuredtext
.. _riscv32-virtual:
RISCV32 Virtual
###############
Overview
********
The RISCV32 Virtual board is a virtual platform made with Renode as an alternative to QEMU.
Contrary to QEMU, the peripherals of this platform can be easily configured by editing the
``riscv32_virtual.repl`` script and the dev... | /content/code_sandbox/boards/renode/riscv32_virtual/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 431 |
```restructuredtext
.. _96b_carbon_board:
96Boards Carbon
###############
Overview
********
The 96Boards is based on the STMicroelectronics STM32F401RET Cortex-M4 CPU and
also contains a nRF51822 chip connected over SPI for BLE connectivity.
The 96Boards Carbon board is built with two chips: an STMicroelectronics
S... | /content/code_sandbox/boards/96boards/carbon/doc/stm32f401xe.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,483 |
```restructuredtext
.. _boards-khadas:
Khadas
######
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/khadas/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```cmake
``` | /content/code_sandbox/boards/khadas/edgev/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1 |
```unknown
/*
*
*/
/dts-v1/;
#include <rockchip/rk3399.dtsi>
/ {
model = "Khadas Edge-V";
compatible = "khadas,edgev";
chosen {
zephyr,sram = &sram0;
zephyr,console = &uart2;
zephyr,shell-uart = &uart2;
};
cpus {
/delete-node/ cpu@1;
/delete-node/ cpu@2;
/delete-node/ cpu@3;
/delete-node/ cpu@... | /content/code_sandbox/boards/khadas/edgev/khadas_edgev.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 144 |
```yaml
identifier: khadas_edgev
name: Khadas Edge-V (single core, non SMP)
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 8192
vendor: khadas
``` | /content/code_sandbox/boards/khadas/edgev/khadas_edgev.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 57 |
```unknown
# Platform Configuration
CONFIG_ARM64_VA_BITS_40=y
CONFIG_ARM64_PA_BITS_40=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=24000000
CONFIG_CACHE_MANAGEMENT=y
CONFIG_ARMV8_A_NS=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# Enable Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
``` | /content/code_sandbox/boards/khadas/edgev/khadas_edgev_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 81 |
```unknown
#
#
config BOARD_KHADAS_EDGEV
select SOC_RK3399
``` | /content/code_sandbox/boards/khadas/edgev/Kconfig.khadas_edgev | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```yaml
board:
name: khadas_edgev
vendor: khadas
socs:
- name: rk3399
``` | /content/code_sandbox/boards/khadas/edgev/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```restructuredtext
.. _boards-electronut-labs:
Electronut Labs
###############
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/electronut/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```cmake
board_runner_args(nrfjprog "--softreset")
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
``` | /content/code_sandbox/boards/electronut/nrf52840_papyr/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 48 |
```yaml
identifier: nrf52840_papyr
name: Electronut Labs Papyr
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- usb_device
- ble
- pwm
- watchdog
vendor: electronutlabs
``` | /content/code_sandbox/boards/electronut/nrf52840_papyr/nrf52840_papyr.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```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/electronut/nrf52840_papyr/nrf52840_papyr_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/electronut/nrf52840_papyr/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```restructuredtext
.. _khadas_edgev:
Khadas Edge-V
#################################
Overview
********
See <path_to_url
Hardware
********
See <path_to_url#Edge-V-1>
Supported Features
==================
Khadas Edge-V board default configuration supports the following
hardware features:
+-----------+-----------... | /content/code_sandbox/boards/khadas/edgev/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 538 |
```yaml
board:
name: nrf52840_papyr
vendor: electronut
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/electronut/nrf52840_papyr/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
# Electronut Labs Papyr board configuration
config BOARD_NRF52840_PAPYR
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/electronut/nrf52840_papyr/Kconfig.nrf52840_papyr | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
# Electronut Labs Papyr board configuration
if BOARD_NRF52840_PAPYR
config BT_CTLR
default BT
endif # BOARD_NRF52840_PAPYR
``` | /content/code_sandbox/boards/electronut/nrf52840_papyr/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, 8)>,
<NRF_PSEL(UART_RX, 0, 7)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 8)>,
<NRF_PSEL(UART_RX, 0, 7)>;
low-power-enable;
};
};
i2c0_default: i2c0_default {... | /content/code_sandbox/boards/electronut/nrf52840_papyr/nrf52840_papyr-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 573 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "nrf52840_papyr-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Papyr";
compatible = "nordic,pca10056-dk";
chosen {
zephyr,code-partition = &slot0_partition;
zephyr,console = &uart0;
zephyr,uart-m... | /content/code_sandbox/boards/electronut/nrf52840_papyr/nrf52840_papyr.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,317 |
```cmake
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```yaml
identifier: nrf52840_blip
name: Electronut Labs Blip
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- i2c
- usb_device
- ble
vendor: electronutlabs
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/nrf52840_blip.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```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/electronut/nrf52840_blip/nrf52840_blip-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,084 |
```restructuredtext
.. _nrf52840_papyr:
Electronut Labs Papyr
#####################
Overview
********
Zephyr applications use the nrf52840_papyr board configuration
to run on Electronut Labs Papyr hardware. It provides
support for the Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU and
the following devices:
* :ab... | /content/code_sandbox/boards/electronut/nrf52840_papyr/doc/nrf52840_papyr.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,462 |
```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/electronut/nrf52840_blip/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 GPIO
CONFIG_GPIO=y
# enable uart driver
CONFIG_SERIAL=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/nrf52840_blip_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```yaml
board:
name: nrf52840_blip
vendor: electronut
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
# Electronut Labs Blip board configuration
if BOARD_NRF52840_BLIP
config BT_CTLR
default BT
endif # BOARD_NRF52840_BLIP
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
# Electronut Labs Blip board configuration
config BOARD_NRF52840_BLIP
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/electronut/nrf52840_blip/Kconfig.nrf52840_blip | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```unknown
/*
*
* Based on nrf52840dk_nrf52840.dts
* modified 2018 Tavish Naruka <tavishnaruka@gmail.com>
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "nrf52840_blip-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Electronut Labs Blip";
compatible = "nordic,pc... | /content/code_sandbox/boards/electronut/nrf52840_blip/nrf52840_blip.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,320 |
```restructuredtext
.. _boards-xen:
Xen Hypervisor
##############
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/xen/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# Enable UART driver
CONFIG_SERIAL=y
CONFIG_MAX_XLAT_TABLES=24
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable logging subsys
CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=n
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
``` | /content/code_sandbox/boards/xen/xenvm/xenvm_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 60 |
```yaml
identifier: xenvm/xenvm/gicv3
name: ARMv8 Xen Virtual Machine With GICv3
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 16384
vendor: xen
``` | /content/code_sandbox/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 63 |
```yaml
identifier: xenvm
name: ARMv8 Xen Virtual Machine
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 16384
vendor: xen
``` | /content/code_sandbox/boards/xen/xenvm/xenvm.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```unknown
/*
*/
#include "xenvm.dts"
&gic {
compatible = "arm,gic-v3", "arm,gic";
reg = <0x00 0x3001000 0x00 0x10000 0x00 0x3020000 0x00 0x1000000>;
};
``` | /content/code_sandbox/boards/xen/xenvm/xenvm_xenvm_gicv3.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 73 |
```yaml
board:
name: xenvm
vendor: xen
socs:
- name: xenvm
variants:
- name: gicv3
``` | /content/code_sandbox/boards/xen/xenvm/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
config BOARD_XENVM
select SOC_XENVM
``` | /content/code_sandbox/boards/xen/xenvm/Kconfig.xenvm | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 14 |
```restructuredtext
.. _nrf52840_blip:
Electronut Labs Blip
####################
Overview
********
The Electronut Labs Blip hardware provides support for the Nordic Semiconductor
nRF52840 ARM Cortex-M4F CPU and the following devices:
* :abbr:`ADC (Analog to Digital Converter)`
* CLOCK
* FLASH
* :abbr:`GPIO (General... | /content/code_sandbox/boards/electronut/nrf52840_blip/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,474 |
```unknown
if BOARD_XENVM
config BUILD_OUTPUT_BIN
default y
config HEAP_MEM_POOL_SIZE
default 16384 if BOARD_XENVM_XENVM
endif # BOARD_XENVM
``` | /content/code_sandbox/boards/xen/xenvm/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```unknown
/*
*
*
* This file was created by running
*
* # LIBXL_DEBUG_DUMP_DTB=domu-libxl.dtb xl create zephyr.conf
*
* decompiling resulting domu-libxl.dtb and then manually aligning it
* with zephyr requirements.
*/
/dts-v1/;
#include <mem.h>
#include <arm64/armv8-a.dtsi>
#include <zephyr/dt-bindings/inte... | /content/code_sandbox/boards/xen/xenvm/xenvm.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 628 |
```restructuredtext
.. _boards-panasonic:
Panasonic Corporation
#####################
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/panasonic/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```cmake
# PAN1780 EVB configuration
board_runner_args(jlink "--device=nrf52" "--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/pyoc... | /content/code_sandbox/boards/panasonic/pan1780_evb/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```yaml
# PAN1780 EVB configuration
identifier: pan1780_evb
name: pan1780-evb
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- ble
- counter
- gpio
- i2c
- i2s
- pwm
- spi
- usb_device
- watc... | /content/code_sandbox/boards/panasonic/pan1780_evb/pan1780_evb.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 142 |
```restructuredtext
.. xenvm:
ARMv8 Xen Virtual Machine Example
#################################
Overview
********
This board allows to run Zephyr as Xen guest on any ARMv8 board that supports
ARM Virtualization Extensions. This is example configuration, as almost any VM
configuration is unique in many aspects.
It... | /content/code_sandbox/boards/xen/xenvm/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,346 |
```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/panasonic/pan1780_evb/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```unknown
/*
* PAN1780 EVB configuration
*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RTS, 0, 5)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
bias-pull-up;
};
};
uart0_sleep: uart0_sleep {
gro... | /content/code_sandbox/boards/panasonic/pan1780_evb/pan1780_evb-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,596 |
```unknown
# PAN1780 EVB configuration
config BOARD_PAN1780_EVB
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/panasonic/pan1780_evb/Kconfig.pan1780_evb | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```yaml
board:
name: pan1780_evb
vendor: panasonic
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/panasonic/pan1780_evb/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
/*
* PAN1780 EVB configuration
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "pan1780_evb-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "pan1780-evb";
compatible = "panasonic-industrial-devices-europe-gmbh,pan1780-evb";
chosen {
zephyr,console = &... | /content/code_sandbox/boards/panasonic/pan1780_evb/pan1780_evb.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,466 |
```unknown
# PAN1780 EVB 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/panasonic/pan1780_evb/pan1780_evb_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```unknown
# PAN1780 EVB configuration
if BOARD_PAN1780_EVB
config BT_CTLR
default BT
endif # BOARD_PAN1780_EVB
``` | /content/code_sandbox/boards/panasonic/pan1780_evb/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```cmake
# PAN1782 EVB configuration
board_runner_args(jlink "--device=nrf52" "--speed=4000")
board_runner_args(pyocd "--target=nrf52833" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyoc... | /content/code_sandbox/boards/panasonic/pan1782_evb/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```unknown
# PAN1782 EVB 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
# using rc for slow c... | /content/code_sandbox/boards/panasonic/pan1782_evb/pan1782_evb_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```restructuredtext
.. _pan1780_evb:
PAN1780 Evaluation Board
########################
Overview
********
The PAN1780 Evaluation Board is a development tool for the PAN1780 module which
is based on the nRF52840 chipset from Nordic Semiconductor.
It is basically a clone of the official nRF52840 development kit (PCA10... | /content/code_sandbox/boards/panasonic/pan1780_evb/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 371 |
```yaml
board:
name: pan1782_evb
vendor: panasonic
socs:
- name: nrf52833
``` | /content/code_sandbox/boards/panasonic/pan1782_evb/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# PAN1782 EVB configuration
config BOARD_PAN1782_EVB
select SOC_NRF52833_QIAA
``` | /content/code_sandbox/boards/panasonic/pan1782_evb/Kconfig.pan1782_evb | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```yaml
# PAN1782 EVB configuration
identifier: pan1782_evb
name: pan1782-evb
type: mcu
arch: arm
ram: 128
flash: 512
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- usb_device
- ble
- gpio
- i2c
- spi
- pwm
- watchdog
- counter
``` | /content/code_sandbox/boards/panasonic/pan1782_evb/pan1782_evb.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 126 |
```unknown
# PAN1782 EVB configuration
if BOARD_PAN1782_EVB
config BT_CTLR
default BT
endif # BOARD_PAN1782_EVB
``` | /content/code_sandbox/boards/panasonic/pan1782_evb/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
/*
* PAN1782 EVB configuration
*
*/
/dts-v1/;
#include <nordic/nrf52833_qiaa.dtsi>
#include "pan1782_evb-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "pan1782-evb";
compatible = "panasonic-industrial-devices-europe-gmbh,pan1782-evb";
chosen {
zephyr,console = &... | /content/code_sandbox/boards/panasonic/pan1782_evb/pan1782_evb.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,726 |
```unknown
/*
* PAN1782 EVB configuration
*
*/
&pinctrl {
/* flow control cannot be used together with i2c0,
* so not added to uart0_default by default
*/
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 9)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 3)>;
bias-pull-up;
};... | /content/code_sandbox/boards/panasonic/pan1782_evb/pan1782_evb-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,027 |
```restructuredtext
.. _pan1782_evb:
PAN1782 Evaluation Board
########################
Overview
********
The PAN1782 Evaluation Board is a development tool for the PAN1782 module
which is based on the nRF52833 chipset from Nordic Semiconductor.
.. figure:: pan1782_evaluation_board.jpg
:align: center
:alt:... | /content/code_sandbox/boards/panasonic/pan1782_evb/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 360 |
```cmake
# PAN1770 EVB configuration
board_runner_args(jlink "--device=nrf52" "--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/pyoc... | /content/code_sandbox/boards/panasonic/pan1770_evb/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```unknown
# PAN1770 EVB 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/panasonic/pan1770_evb/pan1770_evb_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```unknown
/*
* PAN1770 EVB configuration
*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>,
<NRF_PSEL(UART_RTS, 0, 5)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 8)>,
<NRF_PSEL(UART_CTS, 0, 7)>;
bias-pull-up;
};
};
uart0_sleep: uart0_sleep {
gr... | /content/code_sandbox/boards/panasonic/pan1770_evb/pan1770_evb-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,596 |
```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/panasonic/pan1770_evb/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```unknown
# PAN1770 EVB configuration
config BOARD_PAN1770_EVB
select SOC_NRF52840_QIAA
``` | /content/code_sandbox/boards/panasonic/pan1770_evb/Kconfig.pan1770_evb | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```yaml
board:
name: pan1770_evb
vendor: panasonic
socs:
- name: nrf52840
``` | /content/code_sandbox/boards/panasonic/pan1770_evb/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# PAN1770 EVB configuration
if BOARD_PAN1770_EVB
config BT_CTLR
default BT
endif # BOARD_PAN1770_EVB
``` | /content/code_sandbox/boards/panasonic/pan1770_evb/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
/*
* PAN1770 EVB configuration
*
*/
/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include "pan1770_evb-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "pan1770-evb";
compatible = "panasonic-industrial-devices-europe-gmbh,pan1770-evb";
chosen {
zephyr,console = &... | /content/code_sandbox/boards/panasonic/pan1770_evb/pan1770_evb.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,466 |
```yaml
# PAN1770 EVB configuration
identifier: pan1770_evb
name: pan1770-evb
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- ble
- counter
- gpio
- i2c
- i2s
- pwm
- spi
- usb_device
- watc... | /content/code_sandbox/boards/panasonic/pan1770_evb/pan1770_evb.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 142 |
```cmake
# PAN1781 EVB configuration
board_runner_args(jlink "--device=nrf52" "--speed=4000")
board_runner_args(pyocd "--target=nrf52820" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyoc... | /content/code_sandbox/boards/panasonic/pan1781_evb/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```restructuredtext
.. _pan1770_evb:
PAN1770 Evaluation Board
########################
Overview
********
The PAN1770 Evaluation Board is a development tool for the PAN1770 module
which is based on the nRF52840 chipset from Nordic Semiconductor.
It is basically a clone of the official nRF52840 development kit (PCA10... | /content/code_sandbox/boards/panasonic/pan1770_evb/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 381 |
```unknown
# PAN1781 EVB configuration
config BOARD_PAN1781_EVB
select SOC_NRF52820_QDAA
``` | /content/code_sandbox/boards/panasonic/pan1781_evb/Kconfig.pan1781_evb | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```yaml
board:
name: pan1781_evb
vendor: panasonic
socs:
- name: nrf52820
``` | /content/code_sandbox/boards/panasonic/pan1781_evb/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# PAN1781 EVB 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/panasonic/pan1781_evb/pan1781_evb_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```yaml
# PAN1781 EVB configuration
identifier: pan1781_evb
name: pan1781-evb
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- arduino_gpio
- arduino_i2c
- arduino_spi
- ble
- gpio
- i2c
- spi
- watchdog
- counter
``` | /content/code_sandbox/boards/panasonic/pan1781_evb/pan1781_evb.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 113 |
```unknown
# PAN1781 EVB configuration
if BOARD_PAN1781_EVB
config BT_CTLR
default BT
endif # BOARD_PAN1781_EVB
``` | /content/code_sandbox/boards/panasonic/pan1781_evb/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
/*
* PAN1781 EVB configuration
*
*/
&pinctrl {
/* flow control cannot be used together with i2c0,
* so not added to uart0_default by default
*/
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 6)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 8)>;
bias-pull-up;
};
... | /content/code_sandbox/boards/panasonic/pan1781_evb/pan1781_evb-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 492 |
```restructuredtext
.. _pan1781_evb:
PAN1781 Evaluation Board
########################
Overview
********
The PAN1781 Evaluation Board is a development tool for the PAN1781 module
which is based on the nRF52820 chipset from Nordic Semiconductor.
.. figure:: pan1781_evaluation_board.jpg
:align: center
:alt:... | /content/code_sandbox/boards/panasonic/pan1781_evb/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 360 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.