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
# MAX32675EVKIT boards configuration
config BOARD_MAX32675EVKIT
select SOC_MAX32675
``` | /content/code_sandbox/boards/adi/max32675evkit/Kconfig.max32675evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32675.dtsi>
#include <adi/max32/max32675-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/dma/max32675_dma.h>
/ {
model = "Analog Devices MAX32675EVKIT";
compa... | /content/code_sandbox/boards/adi/max32675evkit/max32675evkit.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 670 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32675evkit/max32675evkit_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```yaml
board:
name: max32675evkit
vendor: adi
socs:
- name: max32675
``` | /content/code_sandbox/boards/adi/max32675evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
identifier: max32675evkit
name: max32675evkit
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- dma
- gpio
- i2c
- serial
- trng
- spi
ram: 160
flash: 384
``` | /content/code_sandbox/boards/adi/max32675evkit/max32675evkit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 91 |
```restructuredtext
.. _max32672_fthr:
MAX32672FTHR
############
Overview
********
The MAX32672FTHR is a rapid development platform that helps engineers quickly implement complex
sensor solutions using the MAX32672 Arm Cortex-M4. The board also includes the MAX8819 PMIC for
battery and power management. The form fact... | /content/code_sandbox/boards/adi/max32672fthr/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,326 |
```yaml
identifier: max32672evkit
name: max32672evkit
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- serial
- trng
- i2c
- dma
- watchdog
- spi
ram: 200
flash: 1024
``` | /content/code_sandbox/boards/adi/max32672evkit/max32672evkit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 96 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32672.cfg]")
board_runner_args(jlink "--device=MAX32672" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32672evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32672.dtsi>
#include <adi/max32/max32672-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
/ {
model = "Analog Devices MAX32672EVKIT";
comp... | /content/code_sandbox/boards/adi/max32672evkit/max32672evkit.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,162 |
```unknown
# MAX32672EVKIT boards configuration
config BOARD_MAX32672EVKIT
select SOC_MAX32672
``` | /content/code_sandbox/boards/adi/max32672evkit/Kconfig.max32672evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```yaml
board:
name: max32672evkit
vendor: adi
socs:
- name: max32672
``` | /content/code_sandbox/boards/adi/max32672evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32672evkit/max32672evkit_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
# MAX32672EVKIT boards configuration
if BOARD_MAX32672EVKIT
if DISPLAY
config MIPI_DBI_SPI_3WIRE
default y
if LVGL
config LV_Z_BITS_PER_PIXEL
default 16
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_16 # 16 bit per pixel
endchoice
config LV_COLOR_16_SWAP
default y
endif # LVGL
endif # DISPLAY
... | /content/code_sandbox/boards/adi/max32672evkit/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 100 |
```restructuredtext
.. _max32675_evkit:
MAX32675EVKIT
#############
Overview
********
The MAX32675 evaluation kit (EV kit) provides a platform for evaluation capabilities of
the MAX32675 microcontroller, which is a highly integrated, mixed-signal, ultralow-power
microcontroller designed for industrial and medical sen... | /content/code_sandbox/boards/adi/max32675evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,901 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32680.cfg]")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/adi/max32680evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```unknown
# MAX32680EVKIT boards configuration
config BOARD_MAX32680EVKIT
select SOC_MAX32680_M4 if BOARD_MAX32680EVKIT_MAX32680_M4
``` | /content/code_sandbox/boards/adi/max32680evkit/Kconfig.max32680evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32680evkit/max32680evkit_max32680_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```yaml
board:
name: max32680evkit
vendor: adi
socs:
- name: max32680
``` | /content/code_sandbox/boards/adi/max32680evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
identifier: max32680evkit/max32680/m4
name: max32680evkit m4
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- serial
- trng
- i2c
- dma
- watchdog
- spi
ram: 128
flash: 512
``` | /content/code_sandbox/boards/adi/max32680evkit/max32680evkit_max32680_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```unknown
# MAX32680EVKIT boards configuration
if BOARD_MAX32680EVKIT
if DISPLAY
config MIPI_DBI_SPI_3WIRE
default y
if LVGL
config LV_Z_BITS_PER_PIXEL
default 16
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_16 # 16 bit per pixel
endchoice
config LV_COLOR_16_SWAP
default y
endif # LVGL
endif # DISPLAY
... | /content/code_sandbox/boards/adi/max32680evkit/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 100 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32680.dtsi>
#include <adi/max32/max32680-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
/ {
model = "Analog Devices MAX32680EVKIT";
... | /content/code_sandbox/boards/adi/max32680evkit/max32680evkit_max32680_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,278 |
```restructuredtext
.. _max32672_evkit:
MAX32672EVKIT
#############
Overview
********
The MAX32672 evaluation kit (EV kit) provides a platform for evaluating the capabilities
of the MAX32672 microcontroller, which is a small, high-reliability, ultra-low power,
32-bit microcontroller. The MAX32672 is a secure and cost... | /content/code_sandbox/boards/adi/max32672evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,517 |
```cmake
board_check_revision(
FORMAT LETTER
DEFAULT_REVISION E
VALID_REVISIONS B E
)
``` | /content/code_sandbox/boards/adi/sdp_k1/revision.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 25 |
```cmake
board_runner_args(jlink "--device=STM32F469NI" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/adi/sdp_k1/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 55 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y
CONFIG_SERIAL=y
# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# enable GPIO
CONFIG_GPIO=y
# Enable Clocks
CONFIG_CLOCK_CONTROL=y
# enable pin controller
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/adi/sdp_k1/adi_sdp_k1_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 69 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/f4/stm32f469Xi.dtsi>
#include <st/f4/stm32f469nihx-pinctrl.dtsi>
#include "arduino_r3_connector.dtsi"
#include "adi_sdp_120pin_connector.dtsi"
/ {
model = "Analog Devices Inc. SDP-K1 board";
compatible = "adi,sdp-k1";
chosen {
zephyr,console = &uart5;
zephyr,shell-u... | /content/code_sandbox/boards/adi/sdp_k1/adi_sdp_k1.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 814 |
```yaml
identifier: adi_sdp_k1
name: ADI SDP-K1
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 384
flash: 2048
supported:
- gpio
vendor: adi
``` | /content/code_sandbox/boards/adi/sdp_k1/adi_sdp_k1.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 71 |
```yaml
board:
name: adi_sdp_k1
vendor: adi
socs:
- name: stm32f469xx
``` | /content/code_sandbox/boards/adi/sdp_k1/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/*
*
*/
#include <dt-bindings/gpio/adi-sdp-120.h>
/ {
sdp_k1_120_hdr: connector {
compatible = "adi,sdp-120";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
/* pin map */ /* sdp-120 */
<32 0 &gpiof 7 0>, /* SPI_D2 */
<33 0 &gpi... | /content/code_sandbox/boards/adi/sdp_k1/adi_sdp_120pin_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,616 |
```unknown
# ADI SDP-K1 board configuration
if BOARD_ADI_SDP_K1
config SPI_STM32_INTERRUPT
default y
depends on SPI
endif # BOARD_ADI_SDP_K1
``` | /content/code_sandbox/boards/adi/sdp_k1/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```unknown
/*
*
*/
/ {
arduino_header: connector {
compatible = "arduino-header-r3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &gpioa 2 0>, /* A0 */
<1 0 &gpioa 4 0>, /* A1 */
<2 0 &gpioa 6 0>, /* A2 */
<3 0 &gpioc 1 0>, /*... | /content/code_sandbox/boards/adi/sdp_k1/arduino_r3_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 502 |
```unknown
config BOARD_ADI_SDP_K1
select SOC_STM32F469XX
``` | /content/code_sandbox/boards/adi/sdp_k1/Kconfig.adi_sdp_k1 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```ini
source [find board/st_nucleo_f4.cfg]
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
echo "Debugger detaching: resuming execution"
resume
}
``` | /content/code_sandbox/boards/adi/sdp_k1/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 67 |
```restructuredtext
.. _adi_sdp_k1:
ADI SDP-K1
##########
Overview
********
The EVAL-SDP-CK1Z (SDP-K1) controller board is a system demonstration platform
(SDP) from Analog Devices designed to connect to evaluation shields containing
ADI components.
- STM32 microcontroller in BGA216 package
- USB 2.0 device with US... | /content/code_sandbox/boards/adi/sdp_k1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,393 |
```restructuredtext
.. _max32680_evkit:
MAX32680EVKIT
#############
Overview
********
The MAX32680 evaluation kit (EV kit) provides a platform
for evaluation capabilities of the MAX32680 microcontroller,
which is an advanced system-on-chip (SoC)
designed for industrial and medical sensors. Power regulation
and manag... | /content/code_sandbox/boards/adi/max32680evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,459 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32655.cfg]")
board_runner_args(jlink "--device=MAX32655" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32655evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```yaml
identifier: max32655evkit/max32655/m4
name: max32655evkit m4
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- serial
- trng
- i2c
- dma
- watchdog
- spi
ram: 128
flash: 512
``` | /content/code_sandbox/boards/adi/max32655evkit/max32655evkit_max32655_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```unknown
# MAX32655EVKIT boards configuration
config BOARD_MAX32655EVKIT
select SOC_MAX32655_M4 if BOARD_MAX32655EVKIT_MAX32655_M4
``` | /content/code_sandbox/boards/adi/max32655evkit/Kconfig.max32655evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```yaml
board:
name: max32655evkit
vendor: adi
socs:
- name: max32655
``` | /content/code_sandbox/boards/adi/max32655evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32655evkit/max32655evkit_max32655_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32655.dtsi>
#include <adi/max32/max32655-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/dma/max32655_dma.h>
/ {
model = "Analog Devices MAX32655EVKIT";
... | /content/code_sandbox/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 739 |
```restructuredtext
.. _boards-acrn:
Project ACRN
############
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/acrn/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```cmake
board_set_flasher_ifnset(misc-flasher)
board_finalize_runner_args(misc-flasher)
``` | /content/code_sandbox/boards/acrn/acrn/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 23 |
```unknown
#
CONFIG_PIC_DISABLE=y
CONFIG_LOAPIC=y
CONFIG_X2APIC=y
CONFIG_PCIE=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
CONFIG_KERNEL_VM_SIZE=0x1000000
CONFIG_BUILD_NO_GAP_FILL=y
CONFIG... | /content/code_sandbox/boards/acrn/acrn/acrn_ehl_crb_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 111 |
```unknown
/*
*
*/
#include "acrn.dts"
``` | /content/code_sandbox/boards/acrn/acrn/acrn_ehl_crb.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 11 |
```yaml
identifier: acrn_ehl_crb
name: ACRN on EHL configuration
type: mcu
arch: x86
toolchain:
- zephyr
ram: 8192
testing:
ignore_tags:
- net
- bluetooth
``` | /content/code_sandbox/boards/acrn/acrn/acrn_ehl_crb.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 59 |
```unknown
#
config BOARD_ACRN
select SOC_ATOM
``` | /content/code_sandbox/boards/acrn/acrn/Kconfig.acrn | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 12 |
```yaml
identifier: acrn
name: ACRN
type: mcu
arch: x86
toolchain:
- zephyr
ram: 8192
testing:
ignore_tags:
- net
- bluetooth
``` | /content/code_sandbox/boards/acrn/acrn/acrn.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```unknown
/*
*
*/
/dts-v1/;
#include <mem.h>
#define DT_DRAM_SIZE DT_SIZE_K(8192)
#define DT_DRAM_BASE 0
#include <intel/atom.dtsi>
/ {
model = "ACRN";
compatible = "acrn";
aliases {
uart-0 = &uart0;
uart-1 = &uart1;
};
chosen {
zephyr,sram = &dram0;
zephyr,console = &uart0;
zephyr,shell-uart =... | /content/code_sandbox/boards/acrn/acrn/acrn.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 217 |
```unknown
#
config BOARD_ACRN_EHL_CRB
select SOC_ATOM
``` | /content/code_sandbox/boards/acrn/acrn/Kconfig.acrn_ehl_crb | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 16 |
```yaml
boards:
- name: acrn
socs:
- name: atom
- name: acrn_ehl_crb
socs:
- name: elkhart_lake
``` | /content/code_sandbox/boards/acrn/acrn/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```unknown
#
config MP_MAX_NUM_CPUS
default 2
config HEAP_MEM_POOL_ADD_SIZE_ACPI
default 32768
depends on ACPI
``` | /content/code_sandbox/boards/acrn/acrn/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
#
CONFIG_PIC_DISABLE=y
CONFIG_LOAPIC=y
CONFIG_APIC_TSC_DEADLINE_TIMER=y
CONFIG_X2APIC=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
CONFIG_KERNEL_VM_SIZE=0x1000000
CONFIG_BUILD_NO_... | /content/code_sandbox/boards/acrn/acrn/acrn_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 92 |
```unknown
#
config BOARD_ACRN
bool
select CPU_HAS_FPU
select X86_64
help
"ACRN User OS"
config BOARD_ACRN_EHL_CRB
bool
select CPU_HAS_FPU
select X86_64
help
"ACRN User OS on ElkhartLake CRB"
``` | /content/code_sandbox/boards/acrn/acrn/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 71 |
```c
/*
*/
#include <stdint.h>
/* Local APIC IDs for each logical CPU */
uint8_t x86_cpu_loapics[] = { 0x00, 0x02, 0x04, 0x06 };
``` | /content/code_sandbox/boards/acrn/acrn/board_acrn.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 50 |
```restructuredtext
.. _max32655_evkit:
MAX32655EVKIT
#############
Overview
********
The MAX32655 evaluation kit (EV kit) provides a platform for evaluation capabilities
of the MAX32655 microcontroller, which is an advanced system-on-chip (SoC).
It features an Arm Cortex-M4F CPU for efficient computation of complex ... | /content/code_sandbox/boards/adi/max32655evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,117 |
```restructuredtext
.. _boards-actinius:
Actinius
########
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/actinius/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```yaml
identifier: actinius_icarus_bee/nrf9160
name: Actinius Icarus Bee
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 88
flash: 256
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
vendor: actinius
``` | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_nrf9160.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 99 |
```cmake
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/actinius/icarus_bee/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 56 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=y
# Enable GPIO
CONFIG_GPIO=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# This board implies building Non-Secure ... | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_nrf9160_ns_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 90 |
```unknown
# Actinius Icarus Bee board configuration
config BOARD_ACTINIUS_ICARUS_BEE
select SOC_NRF9160_SICA
``` | /content/code_sandbox/boards/actinius/icarus_bee/Kconfig.actinius_icarus_bee | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
/*
*
*/
/*
* Default Flash planning for actinius_icarus_bee.
*
* Zephyr build for nRF9160 with ARM TrustZone-M support,
* implies building Secure and Non-Secure Zephyr images.
*
* Secure image will be placed, by default, in flash0
* (or in slot0, if MCUboot is present).
* Secure image will use sra... | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_partition_conf.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 379 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf9160ns_sica.dtsi>
#include "actinius_icarus_bee_common.dtsi"
/ {
chosen {
zephyr,flash = &flash0;
zephyr,sram = &sram0_ns;
zephyr,code-partition = &slot0_ns_partition;
};
};
``` | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_nrf9160_ns.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 86 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=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/actinius/icarus_bee/actinius_icarus_bee_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 69 |
```cmake
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - flash-controller@39000 & kmu@39000
# - power@5000 & clock@5000
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
``` | /content/code_sandbox/boards/actinius/icarus_bee/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 60 |
```yaml
identifier: actinius_icarus_bee/nrf9160/ns
name: Actinius Icarus Bee Non-Secure
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 128
flash: 192
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
vendor: actinius
``` | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_nrf9160_ns.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 103 |
```yaml
board:
name: actinius_icarus_bee
vendor: actinius
socs:
- name: nrf9160
variants:
- name: 'ns'
``` | /content/code_sandbox/boards/actinius/icarus_bee/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 44 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 2)>,
<NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_CTS, 0, 14)>,
<NRF_PSEL(UART_RTS, 0, 18)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 2)>,
<NRF_PSEL(UART_RX, 0,... | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_common-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 645 |
```restructuredtext
ACRN hypervisor
###############
Zephyr's is capable of running as a guest under the x86 ACRN
hypervisor (see path_to_url The process for getting
this to work is somewhat involved, however.
ACRN hypervisor supports a hybrid scenario where Zephyr runs in a so-
called "pre-launched" mode. This means... | /content/code_sandbox/boards/acrn/acrn/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,828 |
```unknown
# Actinius Icarus Bee board configuration
if BOARD_ACTINIUS_ICARUS_BEE
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to
# be loaded by MCUboot. If the secure ... | /content/code_sandbox/boards/actinius/icarus_bee/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 343 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf9160_sica.dtsi>
#include "actinius_icarus_bee_common.dtsi"
/ {
chosen {
zephyr,sram = &sram0_s;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,sram-secure-partition = &sram0_s;
zephyr,sram-non-secure-partition = &sram0_ns;
};
};
... | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_nrf9160.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 119 |
```yaml
description: |
The Icarus boards provide the user with 2 options regarding SIM usage for
LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
external nano-SIM. The SIM can be selected by changing the `sim` property
of the `sim_select` dt node to `esim` or `external`.
compatible: "ac... | /content/code_sandbox/boards/actinius/icarus_bee/dts/bindings/actinius-sim-select.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 166 |
```unknown
/*
*
*/
#include "actinius_icarus_bee_common-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Actinius Icarus Bee";
compatible = "actinius,icarus_bee";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
};
leds {
comp... | /content/code_sandbox/boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,459 |
```c
/*
*
*/
#include <zephyr/init.h>
#include <zephyr/devicetree.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/logging/log.h>
#if DT_HAS_COMPAT_STATUS_OKAY(actinius_sim_select) \
|| DT_HAS_COMPAT_STATUS_OKAY(actinius_charger_enable)
LOG_MODULE_REGISTER(actinius_board_control,
CONFIG_ACTINIUS_BOARD_CO... | /content/code_sandbox/boards/actinius/common/actinius_board_common.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 642 |
```unknown
config ACTINIUS_BOARD_CONTROL_INIT_PRIORITY
int "Init priority"
default 99
help
Sets the init priority for the Board Control module.
module = ACTINIUS_BOARD_CONTROL
module-str = Board Control
source "subsys/logging/Kconfig.template.log_config"
``` | /content/code_sandbox/boards/actinius/common/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf9160_sica.dtsi>
#include "actinius_icarus_common.dtsi"
/ {
chosen {
zephyr,sram = &sram0_s;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,sram-secure-partition = &sram0_s;
zephyr,sram-non-secure-partition = &sram0_ns;
};
};
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 117 |
```restructuredtext
.. _actinius_icarus_bee:
Actinius Icarus Bee
###################
Overview
********
.. figure:: img/icarus-bee.jpg
:align: center
:alt: Icarus Bee
Icarus Bee (nRF9160 Bee)
The Icarus Bee is a cellular IoT board in Bee/xBee form factor.
It is built around Nordic Semi's nRF9160 mode... | /content/code_sandbox/boards/actinius/icarus_bee/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,100 |
```cmake
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/actinius/icarus/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 56 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=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/actinius/icarus/actinius_icarus_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 69 |
```unknown
/*
*
*/
#include "actinius_icarus_common_2_0_0.dtsi"
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```unknown
/*
*
*/
/dts-v1/;
#include <nordic/nrf9160ns_sica.dtsi>
#include "actinius_icarus_common.dtsi"
/ {
chosen {
zephyr,flash = &flash0;
zephyr,sram = &sram0_ns;
zephyr,code-partition = &slot0_ns_partition;
};
};
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 84 |
```unknown
/*
*
*/
#include "actinius_icarus_common_1_4_0.dtsi"
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_1_4_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```unknown
/*
*
*/
#include "actinius_icarus_common_1_4_0.dtsi"
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns_1_4_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```yaml
identifier: actinius_icarus@1.4.0/nrf9160/ns
name: Actinius Icarus Non-Secure (rev. 1.4.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 128
flash: 192
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
- feather_serial
- feather_i2c
- feather_spi
- arduino_i2... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns_1_4_0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 146 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=y
# Enable GPIO
CONFIG_GPIO=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# This board implies building Non-Secure ... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 90 |
```yaml
identifier: actinius_icarus@1.4.0/nrf9160
name: Actinius Icarus (rev. 1.4.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 88
flash: 256
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
- feather_serial
- feather_i2c
- feather_spi
- arduino_i2c
- arduino_s... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_1_4_0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 142 |
```unknown
/*
*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 9)>,
<NRF_PSEL(UART_RX, 0, 6)>,
<NRF_PSEL(UART_RTS, 0, 7)>,
<NRF_PSEL(UART_CTS, 0, 25)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 9)>,
<NRF_PSEL(UART_RX, ... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_common_1_4_0.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 197 |
```unknown
/*
*
*/
#include "actinius_icarus_common-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Actinius Icarus IoT Dev Board";
compatible = "actinius,icarus";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
};
leds {
co... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,521 |
```unknown
# Actinius Icarus board configuration
config BOARD_ACTINIUS_ICARUS
select SOC_NRF9160_SICA
``` | /content/code_sandbox/boards/actinius/icarus/Kconfig.actinius_icarus | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```cmake
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - flash-controller@39000 & kmu@39000
# - power@5000 & clock@5000
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
``` | /content/code_sandbox/boards/actinius/icarus/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 60 |
```yaml
identifier: actinius_icarus@2.0.0/nrf9160/ns
name: Actinius Icarus Non-Secure (rev. 2.0.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 128
flash: 192
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
- feather_serial
- feather_i2c
- feather_spi
- arduino_i2... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 146 |
```yaml
board:
name: actinius_icarus
vendor: actinius
socs:
- name: nrf9160
variants:
- name: 'ns'
revision:
format: major.minor.patch
default: "2.0.0"
revisions:
- name: "1.4.0"
- name: "2.0.0"
``` | /content/code_sandbox/boards/actinius/icarus/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 88 |
```unknown
/*
*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 9)>,
<NRF_PSEL(UART_RX, 0, 6)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 9)>,
<NRF_PSEL(UART_RX, 0, 6)>;
low-power-enable;
};
};
};
&spi3 {
status = "okay... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_common_2_0_0.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 288 |
```unknown
/*
*/
&pinctrl {
uart1_default: uart1_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 24)>,
<NRF_PSEL(UART_RX, 0, 23)>;
};
};
uart1_sleep: uart1_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 24)>,
<NRF_PSEL(UART_RX, 0, 23)>;
low-power-enable;
};
};
uart2_default: uart2_def... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_common-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 689 |
```unknown
/*
*
*/
#include "actinius_icarus_common_2_0_0.dtsi"
``` | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```unknown
/*
*
*/
/*
* Default Flash planning for actinius_icarus.
*
* Zephyr build for nRF9160 with ARM TrustZone-M support,
* implies building Secure and Non-Secure Zephyr images.
*
* Secure image will be placed, by default, in flash0
* (or in slot0, if MCUboot is present).
* Secure image will use sram0 f... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_partition_conf.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 377 |
```unknown
# Actinius Icarus board configuration
if BOARD_ACTINIUS_ICARUS
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to
# be loaded by MCUboot. If the secure firmware... | /content/code_sandbox/boards/actinius/icarus/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 332 |
```yaml
identifier: actinius_icarus@2.0.0/nrf9160
name: Actinius Icarus (rev. 2.0.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
ram: 88
flash: 256
supported:
- gpio
- i2c
- pwm
- spi
- watchdog
- counter
- feather_serial
- feather_i2c
- feather_spi
- arduino_i2c
- arduino_s... | /content/code_sandbox/boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 142 |
```unknown
/*
*
*/
/ {
feather_header: feather_connector {
compatible = "adafruit-feather-header";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &gpio0 14 0>, /* A1 */
<1 0 &gpio0 15 0>, /* A2 */
<2 0 &gpio0 16 0>, /* A3 */
<3 ... | /content/code_sandbox/boards/actinius/icarus/feather_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 509 |
```yaml
description: |
The Icarus boards provide the user with 2 options regarding SIM usage for
LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
external nano-SIM. The SIM can be selected by changing the `sim` property
of the associated dt node to `esim` or `external`.
compatible: "acti... | /content/code_sandbox/boards/actinius/icarus/dts/bindings/actinius-sim-select.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 163 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.