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_set_flasher_ifnset(jlink) board_set_debugger_ifnset(jlink) board_finalize_runner_args(jlink "--dt-flash=y") ```
/content/code_sandbox/boards/common/jlink.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```cmake board_set_flasher_ifnset(openocd) board_set_debugger_ifnset(openocd) # "load_image" or "flash write_image erase"? if(CONFIG_X86 OR CONFIG_ARC) set_ifndef(OPENOCD_USE_LOAD_IMAGE YES) endif() if(OPENOCD_USE_LOAD_IMAGE) set_ifndef(OPENOCD_FLASH load_image) else() set_ifndef(OPENOCD_FLASH "flash write_imag...
/content/code_sandbox/boards/common/openocd.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
162
```cmake board_set_flasher_ifnset(mdb-hw) board_set_debugger_ifnset(mdb-hw) board_finalize_runner_args(mdb-hw) ```
/content/code_sandbox/boards/common/mdb-hw.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```unknown /* */ /* empty stub file provided for systems not using devicetree */ /dts-v1/; #include <skeleton.dtsi> / { }; ```
/content/code_sandbox/boards/common/stub.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```cmake board_set_flasher_ifnset(linkserver) board_set_debugger_ifnset(linkserver) board_finalize_runner_args(linkserver "--dt-flash=y") ```
/content/code_sandbox/boards/common/linkserver.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```cmake board_set_flasher_ifnset(blackmagicprobe) board_set_debugger_ifnset(blackmagicprobe) board_finalize_runner_args(blackmagicprobe) # No default arguments to provide ```
/content/code_sandbox/boards/common/blackmagicprobe.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```cmake board_set_flasher_ifnset(silabs_commander) board_finalize_runner_args(silabs_commander) ```
/content/code_sandbox/boards/common/silabs_commander.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
25
```cmake board_set_flasher_ifnset(gd32isp) board_finalize_runner_args(gd32isp) ```
/content/code_sandbox/boards/common/gd32isp.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```cmake board_set_sim_runner_ifnset(renode) board_runner_args(renode "--renode-command=$elf=@${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}") board_runner_args(renode "--renode-command=include @${RENODE_SCRIPT}") board_finalize_runner_args(renode) ```
/content/code_sandbox/boards/common/renode.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
62
```restructuredtext .. _warp7: WaRP7 - Next Generation IoT and Wearable Development Platform ############################################################# Overview ******** The i.MX7S SoC is a Hybrid multi-core processor composed of Single Cortex A7 core and Single Cortex M4 core. Zephyr was ported to run on the M4 ...
/content/code_sandbox/boards/element14/warp7/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,476
```cmake board_set_flasher_ifnset(stm32cubeprogrammer) board_finalize_runner_args(stm32cubeprogrammer) ```
/content/code_sandbox/boards/common/stm32cubeprogrammer.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```restructuredtext .. _boards-circuit-dojo: Circuit Dojo ############ .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/circuitdojo/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
36
```cmake board_set_flasher_ifnset(trace32) board_set_debugger_ifnset(trace32) board_finalize_runner_args(trace32) ```
/content/code_sandbox/boards/common/trace32.board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```unknown # Circuit Dojo nRF9160 Feather configuration config BOARD_CIRCUITDOJO_FEATHER select SOC_NRF9160_SICA ```
/content/code_sandbox/boards/circuitdojo/feather/Kconfig.circuitdojo_feather
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```cmake board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/circuitdojo/feather/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```unknown /* * */ /dts-v1/; #include <nordic/nrf9160ns_sica.dtsi> #include "circuitdojo_feather_nrf9160_common.dtsi" / { chosen { zephyr,flash = &flash0; zephyr,sram = &sram0_ns; zephyr,code-partition = &slot0_ns_partition; }; }; ```
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_ns.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 6)>, <NRF_PSEL(UART_RX, 0, 5)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 6)>, <NRF_PSEL(UART_RX, 0, 5)>; low-power-enable; }; }; uart1_default: uart1_default...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
726
```yaml identifier: circuitdojo_feather/nrf9160/ns name: CircuitDojo-Feather-nRF9160-Non-Secure type: mcu arch: arm toolchain: - gnuarmemb - xtools - zephyr ram: 128 flash: 192 supported: - i2c - pwm - watchdog ```
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_ns.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
86
```unknown # Enable MPU CONFIG_ARM_MPU=y # Enable TrustZone-M CONFIG_ARM_TRUSTZONE_M=y # Hardware stack protection CONFIG_HW_STACK_PROTECTION=y # Enable GPIO CONFIG_GPIO=y # Enable UART driver CONFIG_SERIAL=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Required to enable 3V3 power rail CONFIG_REGUL...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
84
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - flash-controller@39000 & kmu@39000 # - power@5000 & clock@5000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/circuitdojo/feather/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```yaml identifier: circuitdojo_feather/nrf9160 name: CircuitDojo-Feather-nRF9160 type: mcu arch: arm toolchain: - gnuarmemb - xtools - zephyr ram: 64 flash: 256 supported: - i2c - pwm - watchdog - counter ```
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
85
```unknown /* * */ /dts-v1/; #include <nordic/nrf9160_sica.dtsi> #include "circuitdojo_feather_nrf9160_common.dtsi" / { chosen { zephyr,sram = &sram0_s; zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; zephyr,sram-secure-partition = &sram0_s; zephyr,sram-non-secure-partition = &sram0_ns;...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
139
```yaml board: name: circuitdojo_feather vendor: circuitdojo socs: - name: nrf9160 variants: - name: 'ns' ```
/content/code_sandbox/boards/circuitdojo/feather/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
40
```unknown # Enable MPU CONFIG_ARM_MPU=y # Enable TrustZone-M CONFIG_ARM_TRUSTZONE_M=y # This Board implies building Non-Secure firmware CONFIG_TRUSTED_EXECUTION_NONSECURE=y # Hardware stack protection CONFIG_HW_STACK_PROTECTION=y # Enable GPIO CONFIG_GPIO=y # Enable UART driver CONFIG_SERIAL=y # Enable console ...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_ns_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
105
```unknown /* * */ #include "circuitdojo_feather_nrf9160_common-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Circuit Dojo nRF9160 Feather"; compatible = "circuitdojo,feather-nrf9160"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &u...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,912
```unknown /* * */ /* * Default Flash planning for circuitdojo_feather_nrf9160. * * Zephyr build for nRF9160 with ARM TrustZone-M support, * implies building Secure and Non-Secure Zephyr images. * * Secure image will be placed, by default, in flash0 * (or in slot0, if MCUboot is present). * Secure image will...
/content/code_sandbox/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_partition_conf.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
374
```unknown # Circuit Dojo nRF9160 Feather configuration if BOARD_CIRCUITDOJO_FEATHER # For the secure version of the board the firmware is linked at the beginning # of the flash, or into the code-partition defined in DT if it is intended to # be loaded by MCUboot. If the secure firmware is to be combined with a non-...
/content/code_sandbox/boards/circuitdojo/feather/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
332
```restructuredtext .. _boards-mad-machine: Mad Machine ########### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/madmachine/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```cmake # # # board_set_debugger_ifnset(pyocd) board_set_flasher_ifnset(pyocd) board_runner_args(pyocd "--target=mimxrt1050_quadspi") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/madmachine/mm_feather/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```c /* * * refer to hal_nxp board file * */ #include <flexspi_nor_config.h> #ifdef CONFIG_NXP_IMXRT_BOOT_HEADER #if defined(__CC_ARM) || defined(__ARMCC_VERSION) || defined(__GNUC__) __attribute__((section(".boot_hdr.conf"))) #elif defined(__ICCARM__) #pragma location = ".boot_hdr.conf" #endif const struct flex...
/content/code_sandbox/boards/madmachine/mm_feather/flexspi_nor_config.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
364
```restructuredtext .. _circuitdojo_feather_nrf9160: nRF9160 Feather ############### .. figure:: img/circuitdojo_feather_nrf9160.jpg :align: center :alt: Circuit Dojo nRF9160 Feather nRF9160 Feather (Credit: Circuit Dojo) Overview ******** The nRF9160 Feather by Circuit Dojo is a single-board develo...
/content/code_sandbox/boards/circuitdojo/feather/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,102
```unknown # # # CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000 CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_PINCTRL=y ```
/content/code_sandbox/boards/madmachine/mm_feather/mm_feather_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
53
```unknown /* * * Note: File generated by gen_board_pinctrl.py * from mm_feather.mex */ #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi> &pinctrl { pinmux_lpi2c1: pinmux_lpi2c1 { group0 { pinmux = <&iomuxc_gpio_ad_b1_01_lpi2c1_sda>, <&iomuxc_gpio_ad_b1_00_lpi2c1_scl>; drive-strength = "r0-6"; ...
/content/code_sandbox/boards/madmachine/mm_feather/mm_feather-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,747
```yaml board: name: mm_feather vendor: madmachine socs: - name: mimxrt1062 ```
/content/code_sandbox/boards/madmachine/mm_feather/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```yaml # # # identifier: mm_feather name: MM MM-FEATHER type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 32768 flash: 8192 supported: - counter - sdhc - gpio - i2c - dma - uart - pwm - spi vendor: nxp ```
/content/code_sandbox/boards/madmachine/mm_feather/mm_feather.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown /* * */ /dts-v1/; #include <nxp/nxp_rt1060.dtsi> #include "mm_feather-pinctrl.dtsi" / { model = "MM MM-FEATHER board"; compatible = "nxp,mimxrt1062"; aliases { led0 = &green_led; led1 = &red_led; led2 = &blue_led; sdhc0 = &usdhc1; }; chosen { zephyr,sram = &sdram0; zephyr,itcm = &itcm...
/content/code_sandbox/boards/madmachine/mm_feather/mm_feather.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,014
```unknown config BOARD_MM_FEATHER select SOC_PART_NUMBER_MIMXRT1062DVL6A select SOC_MIMXRT1062 ```
/content/code_sandbox/boards/madmachine/mm_feather/Kconfig.mm_feather
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown # MM-FEATHER board if BOARD_MM_FEATHER config DEVICE_CONFIGURATION_DATA default y config NXP_IMX_EXTERNAL_SDRAM default y config DISK_DRIVER_SDMMC default y if DISK_DRIVERS endif # BOARD_MM_FEATHER ```
/content/code_sandbox/boards/madmachine/mm_feather/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```c /* * * refer to hal_nxp board file * */ #include <zephyr/types.h> #if defined(XIP_BOOT_HEADER_ENABLE) && (XIP_BOOT_HEADER_ENABLE == 1) #if defined(XIP_BOOT_HEADER_DCD_ENABLE) && (XIP_BOOT_HEADER_DCD_ENABLE == 1) #if defined(__CC_ARM) || defined(__ARMCC_VERSION) || defined(__GNUC__) __attribute__((section(".b...
/content/code_sandbox/boards/madmachine/mm_feather/mmfeather_sdram_ini_dcd.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,655
```unknown config BOARD_MM_SWIFTIO select SOC_PART_NUMBER_MIMXRT1052DVL6B ```
/content/code_sandbox/boards/madmachine/mm_swiftio/Kconfig.mm_swiftio
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```cmake # # # board_set_debugger_ifnset(pyocd) board_set_flasher_ifnset(pyocd) board_runner_args(pyocd "--target=mimxrt1050_quadspi") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/madmachine/mm_swiftio/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```restructuredtext .. _mm_feather: MadMachine SwiftIO Feather ########################## Overview ******** The SwiftIO Feather board, designed by MadMachine is designed with support for the modern `Swift language <path_to_url`_. Zephyr provides basic low-level capabilities for the SwiftIO Feather board. Swift appl...
/content/code_sandbox/boards/madmachine/mm_feather/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,600
```unknown /* * */ /dts-v1/; #include <nxp/nxp_rt1050.dtsi> #include "mm_swiftio-pinctrl.dtsi" / { model = "MM MM-SWIFTIO board"; compatible = "nxp,mimxrt1052"; aliases { led0 = &green_led; led1 = &red_led; led2 = &blue_led; sdhc0 = &usdhc1; }; chosen { zephyr,sram = &sdram0; zephyr,itcm = &itcm...
/content/code_sandbox/boards/madmachine/mm_swiftio/mm_swiftio.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,193
```c /* * * refer to hal_nxp board file * */ #include <flexspi_nor_config.h> #ifdef CONFIG_NXP_IMXRT_BOOT_HEADER #if defined(__CC_ARM) || defined(__ARMCC_VERSION) || defined(__GNUC__) __attribute__((section(".boot_hdr.conf"))) #elif defined(__ICCARM__) #pragma location = ".boot_hdr.conf" #endif const struct flex...
/content/code_sandbox/boards/madmachine/mm_swiftio/flexspi_nor_config.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
364
```unknown # # # CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000 CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_PINCTRL=y ```
/content/code_sandbox/boards/madmachine/mm_swiftio/mm_swiftio_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
53
```unknown /* * * Note: File generated by gen_board_pinctrl.py * from mm_swiftio.mex */ #include <nxp/nxp_imx/rt/mimxrt1052dvl6b-pinctrl.dtsi> &pinctrl { pinmux_csi: pinmux_csi { group0 { pinmux = <&iomuxc_gpio_ad_b1_04_csi_pixclk>, <&iomuxc_gpio_ad_b1_05_csi_mclk>, <&iomuxc_gpio_ad_b0_14_csi_vsync>...
/content/code_sandbox/boards/madmachine/mm_swiftio/mm_swiftio-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,007
```yaml board: name: mm_swiftio vendor: madmachine socs: - name: mimxrt1052 ```
/content/code_sandbox/boards/madmachine/mm_swiftio/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```yaml # # # identifier: mm_swiftio name: MM MM-SWIFTIO type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 32768 flash: 8192 supported: - counter - sdhc vendor: nxp ```
/content/code_sandbox/boards/madmachine/mm_swiftio/mm_swiftio.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```unknown # MM-SWIFTIO board if BOARD_MM_SWIFTIO config DEVICE_CONFIGURATION_DATA default y config NXP_IMX_EXTERNAL_SDRAM default y config DISK_DRIVER_SDMMC default y if DISK_DRIVERS endif # BOARD_MM_SWIFTIO ```
/content/code_sandbox/boards/madmachine/mm_swiftio/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```c /* * * refer to hal_nxp board file * */ #include <zephyr/types.h> #if defined(XIP_BOOT_HEADER_ENABLE) && (XIP_BOOT_HEADER_ENABLE == 1) #if defined(XIP_BOOT_HEADER_DCD_ENABLE) && (XIP_BOOT_HEADER_DCD_ENABLE == 1) #if defined(__CC_ARM) || defined(__ARMCC_VERSION) || defined(__GNUC__) __attribute__((section(".b...
/content/code_sandbox/boards/madmachine/mm_swiftio/mmswiftio_sdram_ini_dcd.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,655
```restructuredtext .. _boards-intel: Intel Corporation ################# .. toctree:: :maxdepth: 1 :glob: */**/index ```
/content/code_sandbox/boards/intel/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```cmake board_set_flasher_ifnset(intel_cyclonev) board_set_debugger_ifnset(intel_cyclonev) if(OPENOCD_USE_LOAD_IMAGE) set_ifndef(OPENOCD_FLASH load_image) else() set_ifndef(OPENOCD_FLASH "flash write_image erase") endif() set(OPENOCD_CMD_LOAD_DEFAULT "${OPENOCD_FLASH}") set(OPENOCD_CMD_VERIFY_DEFAULT "verify_im...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```unknown config BOARD_CYCLONEV_SOCDK select SOC_CYCLONEV help Intel Cyclone V Development Kit ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/Kconfig.cyclonev_socdk
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```yaml identifier: cyclonev_socdk name: Intel Cyclone V SoC FPGA type: mcu arch: arm toolchain: - zephyr - gnuarmemb vendor: altr ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
49
```yaml board: name: cyclonev_socdk socs: - name: cyclonev ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```unknown CONFIG_ARM_ARCH_TIMER=y CONFIG_SYSCON=y # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_NS16550_VARIANT_NS16950=y #Config Console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y #Flash not used. CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0x0 # GPIOs CONFIG_GPIO=y ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown if I2C_DW config I2C_DW_CLOCK_SPEED default 200 endif # I2C_DW if USB_DEVICE_STACK config USB_DW_USB_2_0 default y config USB_DEVICE_DRIVER default y endif # USB_DEVICE_STACK if NETWORKING config NET_L2_ETHERNET default y config TEST_RANDOM_GENERATOR default y endif # NETWORKING ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown /* * Description: * Main Device Tree source of the Cyclone V SoC DevKit * this file is based on the GSRD DTS for Linux */ #include "intel_socfpga_std/socfpga_cyclonev.dtsi" #include <zephyr/dt-bindings/gpio/gpio.h> / { model = "Altera SOCFPGA Cyclone V SoC Development Kit"; compatible = "altr,socfpga...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
711
```ini # Description: # Used by the runner to configure OpenOCD source [find altera-usb-blaster2-cyclonev.cfg] source [find target/altera_fpgasoc.cfg] ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```unknown # Description: # Download preloader and .elf using GDB commands set confirm off set pagination off #Download and Run preloader source boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt #Stop watchdog timer #permodrst Reg , reset watch dog timer set $permodrst = (int *)0xffd05014 set *$pe...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/download_all.gdb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
124
```ini # Description: # Altera USB-Blaster II configuration file adapter driver usb_blaster usb_blaster_vid_pid 0x09fb 0x6010 0x09fb 0x6810 usb_blaster_lowlevel_driver ublast2 usb_blaster_firmware blaster_6810.hex ```
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/altera-usb-blaster2-cyclonev.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```restructuredtext .. _mm_swiftio: MadMachine SwiftIO ################## Overview ******** The SwiftIO board, designed by MadMachine is the world's first board designed with support for the modern `Swift language <path_to_url`_. Zephyr provides basic low-level capabilities for the SwiftIO board. Swift application ...
/content/code_sandbox/boards/madmachine/mm_swiftio/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,897
```unknown # Description: # Helper file to use "west flash" with the .elf file # this file is called by the runner for Cyclone V SoC DeKit set confirm off set pagination off restore ./build/zephyr/zephyr.elf symbol-file -readnow ./build/zephyr/zephyr.elf thbreak main jump z_arm_reset # Execute OpenOCD "resume" comma...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/appli_dl_cmd.gdb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
105
```unknown # Description: # helper file for "west debug" command to load the .elf # works if the .elf is located in "build" directory set confirm off set pagination off set remote interrupt-on-connect off restore ./build/zephyr/zephyr.elf symbol-file -readnow ./build/zephyr/zephyr.elf thbreak main jump z_arm_reset `...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/appli_debug_cmd.gdb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
85
```unknown # blaster_6810.hex # Version = 1.39 :06000000020097021DEE54 :03000B00021E11C1 :03001300021DF0DB :03001B00021E13AF :03002300021E7842 :03002B00021E159D :03003300021501B2 :03003B00021E7929 #:030043000215069D :03004B00021DEFA4 #:030053000215058E :03005B00021DF291 :03006300021DF388 :1200F000753200753300753F007540...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/support/blaster_6810.hex
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,743
```unknown /* * */ /dts-v1/; #include <niosv/niosv-m.dtsi> / { model = "niosv_m"; compatible = "intel,niosv_m"; chosen { zephyr,console = &uart0; zephyr,sram = &sram0; }; }; &cpu0 { clock-frequency = <50000000>; }; &sram0 { reg = <0x0 0x40000>; }; &mtimer { reg = <0x90000 0x10>; }; &uart0 { reg = ...
/content/code_sandbox/boards/intel/niosv_m/niosv_m.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
141
```unknown # CONFIG_CONSOLE=y CONFIG_PRINTK=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_ALTERA_JTAG=y CONFIG_XIP=n ```
/content/code_sandbox/boards/intel/niosv_m/niosv_m_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown # config BOARD_NIOSV_M select SOC_NIOSV_M help Intel FPGA NIOSV Microcontroller Core Processor ```
/content/code_sandbox/boards/intel/niosv_m/Kconfig.niosv_m
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```yaml board: name: niosv_m socs: - name: niosv_m ```
/content/code_sandbox/boards/intel/niosv_m/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```yaml identifier: niosv_m name: INTEL FPGA niosv_m type: mcu arch: riscv toolchain: - zephyr ram: 256 vendor: intel ```
/content/code_sandbox/boards/intel/niosv_m/niosv_m.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
47
```restructuredtext .. _cyclonev_socdk: Intel Cyclone V SoC Development Kit ##################################### Overview ******** The Zephyr kernel is supported on the Intel Cyclone V SoC Development Kit, using its Hard Processor System (HPS) CPU. .. figure:: img/cv_soc_board.jpg :align: center :alt: Intel...
/content/code_sandbox/boards/intel/socfpga_std/cyclonev_socdk/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,075
```restructuredtext .. _niosv_m: INTEL FPGA niosv_m #################### Overview ******** niosv_m board is based on Intel FPGA Design Store Nios V/m Hello World Example Design system and this complete system is consisted of following IP blocks: .. code-block:: console Nios V/m Processor Intel FPGA IP JTAG UART ...
/content/code_sandbox/boards/intel/niosv_m/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
489
```restructuredtext :orphan: .. start_include_here Prepare Linux host ------------------ #. Install DHCP, TFTP servers. For example ``dnsmasq`` .. code-block:: console $ sudo apt-get install dnsmasq #. Configure DHCP server. Configuration for ``dnsmasq`` is below: .. code-block:: console # Onl...
/content/code_sandbox/boards/intel/common/net_boot.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
647
```restructuredtext :orphan: .. start_include_here Preparing the Boot Device ------------------------- Prepare a USB flash drive to boot the Zephyr application image on a board. #. Format the USB flash drive as FAT32. On Windows, open ``File Explorer``, and right-click on the USB flash drive. Select ``Format...
/content/code_sandbox/boards/intel/common/efi_boot.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
459
```unknown # config BOARD_NIOSV_G select SOC_NIOSV_G help Intel FPGA Nios V/g General Purpose Processor ```
/content/code_sandbox/boards/intel/niosv_g/Kconfig.niosv_g
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```yaml board: name: niosv_g socs: - name: niosv_g ```
/content/code_sandbox/boards/intel/niosv_g/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```unknown /* * */ /dts-v1/; #include <niosv/niosv-g.dtsi> / { model = "niosv_g"; compatible = "intel,niosv_g"; chosen { zephyr,console = &uart0; zephyr,sram = &sram0; }; }; &cpu0 { clock-frequency = <50000000>; }; &sram0 { reg = <0x0 0x40000>; }; &mtimer { reg = <0x90000 0x10>; }; &uart0 { reg = ...
/content/code_sandbox/boards/intel/niosv_g/niosv_g.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
141
```shell #!/usr/bin/env bash # Originally from the Galileo port in contiki # path_to_url set -e unset CFLAGS JOBS=5 SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) if [ "x$1" == "x" ]; then echo "Usage: $0 [i386|x86_64]" exit 1 fi TARGET_ARCH=$1 export PYTHON=python3 prepare() { if [[ ! -d ./s...
/content/code_sandbox/boards/intel/common/scripts/build_grub.sh
shell
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
459
```unknown # CONFIG_CONSOLE=y CONFIG_PRINTK=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_XIP=n ```
/content/code_sandbox/boards/intel/niosv_g/niosv_g_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
25
```yaml identifier: niosv_g name: INTEL FPGA Nios V/g general purpose processor type: mcu arch: riscv toolchain: - zephyr ram: 256 vendor: intel ```
/content/code_sandbox/boards/intel/niosv_g/niosv_g.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
50
```cmake board_set_flasher_ifnset(misc-flasher) board_finalize_runner_args(misc-flasher) ```
/content/code_sandbox/boards/intel/ehl/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```unknown /* * */ /dts-v1/; #include <mem.h> #define DT_DRAM_SIZE DT_SIZE_M(2048) #include <intel/elkhart_lake.dtsi> &uart2 { status = "disabled"; }; &uart2_fixed { status = "okay"; }; / { model = "intel_ehl_crb"; compatible = "intel,elkhart_lake_crb_sbl"; chosen { zephyr,sram = &dram0; zephyr,cons...
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb_sbl.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
133
```unknown CONFIG_PIC_DISABLE=y CONFIG_LOAPIC=y CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_X2APIC=y CONFIG_SMP=y CONFIG_PCIE_PRT=n ```
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb_sbl_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
45
```restructuredtext .. _niosv_g: INTEL FPGA niosv_g #################### Overview ******** niosv_g board is based on Intel FPGA Design Store Nios V/g Hello World Example Design system and this complete system is consisted of following IP blocks: .. code-block:: console Nios V/g Processor Intel FPGA IP JTAG UART ...
/content/code_sandbox/boards/intel/niosv_g/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
489
```yaml identifier: intel_ehl_crb name: Elkhart Lake CRB type: mcu arch: x86 toolchain: - zephyr - llvm ram: 2048 supported: - acpi - gpio - smbus - smp - rtc - watchdog testing: ignore_tags: - net - bluetooth vendor: intel ```
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
94
```yaml identifier: intel_ehl_crb/elkhart_lake/sbl name: Elkhart Lake CRB with Slim Bootloader type: mcu arch: x86 toolchain: - zephyr ram: 2048 testing: ignore_tags: - net - bluetooth vendor: intel ```
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb_sbl.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```yaml board: name: intel_ehl_crb vendor: intel socs: - name: elkhart_lake variants: - name: 'sbl' ```
/content/code_sandbox/boards/intel/ehl/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```unknown config BOARD_INTEL_EHL_CRB select SOC_ELKHART_LAKE ```
/content/code_sandbox/boards/intel/ehl/Kconfig.intel_ehl_crb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
19
```unknown /* * */ /dts-v1/; #include <mem.h> #define DT_DRAM_SIZE DT_SIZE_M(2048) #include <intel/elkhart_lake.dtsi> / { model = "intel_ehl_crb"; compatible = "intel,elkhart_lake_crb"; chosen { zephyr,sram = &dram0; zephyr,console = &uart2; zephyr,shell-uart = &uart2; }; aliases { watchdog0 = &t...
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
132
```unknown CONFIG_PIC_DISABLE=y CONFIG_LOAPIC=y CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_X2APIC=y CONFIG_SMP=y CONFIG_BUILD_OUTPUT_EFI=y CONFIG_BUILD_NO_GAP_FILL=y CONFIG_PCIE_PRT=n ```
/content/code_sandbox/boards/intel/ehl/intel_ehl_crb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```unknown config BUILD_OUTPUT_STRIPPED default y config MP_MAX_NUM_CPUS default 2 if BOARD_INTEL_EHL_CRB_ELKHART_LAKE_SBL config SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN depends on SHELL_BACKEND_SERIAL default n endif config HEAP_MEM_POOL_ADD_SIZE_ACPI default 2097152 depends on ACPI # TSC on this board is 1....
/content/code_sandbox/boards/intel/ehl/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
226
```unknown # CONFIG_MAIN_STACK_SIZE=2048 CONFIG_GEN_ISR_TABLES=y CONFIG_GEN_IRQ_VECTOR_TABLE=n CONFIG_XTENSA_RESET_VECTOR=y CONFIG_XTENSA_USE_CORE_CRT1=y CONFIG_MULTI_LEVEL_INTERRUPTS=y CONFIG_2ND_LEVEL_INTERRUPTS=y CONFIG_BUILD_OUTPUT_BIN=n CONFIG_MP_MAX_NUM_CPUS=2 CONFIG_DCACHE_LINE_SIZE=64 CONFIG_DAI_SSP_HA...
/content/code_sandbox/boards/intel/adsp/intel_adsp_cavs25_tgph_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
94
```restructuredtext .. _intel_ehl_crb: Elkhart Lake CRB ################ Overview ******** Elkhart Lake Reference Board (EHL CRB) is an example implementation of a compact single board computer with high performance for IoT edge devices. This board configuration enables kernel support for the `EHL`_ board. .. note:...
/content/code_sandbox/boards/intel/ehl/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
614
```cmake # if(CONFIG_BOARD_INTEL_ADSP_CAVS25 OR CONFIG_BOARD_INTEL_ADSP_CAVS25_TGPH) if($ENV{CAVS_OLD_FLASHER}) board_set_flasher_ifnset(misc-flasher) board_finalize_runner_args(misc-flasher) endif() board_set_flasher_ifnset(intel_adsp) set(RIMAGE_SIGN_KEY "otc_private_key_3k.pem" CACHE STRING "defa...
/content/code_sandbox/boards/intel/adsp/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
352
```unknown # CONFIG_MAIN_STACK_SIZE=2048 CONFIG_GEN_ISR_TABLES=y CONFIG_GEN_IRQ_VECTOR_TABLE=n CONFIG_XTENSA_RESET_VECTOR=y CONFIG_XTENSA_USE_CORE_CRT1=y CONFIG_MULTI_LEVEL_INTERRUPTS=y CONFIG_2ND_LEVEL_INTERRUPTS=y CONFIG_BUILD_OUTPUT_BIN=n CONFIG_MP_MAX_NUM_CPUS=4 CONFIG_DCACHE_LINE_SIZE=64 ```
/content/code_sandbox/boards/intel/adsp/intel_adsp_cavs25_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
84
```unknown /* * */ /dts-v1/; #include <intel/intel_adsp_ace15_mtpm.dtsi> / { model = "intel_adsp_ace15_mtpm"; compatible = "intel,intel_adsp_ace20_lnl"; aliases { dma0 = &lpgpdma0; dma1 = &lpgpdma1; }; chosen { zephyr,sram = &sram0; zephyr,console = &mem_window3; }; }; ```
/content/code_sandbox/boards/intel/adsp/intel_adsp_ace15_mtpm.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
116
```yaml identifier: intel_adsp/cavs25/tgph name: cAVS 2.5 Audio DSP for Tiger Lake H PCH (Converged Audio Voice and Speech) type: mcu arch: xtensa toolchain: - xcc - zephyr supported: - dma testing: ignore_tags: - net - bluetooth vendor: intel ```
/content/code_sandbox/boards/intel/adsp/intel_adsp_cavs25_tgph.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
87
```yaml identifier: intel_adsp/ace30_ptl name: ACE 3.0 Panther Lake Audio DSP type: mcu arch: xtensa toolchain: - xt-clang testing: ignore_tags: - net - bluetooth ```
/content/code_sandbox/boards/intel/adsp/intel_adsp_ace30_ptl.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
57
```cmake if(NOT CONFIG_BOARD_INTEL_ADSP_ACE20_LNL) # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - dmic0: dmic0@10000 & dmic1: dmic1@10000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") endif() ```
/content/code_sandbox/boards/intel/adsp/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown /* * */ /dts-v1/; #include <intel/intel_adsp_cavs25.dtsi> / { model = "intel_adsp_cavs25"; compatible = "intel,intel_adsp_cavs25"; aliases { dma0 = &lpgpdma0; }; chosen { zephyr,sram = &sram0; zephyr,console = &mem_window3; }; }; ```
/content/code_sandbox/boards/intel/adsp/intel_adsp_cavs25.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
96