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
/*
*
*/
#include "arduino_r3_connector.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
leds {
compatible = "gpio-leds";
red_led: led_0 {
gpios = <&gpioi 12 GPIO_ACTIVE_LOW>;
};
green_led: led_1 {
gpios = <&gpioj 13 GPIO_ACTIVE_LOW>;
};
blue_led: led_2 {
gpios = <&g... | /content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 239 |
```yaml
identifier: arduino_giga_r1/stm32h747xx/m4
name: Arduino GIGA R1 WiFi (M4)
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 288
flash: 1024
supported:
- arduino_gpio
- gpio
testing:
ignore_tags:
- mpu
- nfc
- net
vendor: arduino
``` | /content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 109 |
```yaml
identifier: arduino_giga_r1/stm32h747xx/m7
name: Arduino GIGA R1 WiFi (M7)
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 512
flash: 1024
supported:
- arduino_gpio
- gpio
- arduino_spi
- spi
- memc
- usb_device
vendor: arduino
``` | /content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 109 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/h7/stm32h747Xi_m7.dtsi>
#include <st/h7/stm32h747xihx-pinctrl.dtsi>
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
#include "arduino_giga_r1.dtsi"
/ {
model = "Arduino GIGA R1 WiFi Board (M7)";
compatible = "arduino,giga-r1";
chosen {
zephyr,console = &us... | /content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,081 |
```yaml
board:
name: arduino_giga_r1
vendor: arduino
socs:
- name: stm32h747xx
``` | /content/code_sandbox/boards/arduino/giga_r1/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
if BOARD_ARDUINO_GIGA_R1
if BT
choice AIROC_PART
default CYW4343W
endchoice
choice CYW4343W_MODULE
default CYW4343W_MURATA_1DX
endchoice
endif # BT
endif # BOARD_ARDUINO_GIGA_R1
``` | /content/code_sandbox/boards/arduino/giga_r1/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 73 |
```unknown
config BOARD_ARDUINO_GIGA_R1
select SOC_STM32H747XX_M7 if BOARD_ARDUINO_GIGA_R1_STM32H747XX_M7
select SOC_STM32H747XX_M4 if BOARD_ARDUINO_GIGA_R1_STM32H747XX_M4
``` | /content/code_sandbox/boards/arduino/giga_r1/Kconfig.arduino_giga_r1 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 74 |
```ini
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32h7x.cfg]
# Use connect_assert_srst here to be able to program
# even when core is in sleep mode
reset_config srst_only srst_nogate connect_assert_srst
$_CHIPNAME.cpu0 configure -event gdb-attach {
echo "Debugger att... | /content/code_sandbox/boards/arduino/giga_r1/support/openocd_arduino_giga_r1_m7.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 167 |
```ini
source [find interface/stlink.cfg]
transport select hla_swd
set DUAL_BANK 1
set DUAL_CORE 1
source [find target/stm32h7x.cfg]
reset_config srst_only srst_nogate connect_assert_srst
``` | /content/code_sandbox/boards/arduino/giga_r1/support/openocd_arduino_giga_r1_m4.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```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 4 0>, /* A0 */
< 1 0 &gpioc 5 0>, /* A1 */
< 2 0 &gpiob 0 0>, /* A2 */
< 3 0 &gpiob 1... | /content/code_sandbox/boards/arduino/giga_r1/arduino_r3_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 530 |
```cmake
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/arduino/zero/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```unknown
/*
*/
#include <dt-bindings/pinctrl/samd21-da1gXabcd-pinctrl.h>
&pinctrl {
dac_default: dac_default {
group1 {
pinmux = <PA2B_DAC_VOUT>;
};
};
pwm_default: pwm_default {
group1 {
pinmux = <PA17E_TCC2_WO1>;
};
};
sercom4_spi_default: sercom4_spi_default {
group1 {
pinmux = <PA12D_... | /content/code_sandbox/boards/arduino/zero/arduino_zero-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 283 |
```unknown
/*
*
*/
/dts-v1/;
#include <atmel/samd21.dtsi>
#include <atmel/samx2xx18.dtsi>
#include "arduino_zero-pinctrl.dtsi"
/ {
model = "Arduino Zero";
compatible = "arduino,zero", "atmel,samd21g18a", "atmel,samd21";
chosen {
zephyr,console = &sercom5;
zephyr,shell-uart = &sercom5;
zephyr,sram = &sram0... | /content/code_sandbox/boards/arduino/zero/arduino_zero.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 820 |
```cmake
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - /soc/pinmux@41004400 & /soc/gpio@41004400
# - /soc/pinmux@41004480 & /soc/gpio@41004480
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
``` | /content/code_sandbox/boards/arduino/zero/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 74 |
```yaml
identifier: arduino_zero
name: Arduino Zero
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- counter
- dac
- dma
- gpio
- hwinfo
- pwm
- spi
- uart
- usb_device
- watchdog
vendor: arduino
``` | /content/code_sandbox/boards/arduino/zero/arduino_zero.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 105 |
```yaml
board:
name: arduino_zero
vendor: arduino
socs:
- name: samd21g18a
``` | /content/code_sandbox/boards/arduino/zero/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```restructuredtext
.. _arduino_giga_r1_board:
Arduino GIGA R1 WiFi
####################
Overview
********
Arduino GIGA R1 WiFi is a development board by Arduino based on the
STM32H747XI, a dual core ARM Cortex-M7 + Cortex-M4 MCU, with 2MBytes of Flash
memory and 1MB SRAM.
The board features:
- RGB LED
- Reset and... | /content/code_sandbox/boards/arduino/giga_r1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,498 |
```unknown
config BOARD_ARDUINO_ZERO
select SOC_SAMD21G18A
``` | /content/code_sandbox/boards/arduino/zero/Kconfig.arduino_zero | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```unknown
CONFIG_SOC_ATMEL_SAMD_XOSC32K=y
CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/arduino/zero/arduino_zero_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 56 |
```ini
source [find interface/cmsis-dap.cfg]
transport select swd
# chip name
set CHIPNAME at91samd21e18
set ENDIAN little
set CPUTAPID 0x0bc11477
source [find target/at91samdXX.cfg]
reset_config trst_and_srst separate
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset h... | /content/code_sandbox/boards/arduino/zero/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 123 |
```cmake
board_runner_args(dfu-util "--pid=2341:035b" "--alt=0" "--dfuse")
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
``` | /content/code_sandbox/boards/arduino/portenta_h7/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 44 |
```yaml
identifier: arduino_portenta_h7/stm32h747xx/m4
name: Arduino Portenta H7 (M4)
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 288
flash: 1024
supported:
- gpio
testing:
ignore_tags:
- mpu
- nfc
- flash
vendor: arduino
``` | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 101 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/h7/stm32h747Xi_m4.dtsi>
#include <st/h7/stm32h747xihx-pinctrl.dtsi>
#include "arduino_portenta_h7-common.dtsi"
/ {
model = "Arduino Portenta H7 board";
compatible = "arduino,portenta-h7";
/* HW resources are split between CM7 and CM4 */
chosen {
zephyr,console = &us... | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 174 |
```unknown
# Arduino Portenta H7 board configuration
config BOARD_ARDUINO_PORTENTA_H7
select SOC_STM32H747XX_M7 if BOARD_ARDUINO_PORTENTA_H7_STM32H747XX_M7
select SOC_STM32H747XX_M4 if BOARD_ARDUINO_PORTENTA_H7_STM32H747XX_M4
``` | /content/code_sandbox/boards/arduino/portenta_h7/Kconfig.arduino_portenta_h7 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```unknown
/**
*
*/
&clk_lsi {
status = "okay";
};
``` | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_1_0_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 15 |
```c
/*
*
*/
#include <zephyr/init.h>
#include <zephyr/drivers/gpio.h>
static int board_init(void)
{
/* Set led1 inactive since the Arduino bootloader leaves it active */
const struct gpio_dt_spec led1 = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios);
if (!gpio_is_ready_dt(&led1)) {
return -ENODEV;
}
return gpio... | /content/code_sandbox/boards/arduino/portenta_h7/board.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 112 |
```yaml
board:
name: arduino_portenta_h7
vendor: arduino
socs:
- name: stm32h747xx
revision:
format: major.minor.patch
default: 1.0.0
revisions:
- name: 1.0.0
- name: 4.10.0
``` | /content/code_sandbox/boards/arduino/portenta_h7/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```restructuredtext
.. _arduino_zero:
Arduino/Genuino Zero
####################
Overview
********
The Arduino Zero is a maker-friendly development board with
Atmels Embedded Debugger (EDBG), which provides a full
debug interface without the need for additional hardware.
.. image:: img/arduino_zero.jpg
:align: ... | /content/code_sandbox/boards/arduino/zero/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,166 |
```unknown
# Enable GPIO
CONFIG_GPIO=y
# Clock configuration
CONFIG_CLOCK_CONTROL=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable pin controller
CONFIG_PINCTRL=y
# Enable uart driver
# CONFIG_SERIAL=y
# By default CONSOLE is assigned to m7
# CONFIG_CONSOLE=y
# C... | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 84 |
```unknown
if BOARD_ARDUINO_PORTENTA_H7
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
if USB_DEVICE_STACK
config USB_DEVICE_PRODUCT
default "Arduino SA Portenta H7"
config USB_DEVICE_PID
default 0x035b
config USB_DEVICE_VID
default 0x2341
config USB_DEVICE_INITIALIZE_AT_BOOT
default y
... | /content/code_sandbox/boards/arduino/portenta_h7/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 172 |
```unknown
/**
*
*/
&clk_lse {
clock-frequency = <32768>;
status = "okay";
};
``` | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_4_10_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/h7/stm32h747Xi_m7.dtsi>
#include <st/h7/stm32h747xihx-pinctrl.dtsi>
#include "arduino_portenta_h7-common.dtsi"
/ {
model = "Arduino Portenta H7 board";
compatible = "arduino,portenta-h7";
/* HW resources are split between CM7 and CM4 */
chosen {
zephyr,console = &cdc... | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 939 |
```unknown
# Enable the internal SMPS regulator
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
# Enable GPIO
CONFIG_GPIO=y
# Enable clocks
CONFIG_CLOCK_CONTROL=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y
# enable pin controller
CONFIG_PINCTRL=y
# Use zephyr,code-partition as flas... | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 154 |
```yaml
identifier: arduino_portenta_h7/stm32h747xx/m7
name: Arduino Portenta H7 (M7)
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 512
flash: 1024
supported:
- gpio
vendor: arduino
``` | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 81 |
```unknown
/*
*
*/
#include <mem.h>
/ {
leds {
compatible = "gpio-leds";
red_led: led_0 {
gpios = <&gpiok 5 GPIO_ACTIVE_LOW>;
};
green_led: led_1 {
gpios = <&gpiok 6 GPIO_ACTIVE_LOW>;
};
blue_led: led_2 {
gpios = <&gpiok 7 GPIO_ACTIVE_LOW>;
};
};
otghs_ulpi_phy: otghs_ulpis_phy {
compat... | /content/code_sandbox/boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,368 |
```unknown
CONFIG_SOC_ATMEL_SAMD_OSC8M=y
CONFIG_SOC_ATMEL_SAMD_OSC8M_AS_MAIN=y
CONFIG_BOOTLOADER_BOSSA=y
CONFIG_BOOTLOADER_BOSSA_ARDUINO=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/arduino/nano_33_iot/arduino_nano_33_iot_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```cmake
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
``` | /content/code_sandbox/boards/arduino/nano_33_iot/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```restructuredtext
.. _arduino_portenta_h7_board:
Arduino Portenta H7
###################
Overview
********
The Portenta H7 enables a wide diversity of applications taking benefit
from Computer Vision, PLCs, Robotics controller, High-end industrial machinery
and high-speed booting computation (ms).
The board inclu... | /content/code_sandbox/boards/arduino/portenta_h7/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,326 |
```yaml
identifier: arduino_nano_33_iot
name: Arduino Nano 33 IOT
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- counter
- dma
- gpio
- hwinfo
- pwm
- spi
- uart
- usb_device
- watchdog
vendor: arduino
``` | /content/code_sandbox/boards/arduino/nano_33_iot/arduino_nano_33_iot.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 110 |
```unknown
/*
*/
#include <dt-bindings/pinctrl/samd21-da1gXabcd-pinctrl.h>
&pinctrl {
pwm_default: pwm_default {
group1 {
pinmux = <PA17E_TCC2_WO1>;
};
};
sercom4_i2c_default: sercom4_i2c_default {
group1 {
pinmux = <PB8D_SERCOM4_PAD0>,
<PB9D_SERCOM4_PAD1>;
};
};
sercom1_spi_default: sercom... | /content/code_sandbox/boards/arduino/nano_33_iot/arduino_nano_33_iot-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 365 |
```cmake
# SPI is implemented via sercom so node name isn't spi@...
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - /soc/pinmux@41004400 & /soc/gpio@41004400
# - /soc/pinmux@41004480 & /soc/gpio@41004480
list(APPEND EXTRA_DTC_FLAGS "... | /content/code_sandbox/boards/arduino/nano_33_iot/pre_dt_board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 104 |
```unknown
/*
*
*/
/dts-v1/;
#include <atmel/samd21.dtsi>
#include <atmel/samx2xx18.dtsi>
#include "arduino_nano_33_iot-pinctrl.dtsi"
#include "arduino_nano_r3_connector.dtsi"
/ {
model = "Arduino Nano 33 IOT";
compatible = "arduino,nano-33-iot";
chosen {
zephyr,console = &sercom5;
zephyr,shell-uart = &serc... | /content/code_sandbox/boards/arduino/nano_33_iot/arduino_nano_33_iot.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,135 |
```unknown
/*
*/
/ {
arduino_nano_header: connector {
compatible = "arduino-nano-header-r3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &portb 23 0>, /* D0 / UART-RX */
<1 0 &portb 22 0>, /* D1 / UART-TX */
<2 0 &portb 10 0>, /*... | /content/code_sandbox/boards/arduino/nano_33_iot/arduino_nano_r3_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 550 |
```yaml
board:
name: arduino_nano_33_iot
vendor: arduino
socs:
- name: samd21g18a
``` | /content/code_sandbox/boards/arduino/nano_33_iot/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
config BOARD_ARDUINO_NANO_33_IOT
select SOC_SAMD21G18A
``` | /content/code_sandbox/boards/arduino/nano_33_iot/Kconfig.arduino_nano_33_iot | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```cmake
board_runner_args(dfu-util "--pid=2341:0364" "--alt=0" "--dfuse")
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
``` | /content/code_sandbox/boards/arduino/opta/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 44 |
```yaml
identifier: arduino_opta/stm32h747xx/m4
name: ARDUINO OPTA (M4)
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 288
flash: 512
supported:
- gpio
testing:
ignore_tags:
- mpu
- nfc
- net
- flash
- input
- mcumgr
vendor: arduino
``` | /content/code_sandbox/boards/arduino/opta/arduino_opta_stm32h747xx_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 112 |
```yaml
board:
name: arduino_opta
vendor: arduino
socs:
- name: stm32h747xx
``` | /content/code_sandbox/boards/arduino/opta/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
# clock configuration
CONFIG_CLOCK_CONTROL=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y
# enable pin controller
CONFIG_PINCTRL=y
# Use zephyr,code-partition as flash offset
CONFIG_USE_DT_CODE_PARTITION=y
``` | /content/code_sandbox/boards/arduino/opta/arduino_opta_stm32h747xx_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```unknown
/*
*
*/
/dts-v1/;
#include <st/h7/stm32h747Xi_m4.dtsi>
#include <st/h7/stm32h747xihx-pinctrl.dtsi>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Arduino OPTA M4 core Programmable Logic Controller";
compatible = "arduino,opta-m4";
chosen {
zephyr,sram = &sram1;
zephyr,flash ... | /content/code_sandbox/boards/arduino/opta/arduino_opta_stm32h747xx_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 466 |
```unknown
config BOARD_ARDUINO_OPTA
select SOC_STM32H747XX_M4
``` | /content/code_sandbox/boards/arduino/opta/Kconfig.arduino_opta | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22 |
```restructuredtext
.. _arduino_nano_33_iot:
Arduino Nano 33 IOT
###################
Overview
********
The Arduino Nano 33 IOT is a small form factor development board with USB,
Wifi, Bluetooth, a 6 axis IMU, and secure element.
.. image:: img/nano_33_iot.jpg
:align: center
:alt: Arduino Nano 33 IOT
Hard... | /content/code_sandbox/boards/arduino/nano_33_iot/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,291 |
```restructuredtext
.. _boards-infineon:
Infineon Technologies
#####################
.. toctree::
:maxdepth: 1
:glob:
**/*
``` | /content/code_sandbox/boards/infineon/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
/*
*/
/dts-v1/;
#include <infineon/cat1a/mpns/CY8C6244LQI_S4D92.dtsi>
/ {
model = "Infineon PSoC 62S4 Pioneer Kit";
compatible ="cypress,psoc6";
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart2;
zephyr,shell-uart = &uart2;
};
aliases {
led0 = &user_led;
};
... | /content/code_sandbox/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 854 |
```cmake
board_runner_args(pyocd "--target=cy8c6xxa")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
``` | /content/code_sandbox/boards/infineon/cy8ckit_062s4/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```yaml
identifier: cy8ckit_062s4
name: CY8CKIT-062S4 PSoC 62S4
type: mcu
arch: arm
ram: 128
flash: 256
toolchain:
- zephyr
- gnuarmemb
supported:
- gpio
vendor: infineon
``` | /content/code_sandbox/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 78 |
```restructuredtext
.. _arduino_opta_m4_board:
Arduino OPTA M4-Core
####################
Overview
********
The Arduino Opta is a secure micro Programmable Logic Controller (PLC)
with Industrial Internet of Things (IoT) capabilities.
Developed in partnership with Finder, this device supports both the Arduino
program... | /content/code_sandbox/boards/arduino/opta/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,383 |
```unknown
config BOARD_CY8CKIT_062S4
select SOC_CY8C6244LQI_S4D92
``` | /content/code_sandbox/boards/infineon/cy8ckit_062s4/Kconfig.cy8ckit_062s4 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```unknown
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_PINCTRL=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_XIP=y
CONFIG_SOC_PSOC6_CM0P_IMAGE_SLEEP=y
``` | /content/code_sandbox/boards/infineon/cy8ckit_062s4/cy8ckit_062s4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 52 |
```yaml
board:
name: cy8ckit_062s4
vendor: infineon
socs:
- name: cy8c6244lqi_s4d92
``` | /content/code_sandbox/boards/infineon/cy8ckit_062s4/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 42 |
```unknown
#
#
# General configuration
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable pin controller
CONFIG_PINCTRL=y
# Enable GPIO dri... | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 125 |
```cmake
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19 |
```yaml
#
#
identifier: cyw920829m2evk_02
name: The Infineon AIROC CYW20829 Bluetooth LE evaluation kit (CYW92089M2EVK-02)
type: mcu
arch: arm
ram: 1024
flash: 2048
toolchain:
- zephyr
- gnuarmemb
supported:
- gpio
- uart
- clock_control
- bluetooth
- watchdog
- spi
- i2c
vendor: infineon
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 120 |
```yaml
board:
name: cyw920829m2evk_02
vendor: infineon
socs:
- name: cyw20829b0lkml
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 41 |
```restructuredtext
.. _cy8ckit_062s4:
[INFINEON PSoC 62S4 Pioneer Kit]
################################
Overview
********
The PSOC 62S4 Pioneer kit has a CY8C62x4 MCU, which is an ultra-low-power PSoC device specifically designed for battery-operated analog
sensing applications. It includes a 150-MHz Arm Cortex-M4 C... | /content/code_sandbox/boards/infineon/cy8ckit_062s4/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 989 |
```unknown
/*
*/
/* Configure pin control bias mode for uart2 pins */
&p3_3_scb2_uart_tx {
drive-push-pull;
};
&p3_2_scb2_uart_rx {
input-enable;
};
&p3_1_scb2_uart_rts {
drive-push-pull;
};
&p3_0_scb2_uart_cts {
input-enable;
};
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 78 |
```unknown
/*
*/
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases {
led0 = &user_led0;
led1 = &user_led1;
sw0 = &user_bt0;
sw1 = &user_bt1;
};
leds {
compatible = "gpio-leds";
user_led0: led_0 {
label = "LED_0";
gpios = <&gpio_prt1 1 GPIO_ACTIVE_LOW>;
};
user_led1: led_1... | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02-common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 323 |
```unknown
# The Infineon AIROC CYW20829 Bluetooth LE evaluation kit (CYW92089M2EVK-02)
choice AIROC_PART
default CYW20829 if BT
endchoice
# Heap Pool Size
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 10096
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 64 |
```unknown
/*
*/
/dts-v1/;
#include <arm/infineon/cat1b/mpns/CYW20829B0LKML.dtsi>
#include <arm/infineon/cat1b/cyw20829/system_clocks.dtsi>
#include "cyw920829m2evk_02-common.dtsi"
#include "cyw920829m2evk_02-pinctrl.dtsi"
/ {
model = "The Infineon AIROC CYW20829 Bluetooth LE evaluation kit (CYW92089M2EVK-02)";
co... | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 871 |
```unknown
# The Infineon AIROC CYW20829 Bluetooth LE evaluation kit (CYW92089M2EVK-02)
config BOARD_CYW920829M2EVK_02
select SOC_CYW20829B0LKML
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/Kconfig.cyw920829m2evk_02 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 52 |
```ini
#
#
source [find interface/kitprog3.cfg]
transport select swd
source [find target/cyw20829.cfg]
if { [info exists _ZEPHYR_BOARD_SERIAL] } {
adapter serial $_ZEPHYR_BOARD_SERIAL
}
``` | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 55 |
```ini
################################################################################
# File Name: qspi_config.cfg
#
# Description:
# This file contains a SMIF Bank layout for use with OpenOCD.
# This file was automatically generated and should not be modified.
# QSPI Configurator: 4.22.0.1756
#
#####################... | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/support/qspi_config.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 149 |
```cmake
# During gdb session, by default connect to CM4 core.
board_runner_args(openocd "--gdb-init=disconnect")
board_runner_args(openocd "--gdb-init=target extended-remote :3334")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
board_runner_args(pyo... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 112 |
```unknown
#
#
# General configuration
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable pin controller
CONFIG_PINCTRL=y
# Enable GPIO driver
CONFIG_GPIO=y
# Enabl... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 99 |
```yaml
#
#
identifier: cy8cproto_062_4343w
name: CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT Prototyping Kit
type: mcu
arch: arm
ram: 1024
flash: 2048
toolchain:
- zephyr
- gnuarmemb
supported:
- adc
- bluetooth
- wifi
- airoc
- cyw4343w
- counter
- gpio
- uart
- i2c
- thermistor
- uart
- timer
ve... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 142 |
```restructuredtext
.. _cyw920829m2evk_02:
INFINEON CYW920829M2EVK-02
############################
Overview
********
The AIROC CYW20829 Bluetooth LE MCU Evaluation Kit (CYW920829M2EVK-02) with its included on-board peripherals enables evaluation, prototyping, and development of a wide array of Bluetooth Low Energy a... | /content/code_sandbox/boards/infineon/cyw920829m2evk_02/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,512 |
```unknown
# CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT Prototyping Kit
config BOARD_CY8CPROTO_062_4343W
select SOC_CY8C624ABZI_S2D44
``` | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/Kconfig.cy8cproto_062_4343w | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```unknown
/*
*/
/dts-v1/;
#include <infineon/cat1a/mpns/CY8C624ABZI_S2D44.dtsi>
#include <infineon/cat1a/system_clocks.dtsi>
#include "cy8cproto_062_4343w-common.dtsi"
#include "cy8cproto_062_4343w-pinctrl.dtsi"
/ {
model = "cy8cproto_062_4343w with an Cypress PSoC 6 SoC";
compatible = "cypress,cy8cproto_062_4343... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,136 |
```yaml
board:
name: cy8cproto_062_4343w
vendor: infineon
socs:
- name: cy8c624abzi_s2d44
``` | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 43 |
```unknown
/*
*/
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases {
led0 = &user_led;
sw0 = &user_bt;
};
leds {
compatible = "gpio-leds";
user_led: led_0 {
label = "LED_0";
gpios = <&gpio_prt13 7 GPIO_ACTIVE_LOW>;
};
};
gpio_keys {
compatible = "gpio-keys";
user_bt: but... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w-common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 257 |
```unknown
# CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT Prototyping Kit configuration
if BOARD_CY8CPROTO_062_4343W
if WIFI || BT
# Select AIROC part and module
choice AIROC_PART
default CYW4343W
endchoice
choice CYW4343W_MODULE
default CYW4343W_MURATA_1DX
endchoice
endif # WIFI || BT
if WIFI
config WIFI_AIROC
defau... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 191 |
```ini
#
#
if {[info exists env(OPENOCD_INTERFACE)]} {
set INTERFACE $env(OPENOCD_INTERFACE)
} else {
# By default connect over Debug USB port
set INTERFACE "cmsis-dap"
}
source [find interface/$INTERFACE.cfg]
transport select swd
source [find target/psoc6_2m.cfg]
``` | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```unknown
/*
*/
/* Configure pin control bias mode for uart2 pins */
&p3_1_scb2_uart_tx {
drive-push-pull;
};
&p3_0_scb2_uart_rx {
input-enable;
};
&p3_2_scb2_uart_rts {
drive-push-pull;
};
&p3_3_scb2_uart_cts {
input-enable;
};
/* Configure pin control bias mode for uart5 pins */
&p5_1_scb5_uart_tx {
drive... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 534 |
```cmake
#
board_set_debugger_ifnset(jlink)
board_set_flasher_ifnset(jlink)
board_runner_args(jlink "--device=XMC4700-2048")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 53 |
```restructuredtext
.. _cy8cproto_062_4343w:
INFINEON CY8CPROTO-062-4343W
############################
Overview
********
The CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT Prototyping Kit is a low-cost hardware
platform that enables design and debug of PSoC 6 MCUs. It comes with a Murata
LBEE5KL1DX module, based on the CYW4343... | /content/code_sandbox/boards/infineon/cy8cproto_062_4343w/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,619 |
```unknown
/*
*
*
*/
/dts-v1/;
#include <infineon/cat3/xmc/xmc4700_F144x2048.dtsi>
#include <infineon/cat3/xmc/xmc4700_F144x2048-intc.dtsi>
#include <zephyr/dt-bindings/pwm/pwm.h>
#include "xmc47_relax_kit-pinctrl.dtsi"
#include "arduino_r3_connector.dtsi"
/ {
model = "Infineon XMC4700 Relax Kit board";
compati... | /content/code_sandbox/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,680 |
```unknown
#
# Enable UART driver
CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_USE_DT_CODE_PARTITION=y
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/xmc47_relax_kit_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
board:
name: xmc47_relax_kit
vendor: infineon
socs:
- name: xmc4700
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
#
if BOARD_XMC47_RELAX_KIT
if NETWORKING
config NET_L2_ETHERNET
default y
config MDIO
default y
config TEST_RANDOM_GENERATOR
default y
endif # NETWORKING
endif
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 50 |
```yaml
identifier: xmc47_relax_kit
name: XMC47-RELAX-KIT
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- adc
- dma
- gpio
- i2c
- spi
- uart
- arduino_spi
- arduino_serial
- watchdog
- netif:eth
ram: 352
flash: 2048
vendor: infineon
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 115 |
```unknown
/*
*/
#include <infineon/cat3/xmc/xmc4700_F144x2048-pinctrl.dtsi>
&uart_tx_p1_5_u0c0 {
drive-strength = "strong-soft-edge";
drive-push-pull;
hwctrl = "disabled";
};
&uart_rx_p1_4_u0c0 {
drive-strength = "strong-soft-edge";
hwctrl = "disabled";
};
&uart_tx_p2_14_u1c0 {
drive-strength = "strong-soft... | /content/code_sandbox/boards/infineon/xmc47_relax_kit/xmc47_relax_kit-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 802 |
```unknown
#
config BOARD_XMC47_RELAX_KIT
select SOC_XMC4700
select SOC_PART_NUMBER_F144X2048
``` | /content/code_sandbox/boards/infineon/xmc47_relax_kit/Kconfig.xmc47_relax_kit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```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 &gpio14 0 0>, /* A0 */
<1 0 &gpio14 1 0>, /* A1 */
<2 0 &gpio14 2 0>, /* A2 */
<3 0 &gpio14 3 0>, /... | /content/code_sandbox/boards/infineon/xmc47_relax_kit/arduino_r3_connector.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 541 |
```unknown
/*
*/
#include <infineon/cat3/xmc/xmc4500_F100x1024-pinctrl.dtsi>
&uart_tx_p0_1_u1c1 {
drive-strength = "strong-soft-edge";
drive-push-pull;
hwctrl = "disabled";
};
&uart_rx_p0_0_u1c1 {
drive-strength = "strong-soft-edge";
hwctrl = "disabled";
};
&pwm_out_p1_0_ccu40_ch3 {
drive-strength = "strong-... | /content/code_sandbox/boards/infineon/xmc45_relax_kit/xmc45_relax_kit-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 480 |
```cmake
#
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
board_set_debugger_ifnset(jlink)
board_set_flasher_ifnset(jlink)
board_runner_args(jlink "--device=XMC4500-1024")
board_runner_args(pyocd "--target=xmc4500")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common... | /content/code_sandbox/boards/infineon/xmc45_relax_kit/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 120 |
```restructuredtext
.. _xmc47_relax_kit:
INFINEON XMC47-RELAX-KIT
########################
Overview
********
The XMC4700 Relax Kit is designed to evaluate the capabilities of the XMC4700
Microcontroller. It is based on High performance ARM Cortex-M4F which can run
up to 144MHz.
.. image:: xmc47_relax_kit.jpg
:al... | /content/code_sandbox/boards/infineon/xmc47_relax_kit/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 750 |
```unknown
#
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
config BOARD_XMC45_RELAX_KIT
select SOC_XMC4500
select SOC_PART_NUMBER_F100X1024
``` | /content/code_sandbox/boards/infineon/xmc45_relax_kit/Kconfig.xmc45_relax_kit | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 49 |
```yaml
identifier: xmc45_relax_kit
name: XMC45-RELAX-KIT
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- dma
- gpio
- spi
- uart
- watchdog
- netif:eth
ram: 160
flash: 1024
vendor: infineon
``` | /content/code_sandbox/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```yaml
board:
name: xmc45_relax_kit
vendor: infineon
socs:
- name: xmc4500
``` | /content/code_sandbox/boards/infineon/xmc45_relax_kit/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
#
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
if BOARD_XMC45_RELAX_KIT
if NETWORKING
config NET_L2_ETHERNET
default y
config MDIO
default y
config TEST_RANDOM_GENERATOR
default y
endif # NETWORKING
endif # BOARD_XMC45_RELAX_KIT
``` | /content/code_sandbox/boards/infineon/xmc45_relax_kit/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.