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
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1010_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1011dae5a-pinctrl.dtsi>
&pinctrl {
/* ADC Channels 1 and 2, exposed as pins 10 and 12 on J26 of EVK */
pinmux_adc1: pinmux_adc1 {
group0 {
pinmux = <&iomuxc_gpio_ad_01_adc1_in1>,
<... | /content/code_sandbox/boards/nxp/mimxrt1010_evk/mimxrt1010_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,067 |
```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/mimxrt1010_evk/mimxrt1010_evk_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```c
/*
*
*/
#include <soc.h>
void SystemInitHook(void)
{
#if DT_SAME_NODE(DT_NODELABEL(flexspi), DT_PARENT(DT_CHOSEN(zephyr_flash)))
/* AT25SF128A SPI Flash on the RT1010-EVK requires special alignment
* considerations, so set the READADDROPT bit in the FlexSPI so it
* will fetch more data than each AHB burst... | /content/code_sandbox/boards/nxp/mimxrt1010_evk/init.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 170 |
```yaml
board:
name: mimxrt1010_evk
vendor: nxp
socs:
- name: mimxrt1011
``` | /content/code_sandbox/boards/nxp/mimxrt1010_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```yaml
#
#
#
identifier: mimxrt1010_evk
name: NXP MIMXRT1010-EVK
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 64
flash: 16384
supported:
- arduino_gpio
- arduino_i2c
- arduino_serial
- arduino_spi
- i2c
- counter
- dma
- usb_device
- spi
- adc
- gpio
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1010_evk/mimxrt1010_evk.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 132 |
```unknown
config BOARD_MIMXRT1050_EVK
select SOC_PART_NUMBER_MIMXRT1052DVL6B
``` | /content/code_sandbox/boards/nxp/mimxrt1050_evk/Kconfig.mimxrt1050_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```cmake
if (NOT DEFINED BOARD_REVISION)
set(BOARD_REVISION "hyperflash")
else ()
if (NOT (BOARD_REVISION STREQUAL "hyperflash") AND NOT (BOARD_REVISION STREQUAL "qspi"))
message(FATAL_ERROR "Invalid board revision, ${BOARD_REVISION}, valid revisions are: hyperflash, qspi")
endif()
endif()
``` | /content/code_sandbox/boards/nxp/mimxrt1050_evk/revision.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 80 |
```cmake
#
#
#
board_runner_args(jlink "--device=MCIMXRT1052")
if("${BOARD_REVISION}" STREQUAL "qspi")
board_runner_args(jlink "--loader=BankAddr=0x60000000&Loader=QSPI")
board_runner_args(pyocd "--target=mimxrt1050_quadspi")
else()
board_runner_args(pyocd "--target=mimxrt1050_hyperflash")
board_runner_args(li... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 172 |
```unknown
/*
*
*/
/ {
chosen {
zephyr,flash-controller = &s26ks512s0;
zephyr,flash = &s26ks512s0;
zephyr,code-partition = &slot0_partition;
};
};
&flexspi {
status = "okay";
ahb-prefetch;
ahb-read-addr-opt;
pinctrl-0 = <&pinmux_flexspi1>;
pinctrl-names = "default";
ahb-bufferable;
ahb-cacheable;
sc... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 561 |
```unknown
/*
*
*/
/ {
chosen {
zephyr,flash-controller = &is25wp064;
zephyr,flash = &is25wp064;
zephyr,code-partition = &slot0_partition;
};
};
&flexspi {
status = "okay";
ahb-prefetch;
ahb-read-addr-opt;
rx-clock-source = <1>;
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
is25wp064: is25wp06... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 434 |
```restructuredtext
.. _mimxrt1010_evk:
NXP MIMXRT1010-EVK
##################
Overview
********
The i.MX RT1010 offer a new entry-point into the i.MX RT crossover processor
series by providing the lowest-cost LQFP package option, combined with the
high performance and ease-of-use known throughout the entire i.MX RT ... | /content/code_sandbox/boards/nxp/mimxrt1010_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,927 |
```yaml
#
#
#
identifier: mimxrt1050_evk
name: NXP MIMXRT1050-EVK
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32768
flash: 65536
supported:
- arduino_gpio
- arduino_serial
- counter
- display
- dma
- gpio
- i2c
- netif:eth
- sdhc
- spi
- usb_device
- usbd
- watchdo... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 144 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt1050.dtsi>
#include "mimxrt1050_evk-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP MIMXRT1050-EVK board";
compatible = "nxp,mimxrt1052";
aliases {
led0 = &green_led;
sw0 = &user_button;
watchdog0 = &wdog0;
magn0 = ... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,165 |
```yaml
#
#
#
identifier: mimxrt1050_evk@qspi
name: NXP MIMXRT1050-EVK-QSPI
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32768
flash: 8192
supported:
- arduino_gpio
- arduino_serial
- counter
- display
- dma
- gpio
- i2c
- netif:eth
- sdhc
- spi
- usb_device
- usbd
... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 149 |
```yaml
board:
name: mimxrt1050_evk
vendor: nxp
socs:
- name: mimxrt1052
revision:
format: "custom"
default: "hyperflash"
revisions:
- name: "hyperflash"
- name: "qspi"
``` | /content/code_sandbox/boards/nxp/mimxrt1050_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 69 |
```unknown
# MIMXRT1050-EVK board
if BOARD_MIMXRT1050_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_MIMXRT1050_EVK
``` | /content/code_sandbox/boards/nxp/mimxrt1050_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 96 |
```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/mimxrt1050_evk/mimxrt1050_evk_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1050_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1052dvl6b-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/mimxrt1050_evk/mimxrt1050_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,912 |
```cmake
#
#
#
board_runner_args(linkserver "--device=MKE17Z512xxx9:FRDM-KE17Z512")
board_runner_args(jlink "--device=MKE17Z512xxx9" "--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_ke17z512/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```unknown
config BOARD_FRDM_KE17Z512
select SOC_MKE17Z9
select SOC_PART_NUMBER_MKE17Z512VLL9
``` | /content/code_sandbox/boards/nxp/frdm_ke17z512/Kconfig.frdm_ke17z512 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/*
*
*/
#include <nxp/kinetis/MKE17Z512VLL9-pinctrl.h>
&pinctrl {
adc0_default: adc0_default {
group0 {
pinmux = <ADC0_SE0_PTE9>;
drive-strength = "low";
slew-rate = "slow";
};
};
/* Configures pin routing and optionally pin electrical features. */
lpuart2_default: lpuart2_default {
... | /content/code_sandbox/boards/nxp/frdm_ke17z512/frdm_ke17z512-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 539 |
```yaml
#
#
#
identifier: frdm_ke17z512
name: NXP FRDM-KE17Z512
type: mcu
arch: arm
ram: 64
flash: 512
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- counter
- gpio
- adc
- uart
- pwm
- i2c
- spi
- dma
- watchdog
vendor: nxp
``` | /content/code_sandbox/boards/nxp/frdm_ke17z512/frdm_ke17z512.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 110 |
```unknown
#
#
#
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/frdm_ke17z512/frdm_ke17z512_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 26 |
```yaml
board:
name: frdm_ke17z512
vendor: nxp
socs:
- name: mke17z9
``` | /content/code_sandbox/boards/nxp/frdm_ke17z512/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_ke17z512.dtsi>
#include "frdm_ke17z512-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include <zephyr/dt-bindings/pwm/pwm.h>
/ {
model = "NXP Freedom KE17Z512 board";
compatible = "nxp,ke17z512", "nxp,mke17z9", "nxp,ke1xz";
chosen {
zephy... | /content/code_sandbox/boards/nxp/frdm_ke17z512/frdm_ke17z512.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,319 |
```restructuredtext
.. _mimxrt1050_evk:
NXP MIMXRT1050-EVK
##################
Overview
********
The i.MX RT1050 is a new processor family featuring NXP's advanced
implementation of the ARM Cortex-M7 Core. It provides high CPU performance and
real-time response.
The i.MX RT1050 provides various memory interfaces, in... | /content/code_sandbox/boards/nxp/mimxrt1050_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,464 |
```restructuredtext
.. _frdm_ke17z512:
NXP FRDM-KE17Z512
##################
Overview
********
The FRDM-KE17Z512 is a development board for NXP Kinetis KE1xZ 32-bit
MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
running an open source bootloader, offers options for serial
communication, flash p... | /content/code_sandbox/boards/nxp/frdm_ke17z512/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,581 |
```cmake
board_runner_args(jlink "--device=MKW24D512xxx5" "--speed=4000")
board_runner_args(pyocd "--target=kw24d5" "--frequency=4000000")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
``` | /content/code_sandbox/boards/nxp/usb_kw24d512/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 78 |
```unknown
config BOARD_USB_KW24D512
select SOC_MKW24D5
select SOC_PART_NUMBER_MKW24D512VHA5
``` | /content/code_sandbox/boards/nxp/usb_kw24d512/Kconfig.usb_kw24d512 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```yaml
board:
name: usb_kw24d512
vendor: nxp
socs:
- name: mkw24d5
``` | /content/code_sandbox/boards/nxp/usb_kw24d512/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
/*
* NOTE: Autogenerated file by gen_board_pinctrl.py
* for MKW24D512VHA5/signal_configuration.xml
*
*/
#include <nxp/kinetis/MKW24D512VHA5-pinctrl.h>
&pinctrl {
uart0_default: uart0_default {
group0 {
pinmux = <UART0_RX_PTA1>,
<UART0_TX_PTA2>;
drive-strength = "high";
bias-pull-... | /content/code_sandbox/boards/nxp/usb_kw24d512/usb_kw24d512-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 125 |
```unknown
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
CONFIG_OSC_EXTERNAL=y
``` | /content/code_sandbox/boards/nxp/usb_kw24d512/usb_kw24d512_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 53 |
```yaml
identifier: usb_kw24d512
name: NXP USB-KW24D512
type: mcu
arch: arm
ram: 32
flash: 512
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- usb_device
- watchdog
vendor: nxp
``` | /content/code_sandbox/boards/nxp/usb_kw24d512/usb_kw24d512.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```unknown
# USB-KW24D512 board
if BOARD_USB_KW24D512
config OSC_XTAL0_FREQ
# The MCU is configured to use 4 MHz external
# clock from the transceiver provided at the CLK_OUT output.
# CLK_OUT is internally connected to the input pin EXTAL0
# of the MCU.
default 4000000
config MCG_PRDIV0
default 0x1
config M... | /content/code_sandbox/boards/nxp/usb_kw24d512/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 157 |
```unknown
/dts-v1/;
#include <nxp/nxp_kw2xd.dtsi>
#include "usb_kw24d512-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP USB-KW24D512 board";
compatible = "nxp,usb-kw24d512", "nxp,kw24d512", "nxp,kw2xd";
aliases {
led0 = &led_0;
led1 = &led_1;
sw0 = &user_button_1;
... | /content/code_sandbox/boards/nxp/usb_kw24d512/usb_kw24d512.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 674 |
```cmake
#
#
#
board_runner_args(pyocd "--target=mimxrt1024")
board_runner_args(jlink "--device=MIMXRT1024xxx5A")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
``` | /content/code_sandbox/boards/nxp/mimxrt1024_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 69 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt1024.dtsi>
#include "mimxrt1024_evk-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP MIMXRT1024-EVK board";
compatible = "nxp,mimxrt1024";
aliases {
led0 = &green_led;
sw0 = &user_button;
watchdog0 = &wdog0;
magn0 = ... | /content/code_sandbox/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,035 |
```restructuredtext
.. _usb_kw24d512:
NXP USB-KW24D512
################
Overview
********
The USB-KW24D512 is an evaluation board in a convenient USB dongle
form factor based on the NXP MKW24D512 System-in-Package (SiP) device
(KW2xD wireless MCU series).
MKW24D512 wireless MCU provides a low-power, compact device w... | /content/code_sandbox/boards/nxp/usb_kw24d512/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,837 |
```yaml
#
#
#
identifier: mimxrt1024_evk
name: NXP MIMXRT1024-EVK
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32768
flash: 4096
supported:
- arduino_gpio
- arduino_serial
- can
- dma
- hwinfo
- netif:eth
- watchdog
- spi
- sdhc
- adc
- usb_device
- pwm
- gpio
vendo... | /content/code_sandbox/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 138 |
```unknown
config BOARD_MIMXRT1024_EVK
select SOC_PART_NUMBER_MIMXRT1024DAG5A
``` | /content/code_sandbox/boards/nxp/mimxrt1024_evk/Kconfig.mimxrt1024_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```yaml
board:
name: mimxrt1024_evk
vendor: nxp
socs:
- name: mimxrt1024
``` | /content/code_sandbox/boards/nxp/mimxrt1024_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/mimxrt1024_evk/mimxrt1024_evk_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 39 |
```unknown
# MIMXRT1024-EVK board
if BOARD_MIMXRT1024_EVK
config DEVICE_CONFIGURATION_DATA
default y
config NXP_IMX_EXTERNAL_SDRAM
default y
config I2C_MCUX_LPI2C_BUS_RECOVERY
default y
depends on I2C_MCUX_LPI2C && PINCTRL
if NETWORKING
config NET_L2_ETHERNET
default y
if ETH_MCUX
config ETH_MCUX_PHY_RESE... | /content/code_sandbox/boards/nxp/mimxrt1024_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 129 |
```unknown
/*
*
* Note: File generated by gen_board_pinctrl.py
* from mimxrt1024_evk.mex
*/
#include <nxp/nxp_imx/rt/mimxrt1024dag5a-pinctrl.dtsi>
&pinctrl {
/* ADC1 inputs 10 and 11 */
pinmux_adc1: pinmux_adc1 {
group0 {
pinmux = <&iomuxc_gpio_ad_b1_10_adc1_in10>,
<&iomuxc_gpio_ad_b1_11_adc1_in11>;
... | /content/code_sandbox/boards/nxp/mimxrt1024_evk/mimxrt1024_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,208 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_mimx93_a55.dtsi>
#include "imx93_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX93 A55";
compatible = "fsl,mimx93";
chosen {
zephyr,console = &lpuart2;
zephyr,shell-uart = &lpuart2;
zephyr,sram = &sram0;
};
cpus {
cpu@0 {
status = "disabled";
};
};
sram... | /content/code_sandbox/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,015 |
```cmake
``` | /content/code_sandbox/boards/nxp/imx93_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1 |
```unknown
#
#
# ARM Options
CONFIG_AARCH64_IMAGE_HEADER=y
CONFIG_ARMV8_A_NS=y
# MMU Options
CONFIG_MAX_XLAT_TABLES=64
# 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 Drivers
C... | /content/code_sandbox/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 119 |
```restructuredtext
.. _mimxrt1024_evk:
NXP MIMXRT1024-EVK
##################
Overview
********
The i.MX RT1024 expands the i.MX RT crossover processor families by providing
high-performance feature set in low-cost LQFP packages, further simplifying
board design and layout for customers. The i.MX RT1024 runs on the ... | /content/code_sandbox/boards/nxp/mimxrt1024_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,560 |
```c
/**
*/
#include <zephyr/kernel.h>
#include <zephyr/init.h>
#include <zephyr/devicetree.h>
#include <zephyr/logging/log.h>
#include <zephyr/drivers/gpio.h>
LOG_MODULE_REGISTER(board_control, CONFIG_BOARD_MIMX93_EVK_LOG_LEVEL);
#if DT_HAS_COMPAT_STATUS_OKAY(imx93evk_exp_sel) && IS_ENABLED(CONFIG_BOARD_MIMX93_EVK... | /content/code_sandbox/boards/nxp/imx93_evk/board.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 409 |
```unknown
/*
*
*/
#include <nxp/nxp_imx/mimx9352cvuxk-pinctrl.dtsi>
&pinctrl {
uart1_default: uart1_default {
group0 {
pinmux = <&iomuxc1_uart1_rxd_lpuart_rx_lpuart1_rx>,
<&iomuxc1_uart1_txd_lpuart_tx_lpuart1_tx>;
bias-pull-up;
slew-rate = "slightly_fast";
drive-strength = "x5";
};
};
uart2... | /content/code_sandbox/boards/nxp/imx93_evk/imx93_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,294 |
```unknown
config BOARD_IMX93_EVK
select SOC_MIMX9352_A55 if BOARD_IMX93_EVK_MIMX9352_A55
select SOC_PART_NUMBER_MIMX9352DVVXM
``` | /content/code_sandbox/boards/nxp/imx93_evk/Kconfig.imx93_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 47 |
```yaml
board:
name: imx93_evk
vendor: nxp
socs:
- name: mimx9352
``` | /content/code_sandbox/boards/nxp/imx93_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```yaml
#
#
#
identifier: imx93_evk/mimx9352/a55
name: NXP i.MX93 EVK A55
type: mcu
arch: arm64
toolchain:
- zephyr
- cross-compile
ram: 1024
supported:
- gpio
- uart
- i2c
- spi
testing:
ignore_tags:
- net
- bluetooth
vendor: nxp
``` | /content/code_sandbox/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```unknown
# i.MX 93 EVK board configuration
config BOARD_MIMX93_EVK_EXP_SEL_INIT
bool "Configure i.MX 93 EVK board mux control during init"
default n
config BOARD_MIMX93_EVK_EXP_SEL_INIT_PRIO
int "i.MX 93 EVK board mux control init priority"
default 60
module = BOARD_MIMX93_EVK
module-str = Board Control
sourc... | /content/code_sandbox/boards/nxp/imx93_evk/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 103 |
```unknown
if BOARD_IMX93_EVK
if BOARD_IMX93_EVK_MIMX9352_A55
if BOARD_MIMX93_EVK_EXP_SEL_INIT
# Enable I2C, MFD, MFD_APD5585 and GPIO_ADP5585
config GPIO
default y
config MFD_ADP5585_INIT_PRIORITY
default 55
config GPIO_ADP5585_INIT_PRIORITY
default 56
endif # BOARD_MIMX93_EVK_EXP_SEL_INIT
if NETWORKING
co... | /content/code_sandbox/boards/nxp/imx93_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 246 |
```yaml
description: |
The i.MX 93 EVK boards has a series of MUXes that selects between 2 pin
functions. They are controlled by EXP_SEL signal from gpio_exp0, an
ADP5585 GPIO expander.
compatible: "imx93evk-exp-sel"
include: base.yaml
properties:
mux-gpios:
type: phandle-array
required: true
de... | /content/code_sandbox/boards/nxp/imx93_evk/dts/bindings/imx93evk-exp-sel.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 135 |
```cmake
#
#
#
if(CONFIG_SOC_MCXN947_CPU0)
board_runner_args(jlink "--device=MCXN947_M33_0" "--reset-after-load")
board_runner_args(linkserver "--device=MCXN947:FRDM-MCXN947")
board_runner_args(linkserver "--core=cm33_core0")
board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXN9xx_S.c... | /content/code_sandbox/boards/nxp/frdm_mcxn947/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 387 |
```yaml
#
#
#
identifier: frdm_mcxn947/mcxn947/cpu0
name: NXP FRDM MCXN947 (CPU0)
type: mcu
arch: arm
ram: 320
flash: 2048
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- can
- dma
- gpio
- spi
- dac
- i2c
- watchdog
- pwm
- counter
- sdhc
- regulator
- adc
- usb_device
vendor: nx... | /content/code_sandbox/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 137 |
```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_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=y
``` | /content/code_sandbox/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```restructuredtext
.. _imx93_evk:
NXP i.MX93 EVK (Cortex-A55)
############################
Overview
********
The i.MX93 Evaluation Kit (MCIMX93-EVK board) is a platform designed to show
the most commonly used features of the i.MX 93 Applications Processor in a
small and low cost package. The MCIMX93-EVK board is an... | /content/code_sandbox/boards/nxp/imx93_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,126 |
```unknown
/*
*/
#include <nxp/mcx/MCXN947VDF-pinctrl.h>
&pinctrl {
pinmux_flexcomm1_lpspi: pinmux_flexcomm1_lpspi {
group0 {
pinmux = <FC1_P0_PIO0_24>,
<FC1_P1_PIO0_25>,
<FC1_P2_PIO0_26>,
<FC1_P3_PIO0_27>;
slew-rate = "fast";
drive-strength = "low";
input-enable;
};
};
pinmux_flexco... | /content/code_sandbox/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,858 |
```unknown
config BOARD_FRDM_MCXN947
select SOC_MCXN947_CPU0 if BOARD_FRDM_MCXN947_MCXN947_CPU0
select SOC_MCXN947_CPU1 if BOARD_FRDM_MCXN947_MCXN947_CPU1
select SOC_PART_NUMBER_MCXN947VDF
``` | /content/code_sandbox/boards/nxp/frdm_mcxn947/Kconfig.frdm_mcxn947 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 68 |
```yaml
board:
name: frdm_mcxn947
vendor: nxp
socs:
- name: mcxn947
``` | /content/code_sandbox/boards/nxp/frdm_mcxn947/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
if BOARD_FRDM_MCXN947
config NET_L2_ETHERNET
default y if NETWORKING
if SD_STACK
# SD stack requires larger main stack size
config MAIN_STACK_SIZE
default 1536
endif
if BOOTLOADER_MCUBOOT
choice MCUBOOT_BOOTLOADER_MODE
# Board only supports MCUBoot via "upgrade only" method:
default MCUBOOT_BOOTLOA... | /content/code_sandbox/boards/nxp/frdm_mcxn947/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 107 |
```unknown
/*
*
*/
#include "frdm_mcxn947-pinctrl.dtsi"
#include <zephyr/dt-bindings/i2c/i2c.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases{
led0 = &red_led;
led1 = &green_led;
led2 = &blue_led;
sw0 = &user_button_2;
sw1 = &user_button_3;
sdhc0 = &usdhc0;
};
leds {
compatib... | /content/code_sandbox/boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,758 |
```unknown
config BOARD_INIT_PRIORITY
int "Board initialization priority"
default 1
help
Board initialization priority.
``` | /content/code_sandbox/boards/nxp/frdm_mcxn947/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```c
/*
*/
#include <zephyr/init.h>
#include <zephyr/device.h>
#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
#include <fsl_clock.h>
#include <fsl_spc.h>
#include <soc.h>
#if CONFIG_USB_DC_NXP_EHCI
#include "usb_phy.h"
#include "usb.h"
/* USB PHY condfiguration */
#define BOARD_USB_PHY_D_CAL (0x04U)
... | /content/code_sandbox/boards/nxp/frdm_mcxn947/board.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,366 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_mcxn94x.dtsi>
#include "frdm_mcxn947.dtsi"
/ {
model = "NXP FRDM_N94 board";
compatible = "nxp,mcxn947", "nxp,mcx";
cpus {
/delete-node/ cpu@1;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash;
zephyr,flash-controller = &fmu;
zephyr,code-partit... | /content/code_sandbox/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 775 |
```cmake
#
#
#
board_runner_args(linkserver "--device=MKE15Z256xxx7:FRDM-KE15Z")
board_runner_args(jlink "--device=MKE15Z256xxx7" "--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_ke15z/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```unknown
/*
*/
#include <nxp/kinetis/MKE15Z256VLL7-pinctrl.h>
&pinctrl {
lpuart1_default: lpuart1_default {
group0 {
pinmux = <LPUART1_RX_PTC6>,
<LPUART1_TX_PTC7>;
drive-strength = "low";
slew-rate = "slow";
};
};
};
``` | /content/code_sandbox/boards/nxp/frdm_ke15z/frdm_ke15z-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```yaml
identifier: frdm_ke15z
name: NXP FRDM-KE15Z
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
flash: 256
ram: 24
supported:
- gpio
- uart
``` | /content/code_sandbox/boards/nxp/frdm_ke15z/frdm_ke15z.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 70 |
```unknown
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# GPIO Controller
CONFIG_GPIO=y
# Clock Control
CONFIG_CLOCK_CONTROL=y
# Enable pin controller
CONFIG_PINCTRL=y
``` | /content/code_sandbox/boards/nxp/frdm_ke15z/frdm_ke15z_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 53 |
```yaml
board:
name: frdm_ke15z
vendor: nxp
socs:
- name: mke15z7
``` | /content/code_sandbox/boards/nxp/frdm_ke15z/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_ke1xz.dtsi>
#include "frdm_ke15z-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "NXP Freedom KE15Z board";
compatible = "nxp,ke15z", "nxp,mke15z7";
aliases {
led0 = &green_led;
led1 = &blue_led;
led2 = &red_led;
sw0 = &us... | /content/code_sandbox/boards/nxp/frdm_ke15z/frdm_ke15z.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 486 |
```unknown
config BOARD_FRDM_KE15Z
select SOC_MKE15Z7
select SOC_PART_NUMBER_MKE15Z256VLL7
``` | /content/code_sandbox/boards/nxp/frdm_ke15z/Kconfig.frdm_ke15z | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 32 |
```restructuredtext
.. _frdm_mcxn947:
NXP FRDM-MCXN947
################
Overview
********
FRDM-MCXN947 are compact and scalable development boards for rapid prototyping of
MCX N94 and N54 MCUs. They offer industry standard headers for easy access to the
MCUs I/Os, integrated open-standard serial interfaces, external... | /content/code_sandbox/boards/nxp/frdm_mcxn947/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,050 |
```restructuredtext
.. _frdm_ke15z:
NXP FRDM-KE15Z
##############
Overview
********
The FRDM-KE15Z is a development board for NXP Kinetis KE1xZ 32-bit
MCU-based platforms. The FRDM-KE15Z 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_ke15z/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,354 |
```cmake
#
#
#
set(RT1180_BOARD_DIR
"${ZEPHYR_HAL_NXP_MODULE_DIR}/mcux/mcux-sdk/boards/evkmimxrt1180")
# Note1: Suggest developers use Secure Provisioning Tool(SPT) to download RT1180 image
# SPT can be downloaded on NXP web: path_to_url
# Details about the usage of SPT on MIMXRT1180-EVK board can be referred on chapt... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 387 |
```yaml
#
#
#
identifier: mimxrt1180_evk/mimxrt1189/cm33
name: NXP MIMXRT1180-EVK CM33
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 128
flash: 16384
supported:
- gpio
- uart
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 93 |
```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
CONFIG_NXP_IMXRT_BOOT_HEADER=n
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 49 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt118x_cm7.dtsi>
#include "mimxrt1180_evk.dtsi"
/ {
model = "NXP MIMXRT1180-EVK board";
compatible = "nxp,mimxrt1189";
chosen {
zephyr,sram = &dtcm;
zephyr,flash-controller = &w25q128jw;
zephyr,flash = &itcm;
zephyr,console = &lpuart1;
zephyr,shell-uart ... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 169 |
```yaml
board:
name: mimxrt1180_evk
vendor: nxp
socs:
- name: mimxrt1189
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
/*
*
*/
#include <nxp/nxp_imx/rt/mimxrt1189cvm8b-pinctrl.dtsi>
&pinctrl {
pinmux_lpspi3: pinmux_lpspi3 {
group0 {
pinmux = <&iomuxc_gpio_sd_b1_00_lpspi3_pcs0>,
<&iomuxc_gpio_sd_b1_01_lpspi3_sck>,
<&iomuxc_gpio_sd_b1_02_lpspi3_sout>,
<&iomuxc_gpio_sd_b1_03_lpspi3_sin>;
drive-strength ... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 362 |
```unknown
/*
*
*/
#include "mimxrt1180_evk-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases {
led0 = &green_led;
sw0 = &user_button;
};
leds {
compatible = "gpio-leds";
green_led: led-1 {
gpios = <&gpio4 27 GPIO_ACTIVE_HIGH>;
label = "User LED D6";
};
};
g... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 406 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_rt118x_cm33.dtsi>
#include "mimxrt1180_evk.dtsi"
/ {
model = "NXP MIMXRT1180-EVK board";
compatible = "nxp,mimxrt1189";
chosen {
zephyr,sram = &dtcm;
zephyr,flash-controller = &w25q128jw;
zephyr,flash = &w25q128jw;
zephyr,console = &lpuart1;
zephyr,shell... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 173 |
```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 TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=y
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 54 |
```yaml
#
#
#
identifier: mimxrt1180_evk/mimxrt1189/cm7
name: NXP MIMXRT1180-EVK CM7
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 256
flash: 256
supported:
- gpio
- uart
vendor: nxp
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 92 |
```unknown
# MIMXRT1180-EVK board
if BOARD_MIMXRT1180_EVK
endif # BOARD_MIMXRT1180_EVK
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```unknown
#
#
#
config BOARD_MIMXRT1180_EVK
select SOC_PART_NUMBER_MIMXRT1189CVM8B
select SOC_MIMXRT1189_CM33 if BOARD_MIMXRT1180_EVK_MIMXRT1189_CM33
select SOC_MIMXRT1189_CM7 if BOARD_MIMXRT1180_EVK_MIMXRT1189_CM7
``` | /content/code_sandbox/boards/nxp/mimxrt1180_evk/Kconfig.mimxrt1180_evk | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 88 |
```cmake
#
#
#
board_runner_args(jlink "--device=MCXN236" "--reset-after-load")
board_runner_args(linkserver "--device=MCXN236:FRDM-MCXN236")
board_runner_args(linkserver "--core=cm33_core0")
board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXNxxx_S.cfx")
board_runner_args(linkserver "--over... | /content/code_sandbox/boards/nxp/frdm_mcxn236/board.cmake | cmake | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 306 |
```unknown
/*
*
*/
#include "frdm_mcxn236-pinctrl.dtsi"
#include <zephyr/dt-bindings/i2c/i2c.h>
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
aliases{
led0 = &red_led;
led1 = &green_led;
led2 = &blue_led;
sw0 = &user_button_2;
sw1 = &user_button_3;
};
leds {
compatible = "gpio-leds";
... | /content/code_sandbox/boards/nxp/frdm_mcxn236/frdm_mcxn236.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 832 |
```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_HW_STACK_PROTECTION=y
# Enable TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=y
``` | /content/code_sandbox/boards/nxp/frdm_mcxn236/frdm_mcxn236_defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 61 |
```restructuredtext
.. _mimxrt1180_evk:
NXP MIMXRT1180-EVK
##################
Overview
********
The dual core i.MX RT1180 runs on the Cortex-M33 core at 240 MHz and on the
Cortex-M7 at 792 MHz. The i.MX RT1180 MCU offers support over a wide
temperature range and is qualified for consumer, industrial and automotive
m... | /content/code_sandbox/boards/nxp/mimxrt1180_evk/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,970 |
```unknown
/*
*/
#include <nxp/mcx/MCXN236VDF-pinctrl.h>
&pinctrl {
pinmux_flexcomm2_lpuart: pinmux_flexcomm2_lpuart {
group0 {
pinmux = <FC2_P2_PIO4_2>,
<FC2_P3_PIO4_3>;
slew-rate = "fast";
drive-strength = "low";
input-enable;
};
};
pinmux_flexcomm2_lpi2c: pinmux_flexcomm2_lpi2c {
group0... | /content/code_sandbox/boards/nxp/frdm_mcxn236/frdm_mcxn236-pinctrl.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 710 |
```unknown
/*
*
*/
/dts-v1/;
#include <nxp/nxp_mcxn23x.dtsi>
#include "frdm_mcxn236.dtsi"
/ {
model = "NXP FRDM_N236 board";
compatible = "nxp,mcxn236", "nxp,mcx";
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash;
zephyr,flash-controller = &fmu;
zephyr,code-partition = &slot0_partition;
zephyr,co... | /content/code_sandbox/boards/nxp/frdm_mcxn236/frdm_mcxn236.dts | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 473 |
```unknown
config BOARD_FRDM_MCXN236
select SOC_MCXN236
select SOC_PART_NUMBER_MCXN236VDF
``` | /content/code_sandbox/boards/nxp/frdm_mcxn236/Kconfig.frdm_mcxn236 | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```yaml
board:
name: frdm_mcxn236
vendor: nxp
socs:
- name: mcxn236
``` | /content/code_sandbox/boards/nxp/frdm_mcxn236/board.yml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
config BOARD_INIT_PRIORITY
int "Board initialization priority"
default 1
help
Board initialization priority.
``` | /content/code_sandbox/boards/nxp/frdm_mcxn236/Kconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```yaml
#
#
#
identifier: frdm_mcxn236
name: NXP FRDM MCXN236
type: mcu
arch: arm
ram: 256
flash: 1024
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- dma
- gpio
- spi
- i2c
- watchdog
- pwm
- counter
vendor: nxp
``` | /content/code_sandbox/boards/nxp/frdm_mcxn236/frdm_mcxn236.yaml | yaml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 102 |
```c
/*
*/
#include <zephyr/init.h>
#include <zephyr/device.h>
#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
#include <fsl_clock.h>
#include <fsl_spc.h>
#include <soc.h>
/* Board xtal frequency in Hz */
#define BOARD_XTAL0_CLK_HZ 24000000U
/* Core clock frequency: 150MHz */
#defin... | /content/code_sandbox/boards/nxp/frdm_mcxn236/board.c | c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,693 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.