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
identifier: acn52832
name: aconno acn52832
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 64
flash: 512
``` | /content/code_sandbox/boards/aconno/acn52832/acn52832.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```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/aconno/acn52832/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: acn52832
vendor: aconno
socs:
- name: nrf52832
``` | /content/code_sandbox/boards/aconno/acn52832/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```restructuredtext
.. _dragino_nbsn95_board:
Dragino NBSN95 NB-IoT Sensor Node
#################################
Overview
********
The Dragino NBSN95 NB-IoT Sensor Node for IoT allows users to develop
applications with NB-IoT connectivity via the Quectel BC95-G.
Dragino NBSN95 enables a wide diversity of applicatio... | /content/code_sandbox/boards/dragino/nbsn95/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,477 |
```unknown
# aconno acn52832 board configuration
config BOARD_ACN52832
select SOC_NRF52832_QFAA
``` | /content/code_sandbox/boards/aconno/acn52832/Kconfig.acn52832 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```unknown
/*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 7)>,
<NRF_PSEL(UART_RX, 0, 6)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 7)>,
<NRF_PSEL(UART_RX, 0, 6)>;
low-power-enable;
};
};
};
``` | /content/code_sandbox/boards/aconno/acn52832/acn52832-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 124 |
```unknown
# aconno acn52832 board configuration
if BOARD_ACN52832
config BT_CTLR
default BT
endif # BOARD_ACN52832
``` | /content/code_sandbox/boards/aconno/acn52832/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```restructuredtext
.. _boards-bytesatwork:
bytesatwork
###########
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/bytesatwork/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```cmake
board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```unknown
# Enable MPU
CONFIG_ARM_MPU=y
# enable GPIO
CONFIG_GPIO=y
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# enable console over segger RTT
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_USE_SEGGER_RTT=y
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/bytesensi_l_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 60 |
```unknown
/*
* Copyrigtt (c) 2024 bytesatwork AG
*
*/
&pinctrl {
uart0_default: uart0_default {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 11)>,
<NRF_PSEL(UART_RX, 0, 12)>;
};
};
uart0_sleep: uart0_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 0, 11)>,
<NRF_PSEL(UART_RX, 0, 12)>;
low-power-ena... | /content/code_sandbox/boards/bytesatwork/bytesensi_l/bytesensi_l_pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 426 |
```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/bytesatwork/bytesensi_l/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```restructuredtext
.. _acn52832:
acn52832
########
Overview
********
The acn52832 is a module in a small form factor which features the Nordic Semiconductor
nRF52832 ARM Cortex-M4F CPU and the following devices:
* :abbr:`ADC (Analog to Digital Converter)`
* CLOCK
* FLASH
* :abbr:`GPIO (General Purpose Input Output... | /content/code_sandbox/boards/aconno/acn52832/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,315 |
```unknown
config BOARD_BYTESENSI_L
bool "bytesatwork bytesSENSI-L nRF52832"
select SOC_NRF52832_QFAA
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/Kconfig.bytesensi_l | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```yaml
board:
name: bytesensi_l
vendor: bytesatwork
socs:
- name: nrf52832
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 30 |
```yaml
identifier: bytesensi_l
name: bytesatwork byteSENSI-L
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
ram: 64
flash: 512
supported:
- ble
- gpio
- i2c
- lora
- spi
vendor: bytesatwork
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/bytesensi_l.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 83 |
```unknown
if BOARD_BYTESENSI_L
config BT_CTLR
default BT
endif # BOARD_BYTESENSI_L
``` | /content/code_sandbox/boards/bytesatwork/bytesensi_l/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 25 |
```unknown
/*
* Copyrigtt (c) 2024 bytesatwork AG
*
*/
/dts-v1/;
#include <nordic/nrf52832_qfaa.dtsi>
#include "bytesensi_l_pinctrl.dtsi"
#include <zephyr/dt-bindings/gpio/gpio.h>
/ {
model = "bytesatwork BLE/LORA sensor board";
compatible = "bytesatwork,bytesensi-l";
chosen {
zephyr,console = &uart0;
ze... | /content/code_sandbox/boards/bytesatwork/bytesensi_l/bytesensi_l.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,123 |
```restructuredtext
.. _boards-adi:
Analog Devices, Inc.
####################
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/adi/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```yaml
identifier: apard32690/max32690/m4
name: apard32690 m4
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- arduino_serial
- arduino_spi
- pmod_spi
- gpio
- serial
- spi
- trng
ram: 1024
flash: 3072
``` | /content/code_sandbox/boards/adi/apard32690/apard32690_max32690_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 106 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32690.cfg]")
board_runner_args(jlink "--device=MAX32690" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/apard32690/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```restructuredtext
.. _bytesensi_l:
bytesatwork byteSENSI-L
#######################
Overview
********
The byteSENSI-L is a fun LoRa device based on nRF52 MCU that integrates many
sensors.
.. image:: img/byteSENSI-L.jpg
:width: 800px
:align: center
:alt: byteSENSI-L
Hardware
********
Supported Features
=... | /content/code_sandbox/boards/bytesatwork/bytesensi_l/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,086 |
```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/apard32690/apard32690_max32690_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```yaml
board:
name: apard32690
vendor: adi
socs:
- name: max32690
``` | /content/code_sandbox/boards/adi/apard32690/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 30 |
```unknown
# MAX32690 board configuration
config BOARD_APARD32690
select SOC_MAX32690_M4 if BOARD_APARD32690_MAX32690_M4
``` | /content/code_sandbox/boards/adi/apard32690/Kconfig.apard32690 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
if BOARD_APARD32690
config MDIO_INIT_PRIORITY
default 81
depends on MDIO
config PHY_INIT_PRIORITY
default 82
depends on NET_L2_ETHERNET && ETH_DRIVER
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_APARD32690
``` | /content/code_sandbox/boards/adi/apard32690/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 74 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32690.dtsi>
#include <adi/max32/max32690-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Analog Devices AD-APARD32690-SL";
compatible = "adi,apard32690";
chosen {
zephyr,... | /content/code_sandbox/boards/adi/apard32690/apard32690_max32690_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,203 |
```unknown
config BOARD_ADI_EVAL_ADIN1110EBZ
select SOC_STM32L4S5XX
``` | /content/code_sandbox/boards/adi/eval_adin1110ebz/Kconfig.adi_eval_adin1110ebz | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 25 |
```cmake
board_runner_args(jlink "--device=STM32L4S5QI" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/adi/eval_adin1110ebz/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```cmake
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")
list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg")
``` | /content/code_sandbox/boards/adi/eval_adin1110ebz/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 30 |
```yaml
board:
name: adi_eval_adin1110ebz
vendor: adi
socs:
- name: stm32l4s5xx
``` | /content/code_sandbox/boards/adi/eval_adin1110ebz/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```restructuredtext
.. _ad_apard32690_sl:
AD-APARD32690-SL
################
Overview
********
The AD-APARD32690-SL is a platform for prototyping intelligent, secure, and connected field devices.
It has an Arduino Mega-compatible form factor and two Pmod-compatible connectors.
The system includes the MAX32690 ARM Cort... | /content/code_sandbox/boards/adi/apard32690/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,857 |
```unknown
# enable uart driver
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/eval_adin1110ebz/adi_eval_adin1110ebz_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```unknown
# ADI EVAL-ADIN1110EBZ board configuration
if BOARD_ADI_EVAL_ADIN1110EBZ
config SPI_STM32_DMA
default y
config MDIO_INIT_PRIORITY
default 81
depends on MDIO
config PHY_INIT_PRIORITY
default 82
depends on NET_L2_ETHERNET && ETH_DRIVER
config MEMC
default y
if NETWORKING
config NET_L2_ETHERNET
d... | /content/code_sandbox/boards/adi/eval_adin1110ebz/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 115 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/l4/stm32l4s5Xi.dtsi>
#include <st/l4/stm32l4s5qiix-pinctrl.dtsi>
#include "arduino_r3_connector.dtsi"
#include <zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h>
/ {
model = "Analog Devices Inc. EVAL-ADIN1110EBZ board";
compatible = "adi,eval-adin1110ebz";
ch... | /content/code_sandbox/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,753 |
```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 &gpioc 0 0>, /* A0/D14 */
<1 0 &gpioc 1 0>, /* A1/D15 */
<2 0 &gpioc 2 0>, /* A2/D16 */
<3 0 &gp... | /content/code_sandbox/boards/adi/eval_adin1110ebz/arduino_r3_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 519 |
```ini
source [find board/stm32l4discovery.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/eval_adin1110ebz/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 68 |
```yaml
identifier: adi_eval_adin1110ebz
name: ADI EVAL-ADIN1110EBZ evaulation board
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
flash: 2048
supported:
- arduino_gpio
- arduino_i2c
- arduino_spi
- gpio
- i2c
- spi
- watchdog
- memc
- octospi
vendor: adi
``` | /content/code_sandbox/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 127 |
```unknown
# MAX32662EVKIT boards configuration
config BOARD_MAX32662EVKIT
select SOC_MAX32662
``` | /content/code_sandbox/boards/adi/max32662evkit/Kconfig.max32662evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32662.cfg]")
board_runner_args(jlink "--device=MAX32662" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32662evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```yaml
identifier: max32662evkit
name: max32662evkit
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- dma
- gpio
- i2c
- serial
- trng
- watchdog
- spi
ram: 80
flash: 256
``` | /content/code_sandbox/boards/adi/max32662evkit/max32662evkit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 95 |
```yaml
board:
name: max32662evkit
vendor: adi
socs:
- name: max32662
``` | /content/code_sandbox/boards/adi/max32662evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32662.dtsi>
#include <adi/max32/max32662-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/max32662_dma.h>
/ {
model = "Analog Devices MAX32662EVKIT";
compa... | /content/code_sandbox/boards/adi/max32662evkit/max32662evkit.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 568 |
```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/max32662evkit/max32662evkit_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```restructuredtext
.. _adi_eval_adin1110ebz:
ADI EVAL-ADIN1110EVB Evaluation board
#####################################
Overview
********
The EVAL-ADIN1110EBZ is a flexible platform enabling quick evaluation of the ADIN1110, robust,
low power 10BASE-T1L MAC-PHY. It provides 10Mbit per second Single Pair Ethernet (... | /content/code_sandbox/boards/adi/eval_adin1110ebz/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,648 |
```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 MAX32655FTHR";
compat... | /content/code_sandbox/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,243 |
```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]")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/adi/max32655fthr/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```yaml
board:
name: max32655fthr
vendor: adi
socs:
- name: max32655
``` | /content/code_sandbox/boards/adi/max32655fthr/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
identifier: max32655fthr/max32655/m4
name: max32655fthr 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/max32655fthr/max32655fthr_max32655_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```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/max32655fthr/max32655fthr_max32655_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
# MAX32655FTHR boards configuration
config BOARD_MAX32655FTHR
select SOC_MAX32655_M4 if BOARD_MAX32655FTHR_MAX32655_M4
``` | /content/code_sandbox/boards/adi/max32655fthr/Kconfig.max32655fthr | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```restructuredtext
.. _max32662_evkit:
MAX32662EVKIT
#############
Overview
********
The MAX32662 evaluation kit (EV kit) provides a platform for evaluating
the capabilities of the MAX32662 microcontroller, which is a cost-effective,
ultra-low power, highly integrated 32-bit microcontroller designed
for battery-powe... | /content/code_sandbox/boards/adi/max32662evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,186 |
```restructuredtext
.. _max32655_fthr:
MAX32655FTHR
############
Overview
********
The MAX32655FTHR is a rapid development platform to help engineers quickly implement
ultra low-power wireless solutions using MAX32655 Arm Cortex-M4F and Bluetooth 5.2 Low Energy (LE).
The board also includes the MAX20303 PMIC for batt... | /content/code_sandbox/boards/adi/max32655fthr/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,674 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32665.cfg]")
board_runner_args(jlink "--device=MAX32666" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32666evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```unknown
# MAX32666EVKIT boards configuration
config BOARD_MAX32666EVKIT
select SOC_MAX32666_CPU0 if BOARD_MAX32666EVKIT_MAX32666_CPU0
``` | /content/code_sandbox/boards/adi/max32666evkit/Kconfig.max32666evkit | 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 driver
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32666evkit/max32666evkit_max32666_cpu0_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```yaml
board:
name: max32666evkit
vendor: adi
socs:
- name: max32666
``` | /content/code_sandbox/boards/adi/max32666evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
identifier: max32666evkit/max32666/cpu0
name: max32666evkit cpu0
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- dma
- i2c
- gpio
- serial
- trng
- watchdog
ram: 560
flash: 1024
``` | /content/code_sandbox/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 99 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32666.dtsi>
#include <adi/max32/max32666-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/max32666_dma.h>
/ {
model = "Analog Devices MAX32666EVKIT";
compa... | /content/code_sandbox/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 696 |
```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/max32690evkit/max32690evkit_max32690_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32690.cfg]")
board_runner_args(jlink "--device=MAX32690" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32690evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```unknown
# MAX32690 board configuration
config BOARD_MAX32690EVKIT
select SOC_MAX32690_M4 if BOARD_MAX32690EVKIT_MAX32690_M4
``` | /content/code_sandbox/boards/adi/max32690evkit/Kconfig.max32690evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```yaml
identifier: max32690evkit/max32690/m4
name: max32690evkit m4
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- serial
- spi
- i2c
- trng
- dma
- watchdog
ram: 1024
flash: 3072
``` | /content/code_sandbox/boards/adi/max32690evkit/max32690evkit_max32690_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 104 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32690.dtsi>
#include <adi/max32/max32690-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 MAX32690EVKIT";
comp... | /content/code_sandbox/boards/adi/max32690evkit/max32690evkit_max32690_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,167 |
```yaml
board:
name: max32690evkit
vendor: adi
socs:
- name: max32690
``` | /content/code_sandbox/boards/adi/max32690evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# MAX32690EVKIT boards configuration
if BOARD_MAX32690EVKIT
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/max32690evkit/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 100 |
```restructuredtext
.. _max32666evkit:
MAX32666EVKIT
#############
Overview
********
The MAX32666EVKIT provides a platform for evaluating the capabilities of the MAX32665 and MAX32666
high-efficiency Arm microcontrollers and audio DSP for wearable and hearable device applications.
The Zephyr port is running on the ... | /content/code_sandbox/boards/adi/max32666evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,736 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# enable uart driver
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/adi/max32666fthr/max32666fthr_max32666_cpu0_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32665.cfg]")
board_runner_args(jlink "--device=MAX32666" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32666fthr/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```yaml
identifier: max32666fthr/max32666/cpu0
name: max32666fthr cpu0
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- dma
- i2c
- gpio
- serial
- trng
- watchdog
- spi
ram: 560
flash: 1024
``` | /content/code_sandbox/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 103 |
```yaml
board:
name: max32666fthr
vendor: adi
socs:
- name: max32666
``` | /content/code_sandbox/boards/adi/max32666fthr/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
# MAX32666FTHR boards configuration
config BOARD_MAX32666FTHR
select SOC_MAX32666_CPU0 if BOARD_MAX32666FTHR_MAX32666_CPU0
``` | /content/code_sandbox/boards/adi/max32666fthr/Kconfig.max32666fthr | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32666.dtsi>
#include <adi/max32/max32666-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/max32666_dma.h>
/ {
model = "Analog Devices MAX32666FTHR";
compat... | /content/code_sandbox/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,047 |
```restructuredtext
.. _max32666_fthr:
MAX32666FTHR
############
Overview
********
The MAX32666FTHR board is a rapid development platform to help engineers quickly implement battery
optimized Bluetooth 5 solutions with the MAX32666 Arm Cortex-M4 processor with FPU. The board
also includes the MAX1555 1-Cell Li+ batte... | /content/code_sandbox/boards/adi/max32666fthr/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,554 |
```restructuredtext
.. _max32690_evkit:
MAX32690EVKIT
#############
Overview
********
The MAX32690 evaluation kit (EV kit) provides a platform for evaluating the capabilities
of the MAX32690 microcontroller, which is an advanced system-on-chip (SoC).
It features an Arm Cortex-M4F CPU for efficient computation of comp... | /content/code_sandbox/boards/adi/max32690evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,616 |
```cmake
board_runner_args(jlink "--device=STM32L4S5QI" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/adi/eval_adin2111ebz/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```yaml
identifier: adi_eval_adin2111ebz
name: ADI EVAL-ADIN2111EBZ evaulation board
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
flash: 2048
supported:
- gpio
- spi
- watchdog
vendor: adi
``` | /content/code_sandbox/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 90 |
```unknown
# enable uart driver
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/eval_adin2111ebz/adi_eval_adin2111ebz_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```cmake
list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg")
``` | /content/code_sandbox/boards/adi/eval_adin2111ebz/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 15 |
```yaml
board:
name: adi_eval_adin2111ebz
vendor: adi
socs:
- name: stm32l4s5xx
``` | /content/code_sandbox/boards/adi/eval_adin2111ebz/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 38 |
```unknown
config BOARD_ADI_EVAL_ADIN2111EBZ
select SOC_STM32L4S5XX
``` | /content/code_sandbox/boards/adi/eval_adin2111ebz/Kconfig.adi_eval_adin2111ebz | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 25 |
```unknown
# ADI EVAL-ADIN2111EBZ board configuration
if BOARD_ADI_EVAL_ADIN2111EBZ
config MDIO_INIT_PRIORITY
default 81
depends on MDIO
config PHY_INIT_PRIORITY
default 82
depends on NET_L2_ETHERNET && ETH_DRIVER
config SPI_STM32_DMA
default y
if NETWORKING
config NET_L2_ETHERNET
default y
if ETH_ADIN211... | /content/code_sandbox/boards/adi/eval_adin2111ebz/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 135 |
```ini
source [find board/stm32l4discovery.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/eval_adin2111ebz/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 68 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/l4/stm32l4s5Xi.dtsi>
#include <st/l4/stm32l4s5qiix-pinctrl.dtsi>
/ {
model = "Analog Devices Inc. EVAL-ADIN2111EBZ board";
compatible = "adi,eval-adin2111ebz";
chosen {
zephyr,console = &usart1;
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = ... | /content/code_sandbox/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,421 |
```yaml
identifier: max32670evkit
name: max32670evkit
vendor: adi
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- serial
- trng
- i2c
- dma
- watchdog
- spi
ram: 160
flash: 384
``` | /content/code_sandbox/boards/adi/max32670evkit/max32670evkit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 95 |
```unknown
/*
*
*/
/dts-v1/;
#include <adi/max32/max32670.dtsi>
#include <adi/max32/max32670-pinctrl.dtsi>
#include <zephyr/dt-bindings/gpio/adi-max32-gpio.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Analog Devices MAX32670EVKIT";
compatible = "adi,max32670evkit";
chosen {
zephyr,... | /content/code_sandbox/boards/adi/max32670evkit/max32670evkit.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 584 |
```unknown
# MAX32670EVKIT boards configuration
config BOARD_MAX32670EVKIT
select SOC_MAX32670
``` | /content/code_sandbox/boards/adi/max32670evkit/Kconfig.max32670evkit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32670.cfg]")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/adi/max32670evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```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/max32670evkit/max32670evkit_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```yaml
board:
name: max32670evkit
vendor: adi
socs:
- name: max32670
``` | /content/code_sandbox/boards/adi/max32670evkit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```restructuredtext
.. _adi_eval_adin2111ebz:
ADI EVAL-ADIN2111EVB Evaluation board
#####################################
Overview
********
The EVAL-ADIN2111EBZ is a flexible platform enabling quick evaluation of the ADIN2111, robust,
low power 10BASE-T1L 2-Port Ethernet switch. The evaluation board provides 2 10BAS... | /content/code_sandbox/boards/adi/eval_adin2111ebz/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,656 |
```yaml
identifier: max32672fthr
name: max32672fthr
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/max32672fthr/max32672fthr.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]")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/adi/max32672fthr/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```unknown
# MAX32672FTHR boards configuration
config BOARD_MAX32672FTHR
select SOC_MAX32672
``` | /content/code_sandbox/boards/adi/max32672fthr/Kconfig.max32672fthr | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```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/max32672fthr/max32672fthr_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```yaml
board:
name: max32672fthr
vendor: adi
socs:
- name: max32672
``` | /content/code_sandbox/boards/adi/max32672fthr/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```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>
/ {
model = "Analog Devices MAX32672FTHR";
compatible = "adi,max32672fthr";
chosen {
zephyr,co... | /content/code_sandbox/boards/adi/max32672fthr/max32672fthr.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,245 |
```unknown
# MAX32672FTHR boards configuration
if BOARD_MAX32672FTHR
if DISPLAY
if LVGL
# LVGL should allocate buffers equal to size of display
config LV_Z_VDB_SIZE
default 64
# Default Dot Per Inch. [px/inch]
# Used to initialize default sizes such as widgets sized, style paddings.
config LV_DPI_DEF
default 12... | /content/code_sandbox/boards/adi/max32672fthr/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 151 |
```restructuredtext
.. _max32670_evkit:
MAX32670EVKIT
#############
Overview
********
The MAX32670 evaluation kit (EV kit) provides a platform for evaluation capabilities
of the MAX32670. The MAX32670 is an ultra-low-power, cost-effective, highly reliable
32-bit microcontroller that enables designs with complex senso... | /content/code_sandbox/boards/adi/max32670evkit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,406 |
```cmake
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
board_runner_args(openocd --cmd-pre-init "source [find target/max32675.cfg]")
board_runner_args(jlink "--device=MAX32675" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/bo... | /content/code_sandbox/boards/adi/max32675evkit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.