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 |
|---|---|---|---|---|---|---|---|---|
```cmake
board_runner_args(linkserver "--device=MKE17Z256xxx7:FRDM-KE17Z")
board_runner_args(jlink "--device=MKE17Z256xxx7" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
``` | /content/code_sandbox/boards/nxp/frdm_ke17z/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_ke17z.dtsi>
#include "frdm_ke17z-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/pwm/pwm.h>
/ {
model = "NXP Freedom KE17Z board";
compatible = "nxp,frdm-ke17z", "nxp,ke17z", "nxp,mke17z7";
aliases {
watchdog0 =... | /content/code_sandbox/boards/nxp/frdm_ke17z/frdm_ke17z.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,241 |
```restructuredtext
.. _lpcxpresso11u68:
NXP LPCXpresso11U68
###################
Overview
********
The LPCXpresso11u68 development board uses an NXP LPC11U68 MCU based
on an ARM Cortex-M0+ core.
.. figure:: lpcxpresso11u68.jpg
:align: center
:alt: LPCXpresso11U68
Hardware
********
The LPCxpresso 11U68 board... | /content/code_sandbox/boards/nxp/lpcxpresso11u68/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,272 |
```unknown
# FRDM-KE17Z board configuration
config BOARD_FRDM_KE17Z
select SOC_MKE17Z7
select SOC_PART_NUMBER_MKE17Z256VLL7
``` | /content/code_sandbox/boards/nxp/frdm_ke17z/Kconfig.frdm_ke17z | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 41 |
```unknown
#
#
#
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
# GPIO Controller
CONFIG_GPIO=y
# Clock Control
CONFIG_CLOCK_CONTROL=y
# Enable pin controller
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/frdm_ke17z/frdm_ke17z_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 48 |
```unknown
/*
*
*/
#include <nxp/kinetis/MKE17Z256VLL7-pinctrl.h>
&pinctrl {
adc0_default: adc0_default {
group0 {
pinmux = <ADC0_SE0_PTE9>;
drive-strength = "low";
slew-rate = "slow";
};
};
lpuart0_default: lpuart0_default {
group0 {
pinmux = <LPUART0_TX_PTB1>,
<LPUART0_RX_PTB0>;
driv... | /content/code_sandbox/boards/nxp/frdm_ke17z/frdm_ke17z-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 392 |
```yaml
identifier: frdm_ke17z
name: NXP FRDM-KE17Z
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- counter
- gpio
- adc
- uart
- pwm
- i2c
- spi
- dma
- watchdog
vendor: nxp
``` | /content/code_sandbox/boards/nxp/frdm_ke17z/frdm_ke17z.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 105 |
```yaml
board:
name: frdm_ke17z
vendor: nxp
socs:
- name: mke17z7
``` | /content/code_sandbox/boards/nxp/frdm_ke17z/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
#
#
#
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_RUNTIME_NMI=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=y
CONFIG_ARM_TRUSTZONE_M=y
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```cmake
#
#
#
## DAP Link implementation in pyocd is underway,
## until then jlink can be used or copy image to storage
if(CONFIG_BOARD_LPCXPRESSO55S69_LPC55S69_CPU0 OR
CONFIG_BOARD_LPCXPRESSO55S69_LPC55S69_CPU0_NS OR
CONFIG_SECOND_CORE_MCUX)
board_runner_args(jlink "--device=LPC55S69_M33_0")
board_runner... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 294 |
```yaml
#
#
#
identifier: lpcxpresso55s69/lpc55s69/cpu0
name: NXP LPCXpresso55S69 (CPU0)
type: mcu
arch: arm
ram: 64
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_i2c
- arduino_serial
- arduino_spi
- counter
- gpio
- i2c
- i2s
- spi
- sdhc
- usb_device
- w... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 144 |
```yaml
#
#
#
identifier: lpcxpresso55s69/lpc55s69/cpu0/ns
name: NXP LPCXpresso55S69 (Non-Secure)
type: mcu
arch: arm
ram: 136
flash: 96
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_spi
- counter
- dma
- gpio
- spi
- watchdog
vendor: nxp
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 114 |
```restructuredtext
.. _frdm_ke17z:
NXP FRDM-KE17Z
##############
Overview
********
The FRDM-KE17Z is a development board for NXP Kinetis KE1xZ 32-bit
MCU-based platforms. The FRDM-KE17Z contains a robust TSI module
with up to 50 channels which makes this board highly flexible
for touch keys. Offers options for seri... | /content/code_sandbox/boards/nxp/frdm_ke17z/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,546 |
```unknown
choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY
endchoice
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/Kconfig.sysbuild | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
config BOARD_LPCXPRESSO55S69
select SOC_LPC55S69_CPU0 if BOARD_LPCXPRESSO55S69_LPC55S69_CPU0 || \
BOARD_LPCXPRESSO55S69_LPC55S69_CPU0_NS
select SOC_LPC55S69_CPU1 if BOARD_LPCXPRESSO55S69_LPC55S69_CPU1
select SOC_PART_NUMBER_LPC55S69JBD100
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/Kconfig.lpcxpresso55s69 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```unknown
/*
* NOTE: File generated by gen_board_pinctrl.py
* from LPCXpresso55S69.mex
*
*/
#include <nxp/lpc/LPC55S69JBD100-pinctrl.h>
&pinctrl {
pinmux_flexcomm0_usart: pinmux_flexcomm0_usart {
group0 {
pinmux = <FC0_TXD_SCL_MISO_WS_PIO0_30>,
<FC0_RXD_SDA_MOSI_DATA_PIO0_29>;
slew-rate = "standard... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 935 |
```c
/*
*/
#include <zephyr/init.h>
#include <zephyr/devicetree.h>
#include <fsl_common.h>
#include <soc.h>
static int lpcxpresso_55s69_board_init(void)
{
#if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(flexcomm6), nxp_lpc_i2s, okay)) && \
(DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(flexcomm7), nxp_lpc_i2s, okay)) && \
... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/board.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 577 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_lpc55S6x_ns.dtsi>
#include "lpcxpresso55s69.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP LPCXpresso55S69 board";
compatible = "nxp,lpc55xxx", "nxp,lpc";
cpus {
/delete-node/ cpu@1;
};
aliases {
sw0 = &user_button_1;
sw1 =... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 698 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_lpc55S6x_ns.dtsi>
#include "lpcxpresso55s69.dtsi"
/ {
model = "NXP LPCXpresso55S69 board";
compatible = "nxp,lpc55xxx", "nxp,lpc";
cpus {
/delete-node/ cpu@0;
};
chosen {
zephyr,sram = &sram3;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_ns_pa... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 333 |
```yaml
board:
name: lpcxpresso55s69
vendor: nxp
socs:
- name: lpc55s69
variants:
- name: "ns"
cpucluster: 'cpu0'
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 52 |
```unknown
#
#
#
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_RUNTIME_NMI=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_ARM_MPU=n
# Enable TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=n
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
CONFIG_ARM_TRUSTZONE_M=y
CONFIG_BUILD_WITH_TFM=y
C... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 92 |
```unknown
if BOARD_LPCXPRESSO55S69
if FXOS8700
choice FXOS8700_MODE
default FXOS8700_MODE_ACCEL
endchoice
config FXOS8700_DRDY_INT1
default y
depends on FXOS8700_TRIGGER
endif # FXOS8700
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition de... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 546 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_lpc55S6x.dtsi>
#include "lpcxpresso55s69.dtsi"
#include <zephyr/dt-bindings/pwm/pwm.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP LPCXpresso55S69 board";
compatible = "nxp,lpc55xxx", "nxp,lpc";
cpus {
/delete-node/ cpu@1;
};
alia... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,228 |
```yaml
#
#
#
identifier: lpcxpresso55s69/lpc55s69/cpu1
name: NXP LPCXpresso55S69 (CPU1)
type: mcu
arch: arm
ram: 64
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
vendor: nxp
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 86 |
```unknown
/*
*
*/
#include "lpcxpresso55s69-pinctrl.dtsi"
/ {
aliases{
led0 = &red_led;
led1 = &green_led;
led2 = &blue_led;
spi-8 = &hs_lspi;
usart-0 = &flexcomm0;
};
leds {
compatible = "gpio-leds";
green_led: led_1 {
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
label = "User LD2";
status = "di... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,853 |
```cmake
#
#
#
board_runner_args(pyocd "--target=mimxrt1060")
board_runner_args(jlink "--device=MIMXRT1062xxx6A")
board_runner_args(jlink "--loader=BankAddr=0x60000000&Loader=HyperFlash")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 91 |
```yaml
#
#
#
identifier: mimxrt1062_fmurt6
name: NXP MIMXRT1062-FMURT6
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 768
flash: 65536
supported:
- counter
- uart
- dma
- gpio
- i2c
- netif:eth
- sdhc
- spi
- usb_device
- can
- watchdog
- adc
- pwm
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```restructuredtext
.. _lpcxpresso55s69:
NXP LPCXPRESSO55S69
###################
Overview
********
The LPCXpresso55S69 development board provides the ideal platform for evaluation
of and development with the LPC55S6x MCU based on the Arm Cortex-M33
architecture. The board includes a high performance onboard debug pr... | /content/code_sandbox/boards/nxp/lpcxpresso55s69/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,900 |
```unknown
/*
*
*/
#include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi>
/* Flash RESET pin is DNP here unlike RT1050 */
&pinctrl {
/* ADC1 inputs 0 and 15 */
pinmux_adc1: pinmux_adc1 {
group0 {
pinmux = <&iomuxc_gpio_ad_b1_11_adc1_in0>;
bias-disable;
drive-strength = "r0-6";
slew-rate = "slow";
... | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,688 |
```yaml
board:
name: mimxrt1062_fmurt6
vendor: nxp
socs:
- name: mimxrt1062
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_PINCTRL=y
# Enable Regulators
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_INIT_PRIORITY=75
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 58 |
```unknown
config BOARD_MIMXRT1062_FMURT6
select SOC_PART_NUMBER_MIMXRT1062DVL6A
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/Kconfig.mimxrt1062_fmurt6 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```unknown
# MIMXRT1062-FMURT6 board
if BOARD_MIMXRT1062_FMURT6
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_MIMXRT1062_FMURT6
``` | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt1060.dtsi>
#include "mimxrt1062_fmurt6-pinctrl.dtsi"
#include <zephyr/dt-bindings/pwm/pwm.h>
#include <freq.h>
/ {
model = "NXP MIMXRT1062 FMURT6 board";
compatible = "nxp,mimxrt1062";
aliases {
led0 = &green_led;
led1 = &red_led;
watchdog0 = &wdog0;
sdh... | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,107 |
```unknown
#
#
#
config BOARD_MIMXRT1160_EVK
select SOC_PART_NUMBER_MIMXRT1166DVM6A
select SOC_MIMXRT1166_CM7 if BOARD_MIMXRT1160_EVK_MIMXRT1166_CM7
select SOC_MIMXRT1166_CM4 if BOARD_MIMXRT1160_EVK_MIMXRT1166_CM4
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/Kconfig.mimxrt1160_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 88 |
```unknown
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1160_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1166dvm6a-pinctrl.dtsi>
&pinctrl {
/* conflicts with fxos8700 sensor */
pinmux_csi: pinmux_csi {
group0 {
pinmux = <&iomuxc_gpio_disp_b2_14_gpio11_io15>;
drive-strength = "high";
... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,776 |
```cmake
#
#
#
if(CONFIG_SOC_MIMXRT1166_CM7 OR CONFIG_SECOND_CORE_MCUX)
board_runner_args(pyocd "--target=mimxrt1160_cm7")
board_runner_args(jlink "--device=MIMXRT1166xxx6_M7" "--reset-after-load")
board_runner_args(linkserver "--device=MIMXRT1166xxxxx:MIMXRT1160-EVK")
elseif(CONFIG_SOC_MIMXRT1166_CM4)
board_runner_a... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 218 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_FLEXSPI_CONFIG_BLOCK_OFFSET=0x400
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```yaml
#
#
#
identifier: mimxrt1160_evk/mimxrt1166/cm7
name: NXP MIMXRT1160-EVK CM7
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 256
flash: 16384
supported:
- counter
- can
- dma
- gpio
- hwinfo
- i2c
- netif:eth
- pwm
- spi
- usb_device
- watchdog
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 136 |
```restructuredtext
.. _fmurt6:
NXP FMURT6
##################
Overview
********
The MIMXRT1062_FMURT6 adds to the industry's crossover
processor series and expands the i.MX RT series to three scalable families.
The i.MX RT1062 doubles the On-Chip SRAM to 1MB while keeping pin-to-pin
compatibility with i.MX RT1050. ... | /content/code_sandbox/boards/nxp/mimxrt1062_fmurt6/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,320 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```yaml
#
#
#
identifier: mimxrt1160_evk/mimxrt1166/cm4
name: NXP MIMXRT1160-EVK CM4
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 128
flash: 128
supported:
- dma
- i2c
- gpio
- pwm
- uart
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 106 |
```yaml
board:
name: mimxrt1160_evk
vendor: nxp
socs:
- name: mimxrt1166
``` | /content/code_sandbox/boards/nxp/mimxrt1160_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
/*
*
*/
#include "mimxrt1160_evk-pinctrl.dtsi"
#include <nxp/nxp_rt1160.dtsi>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases {
led0 = &green_led;
sw0 = &user_button;
magn0 = &fxos8700;
accel0 = &fxos8700;
sdhc0 = &usdhc1;
};
leds {
compatible = "gpio-leds";
green_le... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,525 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt11xx_cm4.dtsi>
#include "mimxrt1160_evk.dtsi"
/ {
model = "NXP MIMXRT1160-EVK board";
compatible = "nxp,mimxrt1166";
chosen {
/*
* Note: when using DMA, the SRAM region must be set to
* a memory region that is not cached by the chip. If the chosen
* s... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 394 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt11xx_cm7.dtsi>
#include "mimxrt1160_evk.dtsi"
/ {
model = "NXP MIMXRT1160-EVK board";
compatible = "nxp,mimxrt1166";
chosen {
zephyr,sram = &sdram0;
zephyr,dtcm = &dtcm;
zephyr,itcm = &itcm;
zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;
ze... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,177 |
```unknown
# MIMXRT1160-EVK board
if BOARD_MIMXRT1160_EVK
# Only use DCD when booting primary core (M7)
config DEVICE_CONFIGURATION_DATA
default y if CPU_CORTEX_M7
config NXP_IMX_EXTERNAL_SDRAM
default y if CPU_CORTEX_M7
if SECOND_CORE_MCUX && BOARD_MIMXRT1160_EVK_MIMXRT1166_CM4
config BUILD_OUTPUT_INFO_HEADER
... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 418 |
```unknown
# ARM Options
CONFIG_AARCH64_IMAGE_HEADER=y
CONFIG_ARMV8_A_NS=y
CONFIG_ARM64_VA_BITS_36=y
CONFIG_ARM64_PA_BITS_36=y
# Cache Options
CONFIG_CACHE_MANAGEMENT=y
CONFIG_DCACHE_LINE_SIZE_DETECT=y
CONFIG_ICACHE_LINE_SIZE_DETECT=y
# Zephyr Kernel Configuration
CONFIG_XIP=n
CONFIG_KERNEL_DIRECT_MAP=y
# Serial Dr... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 123 |
```unknown
config BOARD_IMX8MM_EVK
select SOC_MIMX8MM6_A53 if BOARD_IMX8MM_EVK_MIMX8MM6_A53 || BOARD_IMX8MM_EVK_MIMX8MM6_A53_SMP
select SOC_MIMX8MM6_M4 if BOARD_IMX8MM_EVK_MIMX8MM6_M4
select SOC_PART_NUMBER_MIMX8MM6DVTLZ
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/Kconfig.imx8mm_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```cmake
if(CONFIG_BOARD_IMX8MM_EVK_MIMX8MM6_M4)
board_set_debugger_ifnset(jlink)
board_set_flasher_ifnset(jlink)
board_runner_args(jlink "--device=MIMX8MD6_M4")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
endif()
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 78 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_mimx8mm_a53.dtsi>
#include "imx8mm_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX8MM A53";
compatible = "fsl,mimx8mm";
chosen {
zephyr,console = &uart4;
zephyr,shell-uart = &uart4;
zephyr,sram = &sram0;
};
cpus {
cpu@0 {
status = "disabled";
};
cpu@1 {
... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 370 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_imx8mm_m4.dtsi>
#include "imx8mm_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX8M Mini EVK board";
compatible = "nxp,mimx8mm_evk";
aliases {
uart-4 = &uart4;
};
chosen {
zephyr,flash = &tcml_code;
zephyr,sram = &tcmu_sys;
zephyr,console = &uart4;
zephyr,she... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 189 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_mimx8mm_a53.dtsi>
#include "imx8mm_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX8MM A53";
compatible = "fsl,mimx8mm";
chosen {
zephyr,console = &uart4;
zephyr,shell-uart = &uart4;
zephyr,sram = &sram0;
};
cpus {
cpu@0 {
status = "disabled";
};
cpu@1 {
... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 358 |
```yaml
#
#
#
identifier: imx8mm_evk/mimx8mm6/a53
name: NXP i.MX8M Mini EVK A53
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 128
testing:
ignore_tags:
- net
- bluetooth
vendor: nxp
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 85 |
```unknown
# ARM Options
CONFIG_AARCH64_IMAGE_HEADER=y
CONFIG_ARMV8_A_NS=y
CONFIG_ARM64_VA_BITS_36=y
CONFIG_ARM64_PA_BITS_36=y
# Cache Options
CONFIG_CACHE_MANAGEMENT=y
CONFIG_DCACHE_LINE_SIZE_DETECT=y
CONFIG_ICACHE_LINE_SIZE_DETECT=y
# Zephyr Kernel Configuration
CONFIG_XIP=n
CONFIG_KERNEL_DIRECT_MAP=y
# SMP
CONFI... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 147 |
```yaml
board:
name: imx8mm_evk
vendor: nxp
socs:
- name: mimx8mm6
variants:
- name: smp
cpucluster: a53
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 50 |
```yaml
#
#
#
identifier: imx8mm_evk/mimx8mm6/m4
name: NXP i.MX8M Mini EVK
type: mcu
arch: arm
ram: 128
flash: 128
toolchain:
- zephyr
- gnuarmemb
- xtools
testing:
ignore_tags:
- net
- bluetooth
vendor: nxp
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```yaml
#
#
#
identifier: imx8mm_evk/mimx8mm6/a53/smp
name: NXP i.MX8M Mini EVK A53 with SMP kernel
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 128
supported:
- smp
testing:
ignore_tags:
- net
- bluetooth
vendor: nxp
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 97 |
```unknown
#
#
#
CONFIG_CLOCK_CONTROL=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_CONSOLE=y
CONFIG_XIP=y
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
if BOARD_IMX8MM_EVK
if BOARD_IMX8MM_EVK_MIMX8MM6_A53 || BOARD_IMX8MM_EVK_MIMX8MM6_A53_SMP
if NETWORKING
config NET_L2_ETHERNET
default y
config NET_TX_STACK_SIZE
default 8192
config NET_RX_STACK_SIZE
default 8192
if NET_TCP
config NET_TCP_WORKQ_STACK_SIZE
default 8192
endif # NET_TCP
if NET_MGM... | /content/code_sandbox/boards/nxp/imx8mm_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 208 |
```restructuredtext
.. _mimxrt1160_evk:
NXP MIMXRT1160-EVK
##################
Overview
********
The dual core i.MX RT1160 runs on the Cortex-M7 core at 600 MHz and on the
Cortex-M4 at 240 MHz. The i.MX RT1160 MCU offers support over a wide
temperature range and is qualified for consumer, industrial and automotive
ma... | /content/code_sandbox/boards/nxp/mimxrt1160_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,293 |
```unknown
/*
*
*/
#include <nxp/nxp_imx/mimx8mm6dvtlz-pinctrl.dtsi>
&pinctrl {
uart2_default: uart2_default {
group0 {
pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>,
<&iomuxc_uart2_txd_uart_tx_uart2_tx>;
slew-rate = "fast";
drive-strength = "x6";
};
};
uart4_default: uart4_default {
group0 {... | /content/code_sandbox/boards/nxp/imx8mm_evk/imx8mm_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 681 |
```cmake
#
#
#
board_runner_args(pyocd "--target=mimxrt1064")
board_runner_args(jlink "--device=MIMXRT1064")
board_runner_args(linkserver "--device=MIMXRT1064xxxxA:EVK-MIMXRT1064")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/b... | /content/code_sandbox/boards/nxp/mimxrt1064_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 108 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/mimxrt1064_evk/mimxrt1064_evk_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
config BOARD_MIMXRT1064_EVK
select SOC_PART_NUMBER_MIMXRT1064DVL6A
``` | /content/code_sandbox/boards/nxp/mimxrt1064_evk/Kconfig.mimxrt1064_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```restructuredtext
.. _imx8mm_evk:
NXP i.MX8MM EVK
###############
Overview
********
i.MX8M Mini LPDDR4 EVK board is based on NXP i.MX8M Mini applications
processor, composed of a quad Cortex-A53 cluster and a single Cortex-M4 core.
Zephyr OS is ported to run on the Cortex-A53 core.
- Board features:
- RAM: 2GB... | /content/code_sandbox/boards/nxp/imx8mm_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,303 |
```unknown
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1064_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1064dvl6a-pinctrl.dtsi>
&pinctrl {
/* ADC1 inputs 0 and 15 */
pinmux_adc1: pinmux_adc1 {
group0 {
pinmux = <&iomuxc_gpio_ad_b1_11_adc1_in0>,
<&iomuxc_gpio_ad_b1_10_adc1_in15>;
b... | /content/code_sandbox/boards/nxp/mimxrt1064_evk/mimxrt1064_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,645 |
```yaml
board:
name: mimxrt1064_evk
vendor: nxp
socs:
- name: mimxrt1064
``` | /content/code_sandbox/boards/nxp/mimxrt1064_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
# MIMXRT1064-EVK board
if BOARD_MIMXRT1064_EVK
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
if NETWORKING
config NET_L2_ETHERNET
default y
if ETH_MCUX
config ETH_MCUX_PHY_RESET
default y
endif # ETH_MCUX
endif # NETWORKING
endif # BOARD_MIMXRT1064_EVK
``` | /content/code_sandbox/boards/nxp/mimxrt1064_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 96 |
```yaml
#
#
#
identifier: mimxrt1064_evk
name: NXP MIMXRT1064-EVK
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32768
flash: 4096
supported:
- arduino_gpio
- arduino_serial
- counter
- display
- dma
- gpio
- hwinfo
- i2c
- netif:eth
- pwm
- sdhc
- spi
- usb_device
... | /content/code_sandbox/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 156 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt1064.dtsi>
#include "mimxrt1064_evk-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP MIMXRT1064-EVK board";
compatible = "nxp,mimxrt1064";
aliases {
led0 = &green_led;
pwm-led0 = &green_pwm_led;
sw0 = &user_button;
w... | /content/code_sandbox/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,839 |
```cmake
board_runner_args(jlink "--device=MK64FN1M0xxx12")
board_runner_args(linkserver "--device=MK64FN1M0xxx12:FRDM-K64F")
board_runner_args(pyocd "--target=k64f")
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/co... | /content/code_sandbox/boards/nxp/frdm_k64f/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 138 |
```unknown
config BOARD_FRDM_K64F
select SOC_MK64F12
select SOC_PART_NUMBER_MK64FN1M0VLL12
``` | /content/code_sandbox/boards/nxp/frdm_k64f/Kconfig.frdm_k64f | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/dts-v1/;
#include <nxp/nxp_k6x.dtsi>
#include "frdm_k64f-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP Freedom MK64F board";
compatible = "nxp,mk64f12", "nxp,k64f", "nxp,k6x";
aliases {
led0 = &green_led;
led1 = &blue_led;
led2 = &red_led;
sw0 = &user_... | /content/code_sandbox/boards/nxp/frdm_k64f/frdm_k64f.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,197 |
```unknown
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
CONFIG_OSC_EXTERNAL=y
# Enable MPU
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
``` | /content/code_sandbox/boards/nxp/frdm_k64f/frdm_k64f_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```unknown
/*
* NOTE: Autogenerated file by gen_board_pinctrl.py
* for MK64FN1M0VLL12/signal_configuration.xml
*
*/
#include <nxp/kinetis/MK64FN1M0VLL12-pinctrl.h>
&pinctrl {
adc0_default: adc0_default {
group0 {
pinmux = <ADC0_SE14_PTC0>;
drive-strength = "low";
slew-rate = "fast";
};
};
adc1_d... | /content/code_sandbox/boards/nxp/frdm_k64f/frdm_k64f-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,261 |
```restructuredtext
.. _mimxrt1064_evk:
NXP MIMXRT1064-EVK
##################
Overview
********
The i.MX RT1064 adds to the industry's first crossover
processor series and expands the i.MX RT series to three scalable families.
The i.MX RT1064 doubles the On-Chip SRAM to 1MB while keeping pin-to-pin
compatibility wit... | /content/code_sandbox/boards/nxp/mimxrt1064_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,460 |
```yaml
identifier: frdm_k64f
name: NXP FRDM-K64F
type: mcu
arch: arm
ram: 192
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_serial
- arduino_spi
- can
- counter
- dac
- dma
- gpio
- i2c
- netif:eth
- nvs
- pwm
- spi
- ... | /content/code_sandbox/boards/nxp/frdm_k64f/frdm_k64f.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 157 |
```yaml
board:
name: frdm_k64f
vendor: nxp
socs:
- name: mk64f12
``` | /content/code_sandbox/boards/nxp/frdm_k64f/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```ini
source [find interface/cmsis-dap.cfg]
source [find target/k60.cfg]
``` | /content/code_sandbox/boards/nxp/frdm_k64f/support/openocd.cfg | ini | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
# FRDM-K64F board
if BOARD_FRDM_K64F
config OSC_XTAL0_FREQ
default 50000000
config MCG_PRDIV0
default 0x13
config MCG_VDIV0
default 0x18
config MCG_FCRDIV
default 1
config TEST_EXTRA_STACK_SIZE
default 128
if NETWORKING
config NET_L2_ETHERNET
default y if !MODEM
endif # NETWORKING
endif # BO... | /content/code_sandbox/boards/nxp/frdm_k64f/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 111 |
```cmake
#
#
#
board_runner_args(linkserver "--device=LPC55S06:LPCXpresso55S06")
board_runner_args(jlink "--device=LPC55S06" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 75 |
```unknown
#
config BOARD_LPCXPRESSO55S06
select SOC_LPC55S06
select SOC_PART_NUMBER_LPC55S06JBD64
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/Kconfig.lpcxpresso55s06 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
/*
* NOTE: File generated by gen_board_pinctrl.py
* from LPCXpresso55S06.mex
*
*/
#include <nxp/lpc/LPC55S06JBD64-pinctrl.h>
&pinctrl {
pinmux_flexcomm0_usart: pinmux_flexcomm0_usart {
group0 {
pinmux = <FC0_RXD_SDA_MOSI_DATA_PIO0_29>,
<FC0_TXD_SCL_MISO_WS_PIO0_30>;
slew-rate = "standard"... | /content/code_sandbox/boards/nxp/lpcxpresso55s06/lpcxpresso55s06-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 182 |
```unknown
choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY
endchoice
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/Kconfig.sysbuild | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```yaml
# LPCXpresso55S06 board
identifier: lpcxpresso55s06
name: NXP LPCXpresso55S06
type: mcu
arch: arm
ram: 96
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- gpio
- can
vendor: nxp
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 86 |
```yaml
board:
name: lpcxpresso55s06
vendor: nxp
socs:
- name: lpc55s06
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_lpc55S06_ns.dtsi>
#include "lpcxpresso55s06_common.dtsi"
/ {
model = "NXP LPCXpresso55S06 board";
compatible = "nxp,lpc55xxx", "nxp,lpc";
};
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 73 |
```unknown
/*
*
*/
#include "lpcxpresso55s06-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,console = &flexcomm0;
zephyr,shell-uart = &flexcomm0;
zephyr,entropy = &rng;
z... | /content/code_sandbox/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,541 |
```unknown
# LPCXpresso55S06 board
if BOARD_LPCXPRESSO55S06
if BOOTLOADER_MCUBOOT
choice MCUBOOT_BOOTLOADER_MODE
# Board only supports MCUBoot via "upgrade only" method:
default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
endchoice
endif #BOOTLOADER_MCUBOOT
endif # BOARD_LPCXPRESSO55S06
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 88 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_ARM_MPU=y
CONFIG_RUNTIME_NMI=y
``` | /content/code_sandbox/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```restructuredtext
.. _frdm_k64f:
NXP FRDM-K64F
##############
Overview
********
The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64,
K63, and K24 MCUs.
- Form-factor compatible with the Arduino R3 pin layout
- Peripherals enable rapid prototyping, including a 6-axis digital
accelerometer ... | /content/code_sandbox/boards/nxp/frdm_k64f/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,619 |
```yaml
#
#
#
identifier: mimxrt1040_evk
name: NXP MIMXRT1040-EVK
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32768
flash: 8192
supported:
- arduino_gpio
- gpio
- pwm
- adc
- spi
- i2c
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1040_evk/mimxrt1040_evk.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 104 |
```cmake
#
#
#
board_runner_args(jlink "--device=MIMXRT1042XXX6B")
board_runner_args(linkserver "--device=MIMXRT1042xxxxB:MIMXRT1040-EVK")
board_runner_args(pyocd "--target=MIMXRT1042XJM5B")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
include(${... | /content/code_sandbox/boards/nxp/mimxrt1040_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 113 |
```restructuredtext
.. _lpcxpresso55s06:
NXP LPCXpresso55S06
###################
Overview
********
The LPCXpresso55S06 board provides the ideal platform for evaluation
of the LPC55S0x/LPC550x MCU family, based on the Arm Cortex-M33
architecture. Arduino UNO compatible shield connectors are included,
with additional ... | /content/code_sandbox/boards/nxp/lpcxpresso55s06/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,633 |
```unknown
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1040_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1042xjm5b-pinctrl.dtsi>
&pinctrl {
/* Route ADC1 IN3 and IN4 to J33 pins 1 and 2 */
pinmux_adc1: pinmux_adc1 {
group0 {
pinmux = <&iomuxc_gpio_ad_b0_14_adc1_in3>,
<&iomuxc_gpio_ad_... | /content/code_sandbox/boards/nxp/mimxrt1040_evk/mimxrt1040_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,668 |
```yaml
board:
name: mimxrt1040_evk
vendor: nxp
socs:
- name: mimxrt1042
``` | /content/code_sandbox/boards/nxp/mimxrt1040_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/mimxrt1040_evk/mimxrt1040_evk_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
if BOARD_MIMXRT1040_EVK
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
endif # BOARD_MIMXRT1040_EVK
``` | /content/code_sandbox/boards/nxp/mimxrt1040_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```unknown
config BOARD_MIMXRT1040_EVK
select SOC_PART_NUMBER_MIMXRT1042XJM5B
``` | /content/code_sandbox/boards/nxp/mimxrt1040_evk/Kconfig.mimxrt1040_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.