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 set(SUPPORTED_EMU_PLATFORMS renode) set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/m2gl025_miv.resc) set(RENODE_UART sysbus.uart) set_ifndef(BOARD_SIM_RUNNER renode) set_ifndef(BOARD_ROBOT_RUNNER renode-robot) include(${ZEPHYR_BASE}/boards/common/renode.board.cmake) include(${ZEPHYR_BASE}/boards/common/...
/content/code_sandbox/boards/microchip/m2gl025_miv/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=n CONFIG_XIP=y # Workaround for incorrect SYS_CLOCK_HW_CYCLES_PER_SEC CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 ```
/content/code_sandbox/boards/microchip/m2gl025_miv/m2gl025_miv_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
48
```unknown config BOARD_M2GL025_MIV select SOC_MIV ```
/content/code_sandbox/boards/microchip/m2gl025_miv/Kconfig.m2gl025_miv
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
16
```unknown /* * */ /dts-v1/; #include <microchip/microchip-miv.dtsi> / { model = "Microchip M2GL025 with MiV target"; compatible = "microchip,m2gl025-miv"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,flash = &flash0; zephyr,sram = &sram0; }; }; &uart0 { status = "okay"; cur...
/content/code_sandbox/boards/microchip/m2gl025_miv/m2gl025_miv.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
130
```yaml board: name: m2gl025_miv vendor: microchip socs: - name: miv ```
/content/code_sandbox/boards/microchip/m2gl025_miv/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```yaml identifier: m2gl025_miv name: Microchip M2GL025 with MiV target type: mcu arch: riscv toolchain: - zephyr ram: 64 simulation: renode simulation_exec: renode testing: default: true ignore_tags: - net - bluetooth renode: uart: sysbus.uart resc: boards/microchip/m2gl025_miv/support/m2gl025_...
/content/code_sandbox/boards/microchip/m2gl025_miv/m2gl025_miv.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
118
```unknown :name: Mi-V :description: This script is prepared to run Zephyr on a Mi-V RISC-V board. $name?="Mi-V" using sysbus mach create $name machine LoadPlatformDescription $ORIGIN/m2gl025_miv.repl showAnalyzer uart cpu PerformanceInMips 4 macro reset """ sysbus LoadELF $elf """ runMacro $reset ```
/content/code_sandbox/boards/microchip/m2gl025_miv/support/m2gl025_miv.resc
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```unknown using "platforms/cpus/miv.repl" uart: clockFrequency: 4000000 clint: frequency: 4000000 timer0: clockFrequency: 4000000 timer1: clockFrequency: 4000000 ```
/content/code_sandbox/boards/microchip/m2gl025_miv/support/m2gl025_miv.repl
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```restructuredtext .. _mec172xmodular_6930: Microchip MEC172x Modular Card ASSY6930 (Rev. B) ################################################ Overview ******** The MEC172x Modular Card ASSY6930 (Rev. B) is a development board to evaluate the Microchip MEC172X series microcontrollers. This board can work standalone ...
/content/code_sandbox/boards/microchip/mec172xmodular_assy6930/doc/mec172xmodular_assy6930.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,574
```cmake set(SPI_IMAGE_NAME spi_image.bin) board_set_flasher_ifnset(dediprog) # --vcc=0 - use 3.5V to flash board_finalize_runner_args(dediprog "--spi-image=${PROJECT_BINARY_DIR}/${SPI_IMAGE_NAME}" "--vcc=0" ) ```
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```unknown config BOARD_MEC1501MODULAR_ASSY6885 select SOC_MEC1501_HSZ ```
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/Kconfig.mec1501modular_assy6885
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```restructuredtext .. _m2gl025-miv: Microchip M2GL025 Mi-V ###################### Overview ******** The Microchip M2GL025 board is an IGLOO2 FPGA based development board. The Mi-V RISC-V soft CPU can be deployed on the MGL025 board. More information can be found on `Microchip's website <path_to_url`_. Programming ...
/content/code_sandbox/boards/microchip/m2gl025_miv/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
478
```yaml # # # identifier: mec1501modular_assy6885 name: MEC1501 MODULAR ASSY 6885 type: mcu arch: arm toolchain: - zephyr - gnuarmemb ram: 32 flash: 224 supported: - adc - counter - espi - gpio - i2c - pwm - watchdog - kscan - tach vendor: microchip ```
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
113
```unknown # # # # Make sure external power management setup is as indicated in documentation CONFIG_SOC_MEC1501_VTR3_1_8V=y CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n CONFIG_RTOS_TIMER=y CONFIG_CLOCK_CONTROL=y CONFIG_PINCTRL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y CONFIG_PINCTRL=y CONFIG_...
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown /* * */ /dts-v1/; #include "mec1501modular_assy6885-pinctrl.dtsi" / { model = "Microchip MEC1501MODULAR_ASSY6885 evaluation board"; compatible = "microchip,mec1501modular_assy6885", "microchip,mec1501hsz"; chosen { zephyr,sram = &sram0; zephyr,console = &uart1; zephyr,flash = &flash0; ...
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,298
```unknown /* * */ /dts-v1/; #include <microchip/mec1501hsz.dtsi> #include <microchip/mec152x/mec152xhsz-pinctrl.dtsi> &ps2_clk0b_gpio007 { drive-open-drain; }; &ps2_dat0b_gpio010 { drive-open-drain; }; &ps2_clk1b_gpio154 { drive-open-drain; }; &ps2_dat1b_gpio155 { drive-open-drain; }; &kso00_gpio040 { bi...
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
437
```yaml board: name: mec1501modular_assy6885 vendor: microchip socs: - name: mec1501_hsz ```
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
36
```unknown if BOARD_MEC1501MODULAR_ASSY6885 config INPUT default y if KSCAN #PS/2 driver is compiled in terms of this flag. config ESPI_PERIPHERAL_8042_KBC default y depends on ESPI_XEC if RTOS_TIMER # XEC RTOS timer HW frequency is fixed at 32768 # The driver requires tickless mode and ticks per # second to be...
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
253
```cmake set(SPI_IMAGE_NAME spi_image.bin) board_set_flasher_ifnset(dediprog) # --vcc=0 - use 3.5V to flash board_finalize_runner_args(dediprog "--spi-image=${PROJECT_BINARY_DIR}/${SPI_IMAGE_NAME}" "--vcc=0" ) ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```yaml # # # identifier: mec15xxevb_assy6853 name: MEC15XX EVB ASSY 6853 type: mcu arch: arm toolchain: - zephyr - gnuarmemb ram: 32 flash: 224 supported: - adc - counter - espi - gpio - i2c - pwm - watchdog - kscan vendor: microchip ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
108
```unknown config BOARD_MEC15XXEVB_ASSY6853 select SOC_MEC1501_HSZ ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/Kconfig.mec15xxevb_assy6853
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```unknown # # # CONFIG_SOC_MEC1501_VTR3_1_8V=y CONFIG_RTOS_TIMER=y CONFIG_CLOCK_CONTROL=y CONFIG_CONSOLE=y CONFIG_PINCTRL=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_GPIO=y CONFIG_PINCTRL=y # power management stuff CONFIG_PM=y ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
67
```yaml board: name: mec15xxevb_assy6853 vendor: microchip socs: - name: mec1501_hsz ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
36
```restructuredtext .. _mec1501modular_assy6885: Microchip MEC1501 Modular card ASSY6885 ####################################### Overview ******** The MEC1501 Modular card ASSY6885 is a development board to evaluate the Microchip MEC152X series microcontrollers. This board can work standalone or be mated with any pl...
/content/code_sandbox/boards/microchip/mec1501modular_assy6885/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,883
```unknown /* * */ /dts-v1/; #include "mec15xxevb_assy6853-pinctrl.dtsi" / { model = "Microchip MEC15XXEVB_ASSY6853 evaluation board"; compatible = "microchip,mec15xxevb_assy6853", "microchip,mec1501hsz"; chosen { zephyr,sram = &sram0; zephyr,console = &uart2; zephyr,flash = &flash0; zephyr,keyboard-sc...
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,856
```unknown if BOARD_MEC15XXEVB_ASSY6853 config INPUT default y if KSCAN config ESPI_XEC default y depends on ESPI if RTOS_TIMER # XEC RTOS timer HW frequency is fixed at 32768 # The driver requires tickless mode and ticks per # second to be 32768 for accurate operation. config SYS_CLOCK_HW_CYCLES_PER_SEC defa...
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
210
```objective-c /* * */ #ifndef __INC_BOARD_H #define __INC_BOARD_H #include <soc.h> #endif /* __INC_BOARD_H */ ```
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/board.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
28
```unknown /* * */ /dts-v1/; #include <microchip/mec1501hsz.dtsi> #include <microchip/mec152x/mec152xhsz-pinctrl.dtsi> &ps2_clk0b_gpio007 { drive-open-drain; }; &ps2_dat0b_gpio010 { drive-open-drain; }; &ps2_clk1b_gpio154 { drive-open-drain; }; &ps2_dat1b_gpio155 { drive-open-drain; }; &kso00_gpio040 { bi...
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
437
```restructuredtext .. _boards-kincony: Kincony ####### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/kincony/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```cmake if(NOT "${OPENOCD}" MATCHES "^${ESPRESSIF_TOOLCHAIN_PATH}/.*") set(OPENOCD OPENOCD-NOTFOUND) endif() find_program(OPENOCD openocd PATHS ${ESPRESSIF_TOOLCHAIN_PATH}/openocd-esp32/bin NO_DEFAULT_PATH) include(${ZEPHYR_BASE}/boards/common/esp32.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd.board....
/content/code_sandbox/boards/kincony/kincony_kc868_a32/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown config BOARD_KINCONY_KC868_A32 select SOC_ESP32_WROOM_32UE_N4 select SOC_ESP32_PROCPU if BOARD_KINCONY_KC868_A32_ESP32_PROCPU select SOC_ESP32_APPCPU if BOARD_KINCONY_KC868_A32_ESP32_APPCPU ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/Kconfig.kincony_kc868_a32
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15
```unknown choice BOOTLOADER default BOOTLOADER_MCUBOOT endchoice choice BOOT_SIGNATURE_TYPE default BOOT_SIGNATURE_TYPE_NONE endchoice ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/Kconfig.sysbuild
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* * */ /dts-v1/; #include <espressif/esp32/esp32_wroom_32ue_n4.dtsi> #include "kincony_kc868_a32-pinctrl.dtsi" / { model = "Kincony KC868_A32 PROCPU"; compatible = "espressif,esp32"; aliases { uart-0 = &uart0; watchdog0 = &wdt0; }; chosen { zephyr,sram = &sram0; zephyr,console = &uart0; ...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,281
```yaml identifier: kincony_kc868_a32/esp32/procpu name: KINCONY-KC868-A32 PROCPU type: mcu arch: xtensa toolchain: - zephyr supported: - gpio - i2c - watchdog - uart - nvs - counter - entropy testing: ignore_tags: - net - bluetooth vendor: kincony ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
103
```yaml board: name: kincony_kc868_a32 vendor: kincony socs: - name: esp32 ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown /* * */ /dts-v1/; #include <espressif/esp32/esp32_appcpu.dtsi> / { model = "Kincony KC868_A32 APPCPU"; compatible = "espressif,esp32"; chosen { zephyr,sram = &sram0; zephyr,ipc_shm = &shm0; zephyr,ipc = &ipm0; }; }; &ipm0 { status = "okay"; }; &trng0 { status = "okay"; }; &flash0 { statu...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
405
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h> #include <dt-bindings/pinctrl/esp32-pinctrl.h> #include <zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_GPIO1>; output-high; }; group2 { pinmux = <UART...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
294
```yaml identifier: kincony_kc868_a32/esp32/appcpu name: KINCONY-KC868-A32 APPCPU type: mcu arch: xtensa toolchain: - zephyr supported: - uart testing: ignore_tags: - net - bluetooth - flash - cpp - posix - watchdog - logging - kernel - pm - gpio - crypto - eeprom ...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
137
```unknown if BOARD_KINCONY_KC868_A32_ESP32_PROCPU config HEAP_MEM_POOL_ADD_SIZE_BOARD int default 65535 if WIFI && BT default 51200 if WIFI default 40960 if BT default 4096 endif # BOARD_KINCONY_KC868_A32_ESP32_PROCPU if BOARD_KINCONY_KC868_A32_ESP32_APPCPU config HEAP_MEM_POOL_ADD_SIZE_BOARD default 256 e...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
122
```unknown CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_GPIO=y CONFIG_I2C=y ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```ini set ESP_RTOS none set ESP32_ONLYCPU 1 source [find interface/ftdi/esp32_devkitj_v1.cfg] source [find target/esp32.cfg] ```
/content/code_sandbox/boards/kincony/kincony_kc868_a32/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
41
```restructuredtext .. _kincony_kc868_a32: KINCONY KC868-A32 ################# Overview ******** Kincony KC868-A32 is a home automation relay module based on the Espressif ESP-WROOM-32 module with all its inherent capabilities (Wi-Fi, Bluetooth, etc.) The features include the following: - 32 digital optoisolated i...
/content/code_sandbox/boards/kincony/kincony_kc868_a32/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
578
```restructuredtext .. _mec15xxevb_assy6853: Microchip MEC15xxEVB ASSY6853 ############################# Overview ******** The MEC15xxEVB_ASSY6853 kit is a future development platform to evaluate the Microchip MEC15XX series microcontrollers. This board needs to be mated with part number MEC1501 144WFBA SOLDER DC AS...
/content/code_sandbox/boards/microchip/mec15xxevb_assy6853/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,487
```restructuredtext .. _boards-pjrc: PJRC #### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/pjrc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```yaml # # # identifier: teensy40 name: PJRC TEENSY40 type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 768 flash: 2048 supported: - counter - gpio - usb_device testing: ignore_tags: - net - posix vendor: nxp ```
/content/code_sandbox/boards/pjrc/teensy4/teensy40.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
94
```unknown # # # config BOARD_TEENSY40 select SOC_PART_NUMBER_MIMXRT1062DVJ6A ```
/content/code_sandbox/boards/pjrc/teensy4/Kconfig.teensy40
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
26
```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/pjrc/teensy4/flexspi_nor_config.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
364
```cmake board_set_flasher_ifnset(teensy) if(CONFIG_BOARD_TEENSY40) board_runner_args(teensy "--mcu=TEENSY40") else() board_runner_args(teensy "--mcu=TEENSY41") endif() include(${ZEPHYR_BASE}/boards/common/teensy.board.cmake) ```
/content/code_sandbox/boards/pjrc/teensy4/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
73
```unknown # # # CONFIG_DEVICE_CONFIGURATION_DATA=n 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/pjrc/teensy4/teensy41_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```unknown # # # CONFIG_DEVICE_CONFIGURATION_DATA=n 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/pjrc/teensy4/teensy40_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```unknown # # # config BOARD_TEENSY41 select SOC_PART_NUMBER_MIMXRT1062DVL6A ```
/content/code_sandbox/boards/pjrc/teensy4/Kconfig.teensy41
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
26
```yaml # # # identifier: teensy41 name: PJRC TEENSY41 type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 768 flash: 8192 supported: - counter - gpio - sdhc - usb_device testing: ignore_tags: - net - posix vendor: nxp ```
/content/code_sandbox/boards/pjrc/teensy4/teensy41.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
99
```yaml boards: - name: teensy40 vendor: pjrc socs: - name: mimxrt1062 - name: teensy41 vendor: pjrc socs: - name: mimxrt1062 ```
/content/code_sandbox/boards/pjrc/teensy4/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```unknown # # # if BOARD_TEENSY40 || BOARD_TEENSY41 config BUILD_OUTPUT_HEX bool default y config DISK_DRIVER_SDMMC default y if DISK_DRIVERS endif # BOARD_TEENSY40 || BOARD_TEENSY41 ```
/content/code_sandbox/boards/pjrc/teensy4/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```unknown /* * */ /dts-v1/; #include <nxp/nxp_rt1060.dtsi> #include "teensy4-pinctrl.dtsi" #include <freq.h> #include <mem.h> / { model = "PJRC TEENSY 4.0 board"; compatible = "nxp,mimxrt1062"; aliases { led0 = &board_led; }; chosen { zephyr,flash-controller = &w25q16jvuxim; zephyr,flash = &w25q16jvu...
/content/code_sandbox/boards/pjrc/teensy4/teensy40.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,349
```unknown /* * */ #include "teensy40.dts" / { model = "PJRC TEENSY 4.1 board"; chosen { zephyr,flash-controller = &w25q64jvxgim; zephyr,flash = &w25q64jvxgim; }; }; /delete-node/ &w25q16jvuxim; &flexspi { status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; /* WINBOND flash memory*/ ...
/content/code_sandbox/boards/pjrc/teensy4/teensy41.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
373
```unknown /* * * Note: File generated by gen_board_pinctrl.py * from teensy4.mex */ #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi> &pinctrl { /* Mode Straps configuration DP83825 */ pinmux_enet: pinmux_enet { group0 { pinmux = <&iomuxc_gpio_b1_04_enet_rx_data0>, <&iomuxc_gpio_b1_06_enet_rx_en>...
/content/code_sandbox/boards/pjrc/teensy4/teensy4-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,867
```unknown # drivers configuration options menu "Device Drivers" # zephyr-keep-sorted-start source "drivers/adc/Kconfig" source "drivers/audio/Kconfig" source "drivers/auxdisplay/Kconfig" source "drivers/bbram/Kconfig" source "drivers/bluetooth/Kconfig" source "drivers/cache/Kconfig" source "drivers/can/Kconfig" sou...
/content/code_sandbox/drivers/Kconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
743
```unknown config MDIO_ATMEL_SAM bool "Atmel SAM MDIO driver" depends on ETH_SAM_GMAC default y help Enable Atmel SAM MCU Family MDIO driver. ```
/content/code_sandbox/drivers/mdio/Kconfig.sam
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
45
```restructuredtext .. _teensy40: PJRC TEENSY 4 ############# Overview ******** The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. .. figure:: teensy40.jpg :align: center :a...
/content/code_sandbox/boards/pjrc/teensy4/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,289
```unknown config MDIO_ADIN2111 bool "ADIN2111 MDIO driver" default y depends on DT_HAS_ADI_ADIN2111_MDIO_ENABLED depends on ETH_ADIN2111 help Enable ADIN2111 MDIO driver. ```
/content/code_sandbox/drivers/mdio/Kconfig.adin2111
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```c /* * */ #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(mdio_adin2111, CONFIG_MDIO_LOG_LEVEL); #define DT_DRV_COMPAT adi_adin2111_mdio #include <stdint.h> #include <errno.h> #include <zephyr/device.h> #include <zephyr/kernel.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/ethernet/eth_adin211...
/content/code_sandbox/drivers/mdio/mdio_adin2111.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,635
```unknown config MDIO_LITEX_LITEETH bool "Litex LiteEth MDIO controller driver" default y depends on DT_HAS_LITEX_LITEETH_MDIO_ENABLED help Enable MDIO support from Litex LiteEth controller. ```
/content/code_sandbox/drivers/mdio/Kconfig.litex
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
55
```c /* * */ #define DT_DRV_COMPAT espressif_esp32_mdio #include <soc.h> #include <zephyr/drivers/clock_control.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/kernel.h> #include <zephyr/logging/log.h> #include <esp_mac.h> #include <hal/emac_hal.h> #include <hal/emac_ll.h> ...
/content/code_sandbox/drivers/mdio/mdio_esp32.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,082
```c /* * */ #define DT_DRV_COMPAT nxp_enet_mdio #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/net/mdio.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/ethernet/eth_nxp_enet.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/drivers/clock_control.h> #include <zephyr/sys_cl...
/content/code_sandbox/drivers/mdio/mdio_nxp_enet.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,299
```unknown config MDIO_ESP32 bool "ESP32 MDIO driver" default y depends on SOC_SERIES_ESP32 depends on DT_HAS_ESPRESSIF_ESP32_MDIO_ENABLED help Enable ESP32 MCU Family MDIO driver. ```
/content/code_sandbox/drivers/mdio/Kconfig.esp32
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
57
```unknown config MDIO_GPIO bool "GPIO bitbang MDIO controller driver" default y depends on DT_HAS_ZEPHYR_MDIO_GPIO_ENABLED help Enable software driven (bit banging) MDIO support using GPIO pins ```
/content/code_sandbox/drivers/mdio/Kconfig.gpio
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
51
```unknown config MDIO_NXP_S32_NETC bool "NXP S32 NETC External MDIO driver" default y depends on DT_HAS_NXP_S32_NETC_EMDIO_ENABLED depends on ETH_NXP_S32_NETC && DT_HAS_NXP_S32_NETC_PSI_ENABLED select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT help Enable NETC External MDIO Controller driver for NXP S...
/content/code_sandbox/drivers/mdio/Kconfig.nxp_s32_netc
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
99
```unknown config MDIO_ST_STM32_HAL bool "STM32 MDIO controller driver" default y depends on ETH_STM32_HAL_API_V2 depends on DT_HAS_ST_STM32_MDIO_ENABLED help Enable STM32 MDIO support. ```
/content/code_sandbox/drivers/mdio/Kconfig.stm32_hal
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
58
```c /* * */ #define DT_DRV_COMPAT atmel_sam_mdio #include <errno.h> #include <zephyr/device.h> #include <zephyr/init.h> #include <zephyr/kernel.h> #include <soc.h> #include <zephyr/drivers/clock_control/atmel_sam_pmc.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/net/mdio....
/content/code_sandbox/drivers/mdio/mdio_sam.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,493
```c /* * */ #define DT_DRV_COMPAT nxp_s32_gmac_mdio #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(nxp_s32_mdio, CONFIG_MDIO_LOG_LEVEL); #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/drivers/clock_control.h> #inclu...
/content/code_sandbox/drivers/mdio/mdio_nxp_s32_gmac.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,565
```unknown config MDIO_NXP_ENET_QOS bool "NXP ENET QoS MDIO driver" default y depends on DT_HAS_NXP_ENET_QOS_MDIO_ENABLED help Enable NXP ENET QOS (Quality of Service) MDIO driver. if MDIO_NXP_ENET_QOS config MDIO_NXP_ENET_QOS_RECHECK_COUNT int "Number of times to recheck MDIO transaction status" default 3 ...
/content/code_sandbox/drivers/mdio/Kconfig.nxp_enet_qos
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
248
```unknown menuconfig MDIO_NXP_S32_GMAC bool "NXP S32 GMAC MDIO driver" default y depends on DT_HAS_NXP_S32_GMAC_MDIO_ENABLED select CLOCK_CONTROL select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT help Enable GMAC MDIO driver for NXP S32 SoCs. if MDIO_NXP_S32_GMAC config MDIO_NXP_S32_TIMEOUT int "Ti...
/content/code_sandbox/drivers/mdio/Kconfig.nxp_s32_gmac
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
137
```unknown config MDIO_NXP_ENET bool "NXP ENET MDIO Driver" default y depends on DT_HAS_NXP_ENET_MDIO_ENABLED help Enable NXP ENET MDIO Driver. This Kconfig can be disabled manually if all ethernet PHYs being used with ENET are not managed by MDIO bus. if MDIO_NXP_ENET config MDIO_NXP_ENET_TIMEOUT int "NX...
/content/code_sandbox/drivers/mdio/Kconfig.nxp_enet
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
140
```c /* * */ #define DT_DRV_COMPAT litex_liteeth_mdio #include <zephyr/device.h> #include <zephyr/init.h> #include <zephyr/kernel.h> #include <zephyr/drivers/mdio.h> #include <soc.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(litex_liteeth_mdio, CONFIG_MDIO_LOG_LEVEL); #define LITEX_MDIO_CLK BIT(0) #def...
/content/code_sandbox/drivers/mdio/mdio_litex_liteeth.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,502
```c /* * */ #define DT_DRV_COMPAT zephyr_mdio_gpio #include <zephyr/device.h> #include <zephyr/init.h> #include <zephyr/kernel.h> #include <zephyr/drivers/gpio.h> #include <zephyr/drivers/mdio.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(mdio_gpio, CONFIG_MDIO_LOG_LEVEL); #define MDIO_GPIO_READ_OP 0 #...
/content/code_sandbox/drivers/mdio/mdio_gpio.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,433
```unknown # MDIO configuration options # # MDIO options # menuconfig MDIO bool "Management Data Input/Output (MDIO) drivers" help Enable MDIO Driver Configuration if MDIO config MDIO_SHELL bool "MDIO Shell" depends on SHELL help Enable MDIO Shell. The MDIO shell currently supports scanning and devic...
/content/code_sandbox/drivers/mdio/Kconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
295
```c /* * */ #define DT_DRV_COMPAT infineon_xmc4xxx_mdio #include <errno.h> #include <soc.h> #include <zephyr/device.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/init.h> #include <zephyr/kernel.h> #include <xmc_scu.h> #include <xmc_eth_mac.h> #include <zephyr/logging/l...
/content/code_sandbox/drivers/mdio/mdio_xmc4xxx.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,519
```c /* * */ #include <zephyr/shell/shell.h> #include <stdlib.h> #include <zephyr/drivers/mdio.h> #include <string.h> #include <zephyr/sys/util.h> #include <zephyr/devicetree.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(mdio_shell, CONFIG_LOG_DEFAULT_LEVEL); #if DT_HAS_COMPAT_STATUS_OKAY(atmel_sam_mdio) ...
/content/code_sandbox/drivers/mdio/mdio_shell.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,972
```unknown config MDIO_INFINEON_XMC4XXX bool "Infineon XMC4XXX MDIO driver" default y depends on DT_HAS_INFINEON_XMC4XXX_MDIO_ENABLED help Enable Infineon XMC4XXX MDIO driver. ```
/content/code_sandbox/drivers/mdio/Kconfig.xmc4xxx
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
60
```c /* * */ #define DT_DRV_COMPAT nxp_s32_netc_emdio #include <zephyr/kernel.h> #include <zephyr/drivers/mdio.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(nxp_s32_emdio, CONFIG_MDIO_LOG_LEVEL); #include <Netc_EthSwt_Ip.h> struct nxp_s32_mdio_config { const struct pi...
/content/code_sandbox/drivers/mdio/mdio_nxp_s32_netc.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
829
```c /* * */ #include <stdint.h> #include <errno.h> #include <zephyr/device.h> #include <zephyr/kernel.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/drivers/mdio.h> #include <zephyr/net/ethernet.h> #include <zephyr/net/mdio.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(mdio_stm32_hal, CONFIG_MDIO...
/content/code_sandbox/drivers/mdio/mdio_stm32_hal.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
853
```unknown # Atmel SAM SPI config SPI_SAM bool "Atmel SAM series SPI driver" default y depends on DT_HAS_ATMEL_SAM_SPI_ENABLED select GPIO help Enable support for the SAM SPI driver. if SPI_SAM config SPI_SAM_DMA bool "SPI SAM DMA Support" select DMA help Enable using DMA with SPI for SPI instances tha...
/content/code_sandbox/drivers/spi/Kconfig.sam
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
242
```unknown # Hidden option for turning on the dummy driver for vnd,spi devices # used in testing. config SPI_TEST def_bool DT_HAS_VND_SPI_ENABLED depends on DT_HAS_VND_SPI_ENABLED ```
/content/code_sandbox/drivers/spi/Kconfig.test
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
46
```c /* * */ #define DT_DRV_COMPAT nxp_enet_qos_mdio #include <zephyr/net/mdio.h> #include <zephyr/drivers/mdio.h> #include <zephyr/kernel.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/drivers/ethernet/eth_nxp_enet_qos.h> #include <zephyr/sys/util.h> #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(md...
/content/code_sandbox/drivers/mdio/mdio_nxp_enet_qos.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,674
```objective-c /* * */ #define LOG_LEVEL CONFIG_SPI_LOG_LEVEL #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(spi_atcspi200); #include "spi_context.h" #include <zephyr/device.h> #include <zephyr/drivers/spi.h> #ifdef CONFIG_ANDES_SPI_DMA_MODE #include <zephyr/drivers/dma.h> #endif #define REG_TFMAT 0x10 #defi...
/content/code_sandbox/drivers/spi/spi_andes_atcspi200.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,062
```c /* * */ #define DT_DRV_COMPAT microchip_xec_qmspi #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(spi_xec, CONFIG_SPI_LOG_LEVEL); #include "spi_context.h" #include <errno.h> #include <zephyr/device.h> #include <zephyr/drivers/spi.h> #include <zephyr/drivers/pinctrl.h> #include <soc.h> /* Device constant ...
/content/code_sandbox/drivers/spi/spi_xec_qmspi.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,624
```c /* * */ #define DT_DRV_COMPAT gd_gd32_spi #include <errno.h> #include <zephyr/kernel.h> #include <zephyr/drivers/clock_control.h> #include <zephyr/drivers/clock_control/gd32.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/drivers/reset.h> #include <zephyr/drivers/spi.h> #ifdef CONFIG_SPI_GD32_DMA #incl...
/content/code_sandbox/drivers/spi/spi_gd32.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,446
```objective-c /* * */ #ifndef ZEPHYR_DRIVERS_SPI_SPI_NXP_S32_H_ #define ZEPHYR_DRIVERS_SPI_SPI_NXP_S32_H_ #include <zephyr/drivers/spi.h> #include <zephyr/logging/log.h> #define LOG_LEVEL CONFIG_SPI_LOG_LEVEL LOG_MODULE_REGISTER(spi_nxp_s32); #include "spi_context.h" #include <Spi_Ip.h> #define SPI_NXP_S32_NUM_...
/content/code_sandbox/drivers/spi/spi_nxp_s32.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
446
```unknown # Ambiq SDK SPI # # # menuconfig SPI_AMBIQ bool "AMBIQ SPI driver" default y depends on DT_HAS_AMBIQ_SPI_ENABLED select GPIO select AMBIQ_HAL select AMBIQ_HAL_USE_SPI help Enable driver for Ambiq SPI. if SPI_AMBIQ config SPI_AMBIQ_DMA bool "AMBIQ APOLLO SPI DMA Support" depends on SPI_AMBIQ h...
/content/code_sandbox/drivers/spi/Kconfig.ambiq
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
370
```c /* * */ #define DT_DRV_COMPAT telink_b91_spi /* Redefine 'spi_read' and 'spi_write' functions names from HAL */ #define spi_read hal_spi_read #define spi_write hal_spi_write #include "spi.c" #undef spi_read #undef spi_write #include "clock.h" #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(spi_teli...
/content/code_sandbox/drivers/spi/spi_b91.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,707
```c /* * */ #define DT_DRV_COMPAT microchip_mpfs_spi #include <zephyr/device.h> #include <zephyr/drivers/spi.h> #include <zephyr/sys/sys_io.h> #include <zephyr/sys/util.h> #include <zephyr/logging/log.h> #include <zephyr/irq.h> LOG_MODULE_REGISTER(mss_spi, CONFIG_SPI_LOG_LEVEL); #include "spi_context.h" /* MSS ...
/content/code_sandbox/drivers/spi/spi_mchp_mss.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,869
```unknown # LiteX SPI (LiteSPI) configuration option config SPI_LITEX bool "LiteX SPI controller driver" default y depends on DT_HAS_LITEX_SPI_ENABLED help Enable the SPI peripherals on LiteX config SPI_LITEX_LITESPI bool "LiteX SPI LiteSPI controller driver" default y depends on DT_HAS_LITEX_SPI_LITESPI_...
/content/code_sandbox/drivers/spi/Kconfig.litex
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
98
```unknown config SPI_MCUX_FLEXIO bool "MCUX FlexIO SPI driver" default y depends on DT_HAS_NXP_FLEXIO_SPI_ENABLED depends on CLOCK_CONTROL select MCUX_FLEXIO help Enable support for MCUX FlexIO SPI driver. ```
/content/code_sandbox/drivers/spi/Kconfig.mcux_flexio
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
61
```c /* * */ #include <zephyr/drivers/spi.h> #include <zephyr/cache.h> #include <zephyr/pm/device.h> #include <zephyr/drivers/pinctrl.h> #include <zephyr/mem_mgmt/mem_attr.h> #include <soc.h> #ifdef CONFIG_SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 #include <nrfx_ppi.h> #endif #ifdef CONFIG_SOC_NRF5340_CPUAPP #include <...
/content/code_sandbox/drivers/spi/spi_nrfx_spim.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
6,675
```unknown config SPI_GRLIB_SPIMCTRL bool "GRLIB SPI memory controller" depends on SOC_SPARC_LEON help Enable the GRLIB SPIMCTRL ```
/content/code_sandbox/drivers/spi/Kconfig.grlib_spimctrl
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```c /* * */ #define DT_DRV_COMPAT sifive_spi0 #define LOG_LEVEL CONFIG_SPI_LOG_LEVEL #include <zephyr/logging/log.h> LOG_MODULE_REGISTER(spi_sifive); #include "spi_sifive.h" #include <soc.h> #include <stdbool.h> /* Helper Functions */ static ALWAYS_INLINE void sys_set_mask(mem_addr_t addr, uint32_t mask, uint3...
/content/code_sandbox/drivers/spi/spi_sifive.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,160
```unknown # Cypress SCB[SPI] configuration config SPI_PSOC6 bool "PSoC-6 MCU SCB spi driver" default y depends on DT_HAS_CYPRESS_PSOC6_SPI_ENABLED select USE_INFINEON_SPI select PINCTRL help This option enables the SCB[SPI] driver for PSoC-6 SoC family. ```
/content/code_sandbox/drivers/spi/Kconfig.psoc6
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
80
```objective-c /* spi_pw.h - Penwell SPI driver definitions */ /* * */ #ifndef ZEPHYR_DRIVERS_SPI_SPI_PW_H_ #define ZEPHYR_DRIVERS_SPI_SPI_PW_H_ #include "spi_context.h" /* lpss penwell spi registers */ #define PW_SPI_REG_CTRLR0 0x00 #define PW_SPI_REG_CTRLR1 0x04 #define PW_SPI_REG_SS...
/content/code_sandbox/drivers/spi/spi_pw.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,190