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 # This configuration allows selecting what debug adapter debugging to use # for the SparkFun Pro Micro RP2040 by a command-line argument. # It is mainly intended to support both the 'picoprobe' and 'raspberrypi-swd' # adapter described in "Getting started with Raspberry Pi Pico". # And any other SWD debug ada...
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
481
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000 CONFIG_RESET=y # Enable UART driver CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable clock control by default CONFIG_CLOCK_CONTROL=y # Code partition needed to target the correct flash range CONFI...
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
99
```yaml board: name: sparkfun_pro_micro_rp2040 vendor: sparkfun socs: - name: rp2040 ```
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* */ #include <dt-bindings/pinctrl/rpi-pico-rp2040-pinctrl.h> &pinctrl { uart0_default: uart0_default { group1 { pinmux = <UART0_TX_P0>; }; group2 { pinmux = <UART0_RX_P1>; input-enable; }; }; i2c1_default: i2c1_default { group1 { pinmux = <I2C1_SDA_P2>; input-enable; }; ...
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
320
```unknown config BOARD_SPARKFUN_PRO_MICRO_RP2040 select SOC_RP2040 ```
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/Kconfig.sparkfun_pro_micro_rp2040
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
22
```unknown if BOARD_SPARKFUN_PRO_MICRO_RP2040 config RP2_FLASH_W25Q080 default y if I2C_DW config I2C_DW_CLOCK_SPEED default 125 endif # I2C_DW config USB_SELF_POWERED default n endif # BOARD_SPARKFUN_PRO_MICRO_RP2040 ```
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```unknown /* * */ /dts-v1/; #include <rpi_pico/rp2040.dtsi> #include "sparkfun_pro_micro_rp2040-pinctrl.dtsi" #include "sparkfun_pro_micro_connector.dtsi" #include <freq.h> #include <zephyr/dt-bindings/led/led.h> / { chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,flash-controller = &ssi; z...
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
786
```ini # Checking and set 'adapter speed'. # Set the adaptor speed, if unset, and given as an argument. proc set_adapter_speed_if_not_set { speed } { puts "checking adapter speed..." if { [catch {adapter speed} ret] } { adapter speed $speed } } ```
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
64
```yaml identifier: sparkfun_pro_micro_rp2040 name: Sparkfun Pro Micro RP2040 type: mcu arch: arm flash: 16384 ram: 264 toolchain: - zephyr - gnuarmemb - xtools supported: - uart - gpio - adc - i2c - spi - hwinfo - watchdog - pwm - flash - dma - counter - clock ```
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
115
```cmake board_runner_args(pyocd "--target=nrf52832") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```unknown /* * */ /dts-v1/; #include <nordic/nrf52832_qfaa.dtsi> #include "nrf52_sparkfun-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Sparkfun nRF52832 Breakout"; compatible = "sparkfun,nrf52832"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,...
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
654
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```restructuredtext .. _sparkfun_pro_micro_rp2040: SparkFun Pro Micro RP2040 ######################### Overview ******** The SparkFun Pro Micro RP2040 is a small, low-cost, versatile board from SparkFun. It is equipped with an RP2040 SoC, an on-board WS2812 addressable LED, a USB connector, and a Qwiic connector. Th...
/content/code_sandbox/boards/sparkfun/pro_micro_rp2040/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,052
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 27)>, <NRF_PSEL(UART_RX, 0, 26)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 27)>, <NRF_PSEL(UART_RX, 0, 26)>; low-power-enable; }; }; }; ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
124
```yaml board: name: nrf52_sparkfun vendor: sparkfun socs: - name: nrf52832 ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```yaml identifier: nrf52_sparkfun name: Sparkfun nRF52832 breakout type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 64 flash: 512 vendor: sparkfun ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
65
```unknown # Sparkfun nRF52832 breakout board configuration config BOARD_NRF52_SPARKFUN select SOC_NRF52832_QFAA ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/Kconfig.nrf52_sparkfun
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```unknown # Enable MPU CONFIG_ARM_MPU=y # enable GPIO CONFIG_GPIO=y # enable uart driver CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
42
```unknown # Sparkfun nRF52832 breakout board configuration if BOARD_NRF52_SPARKFUN config BT_CTLR default BT endif # BOARD_NRF52_SPARKFUN ```
/content/code_sandbox/boards/sparkfun/nrf52_sparkfun/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
40
```unknown # Sparkfun nRF9160 Thing Plus configuration config BOARD_SPARKFUN_THING_PLUS select SOC_NRF9160_SICA ```
/content/code_sandbox/boards/sparkfun/thing_plus/Kconfig.sparkfun_thing_plus
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```cmake board_runner_args(nrfjprog "--nrf-family=NRF91") 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/sparkfun/thing_plus/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```yaml identifier: sparkfun_thing_plus/nrf9160 name: Sparkfun-Thing-Plus-nRF9160 type: mcu arch: arm toolchain: - gnuarmemb - xtools - zephyr ram: 64 flash: 256 supported: - i2c - pwm - watchdog - counter vendor: sparkfun ```
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
91
```unknown /* * */ /dts-v1/; #include <nordic/nrf9160ns_sica.dtsi> #include "sparkfun_thing_plus_nrf9160_common.dtsi" / { chosen { zephyr,flash = &flash0; zephyr,sram = &sram0_ns; zephyr,code-partition = &slot0_ns_partition; }; aliases { watchdog0 = &wdt0; }; }; ```
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_ns.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
104
```yaml identifier: sparkfun_thing_plus/nrf9160/ns name: Sparkfun-Thing-Plus-nRF9160-Non-Secure type: mcu arch: arm toolchain: - gnuarmemb - xtools - zephyr ram: 128 flash: 192 supported: - i2c - pwm - watchdog vendor: sparkfun ```
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_ns.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
92
```unknown # Enable MPU CONFIG_ARM_MPU=y # Enable TrustZone-M CONFIG_ARM_TRUSTZONE_M=y # Hardware stack protection CONFIG_HW_STACK_PROTECTION=y # Enable UART driver CONFIG_SERIAL=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_REGULATOR=y ```
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
65
```unknown /* * */ /dts-v1/; #include <nordic/nrf9160_sica.dtsi> #include "sparkfun_thing_plus_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/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
155
```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/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
733
```yaml board: name: sparkfun_thing_plus vendor: sparkfun socs: - name: nrf9160 variants: - name: 'ns' ```
/content/code_sandbox/boards/sparkfun/thing_plus/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
41
```unknown /* * */ /* * Default Flash planning for sparkfun_thing_plus_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/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_partition_conf.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
375
```unknown # Circuit Dojo nRF9160 Feather configuration if BOARD_SPARKFUN_THING_PLUS # 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/sparkfun/thing_plus/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
321
```unknown # Sparkfun nRF9160 Thing Plus configuration config BOARD_SPARKFUN_THING_PLUS # The GPIO driver is required by this board's initialization code # (board.c), so it is forced here to be enabled always, not only # enabled by default (in defconfig). select GPIO ```
/content/code_sandbox/boards/sparkfun/thing_plus/Kconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
67
```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 UART driver CONFIG_SERIAL=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_...
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_ns_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
86
```unknown /* * */ #include "sparkfun_thing_plus_nrf9160_common-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Sparkfun nRF9160 Thing Plus"; compatible = "sparkfun,thing-plus-nrf9160"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &ua...
/content/code_sandbox/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,907
```restructuredtext .. _boards-arduino: Arduino ####### .. toctree:: :maxdepth: 1 :glob: **/* ```
/content/code_sandbox/boards/arduino/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
31
```cmake include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) ```
/content/code_sandbox/boards/arduino/mkrzero/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
19
```unknown /* */ / { arduino_mkr_header: connector { compatible = "arduino-mkr-header"; #gpio-cells = <2>; gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &porta 22 0>, /* D0 */ <1 0 &porta 23 0>, /* D1 */ <2 0 &porta 10 0>, /* D2 */ <3 0 &po...
/content/code_sandbox/boards/arduino/mkrzero/arduino_mkr_connector.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
578
```unknown CONFIG_SOC_ATMEL_SAMD_XOSC32K=y CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y CONFIG_BOOTLOADER_BOSSA=y CONFIG_BOOTLOADER_BOSSA_ARDUINO=y CONFIG_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y ```
/content/code_sandbox/boards/arduino/mkrzero/arduino_mkrzero_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```restructuredtext .. _sparkfun_thing_plus_nrf9160: nRF9160 Thing Plus ################## .. figure:: img/sparkfun_thing_plus_nrf9160.jpg :align: center :alt: Sparkfun nRF9160 Thing Plus nRF9160 Thing Plus (Credit: Sparkfun) Overview ******** The nRF9160 Thing Plus designed by Circuit Dojo is a sin...
/content/code_sandbox/boards/sparkfun/thing_plus/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,043
```cmake # SPI is implemented via sercom so node name isn't spi@... list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge") # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - /soc/pinmux@41004400 & /soc/gpio@41004400 # - /soc/pinmux@41004480 & /soc/gpio@41004480 list(APPEND EXTRA_DTC_FLAGS "...
/content/code_sandbox/boards/arduino/mkrzero/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
104
```yaml board: name: arduino_mkrzero vendor: arduino socs: - name: samd21g18a ```
/content/code_sandbox/boards/arduino/mkrzero/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```yaml identifier: arduino_mkrzero name: Arduino MKRZERO type: mcu arch: arm ram: 32 flash: 256 toolchain: - zephyr - gnuarmemb - xtools supported: - adc - counter - dac - dma - gpio - hwinfo - pwm - spi - uart - usb_device - watchdog vendor: arduino ```
/content/code_sandbox/boards/arduino/mkrzero/arduino_mkrzero.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
109
```unknown config BOARD_ARDUINO_MKRZERO select SOC_SAMD21G18A ```
/content/code_sandbox/boards/arduino/mkrzero/Kconfig.arduino_mkrzero
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
21
```unknown # Arduino MKR Zero board configuration if DISK_DRIVERS config DISK_DRIVER_SDMMC default y config SPI default y config GPIO default y endif # DISK_DRIVERS ```
/content/code_sandbox/boards/arduino/mkrzero/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```unknown /* */ #include <dt-bindings/pinctrl/samd21-da1gXabcd-pinctrl.h> &pinctrl { dac_default: dac_default { group1 { pinmux = <PA2B_DAC_VOUT>; }; }; sercom0_i2c_default: sercom0_i2c_default { group1 { pinmux = <PA8C_SERCOM0_PAD0>, <PA9C_SERCOM0_PAD1>; }; }; sercom1_spi_default: sercom1_...
/content/code_sandbox/boards/arduino/mkrzero/arduino_mkrzero-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
362
```unknown /* * */ /dts-v1/; #include <atmel/samd21.dtsi> #include <atmel/samx2xx18.dtsi> #include "arduino_mkrzero-pinctrl.dtsi" #include "arduino_mkr_connector.dtsi" / { model = "Arduino MKR Zero"; compatible = "arduino,mkrzero"; chosen { zephyr,console = &sercom5; zephyr,shell-uart = &sercom5; zephyr,s...
/content/code_sandbox/boards/arduino/mkrzero/arduino_mkrzero.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
898
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 CONFIG_BUILD_OUTPUT_HEX=y # Enable UART driver CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y CONFIG_CLOCK_CONTROL=y CONFIG_USE_DT_CODE_PARTITION=y ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_wifi_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
76
```unknown /* * */ /dts-v1/; #include "arduino_uno_r4_common.dtsi" #include "arduino_uno_r4_minima-pinctrl.dtsi" / { model = "Arduino Uno R4 Minima"; leds { compatible = "gpio-leds"; led: led { gpios = <&ioport1 11 GPIO_ACTIVE_HIGH>; }; }; aliases { led0 = &led; }; arduino_header: connector { ...
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_minima.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
580
```cmake board_runner_args(pyocd "--target=r7fa4m1ab") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/arduino/uno_r4/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```restructuredtext .. _arduino_mkrzero: Arduino MKR Zero #################### Overview ******** The Arduino MKR Zero built with smaller MKR form factor and powered by Atmel's SAMD21 MCU. This board come with microSD card holder that allows you to play with music files with no extra hardware. .. image:: img/arduino...
/content/code_sandbox/boards/arduino/mkrzero/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,375
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r7fa4m1xxxxxx.h> &pinctrl { sci2_default: sci2_default { group1 { pinmux = <P301_RXD2>, <P302_TXD2>; }; }; }; ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_wifi-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown config BOARD_ARDUINO_UNO_R4_MINIMA select SOC_R7FA4M1AB3CFM ```
/content/code_sandbox/boards/arduino/uno_r4/Kconfig.arduino_uno_r4_minima
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
28
```yaml identifier: arduino_uno_r4_wifi name: Arduino Uno R4 WiFi type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 32 supported: - gpio - uart ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_wifi.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
64
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r7fa4m1xxxxxx.h> &pinctrl { sci2_default: sci2_default { group1 { pinmux = <P301_RXD2>, <P302_TXD2>; }; }; }; ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_minima-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown /* * */ /dts-v1/; #include <renesas/ra/r7fa4m1ab3cfm.dtsi> #include <zephyr/dt-bindings/gpio/gpio.h> / { model = "Arduino Uno R4 Board"; compatible = "renesas,r7fa4m1ab3cfm"; chosen { zephyr,console = &uart2; zephyr,shell-uart = &uart2; zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,c...
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_common.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
403
```yaml boards: - name: arduino_uno_r4_minima vendor: arduino socs: - name: r7fa4m1ab3cfm - name: arduino_uno_r4_wifi vendor: arduino socs: - name: r7fa4m1ab3cfm ```
/content/code_sandbox/boards/arduino/uno_r4/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 CONFIG_BUILD_OUTPUT_HEX=y # Enable UART driver CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y CONFIG_CLOCK_CONTROL=y CONFIG_USE_DT_CODE_PARTITION=y ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_minima_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
76
```unknown config BOARD_ARDUINO_UNO_R4_WIFI select SOC_R7FA4M1AB3CFM ```
/content/code_sandbox/boards/arduino/uno_r4/Kconfig.arduino_uno_r4_wifi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
27
```yaml identifier: arduino_uno_r4_minima name: Arduino Uno R4 Minima type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools ram: 32 supported: - gpio - uart ```
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_minima.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
66
```unknown /* * */ /dts-v1/; #include "arduino_uno_r4_common.dtsi" #include "arduino_uno_r4_wifi-pinctrl.dtsi" / { model = "Arduino Uno R4 WiFi"; leds { compatible = "gpio-leds"; led: led { gpios = <&ioport1 2 GPIO_ACTIVE_HIGH>; }; }; aliases { led0 = &led; }; arduino_header: connector { compa...
/content/code_sandbox/boards/arduino/uno_r4/arduino_uno_r4_wifi.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
578
```restructuredtext .. _arduino_uno_r4: Arduino UNO R4 ############## Overview ******** The Arduino UNO R4 Minima/WiFi is a development board featuring the Renesas RA4M1 SoC in the Arduino form factor and is compatible with traditional Arduino. Hardware ******** - Renesas RA4MA1 Processor (ARM Cortex-M4 at 48 MHz)...
/content/code_sandbox/boards/arduino/uno_r4/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
827
```cmake include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) board_runner_args(jlink "--device=atsam3x8e" "--speed=4000" "--reset-after-load") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/arduino/due/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
61
```unknown config BOARD_ARDUINO_DUE select SOC_SAM3X8E ```
/content/code_sandbox/boards/arduino/due/Kconfig.arduino_due
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
20
```unknown /dts-v1/; #include <atmel/sam3x.dtsi> #include "arduino_due-pinctrl.dtsi" / { model = "Arduino Due with an Atmel SAM3X8E SoC"; compatible = "arduino,due", "atmel,sam3x8e", "atmel,sam3x"; aliases { uart-0 = &uart; i2c-0 = &twi0; i2c-1 = &twi1; pwm-0 = &pwm0; led0 = &yellow_led; watchdog0 = ...
/content/code_sandbox/boards/arduino/due/arduino_due.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
406
```unknown CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_WDT_DISABLE_AT_BOOT=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y ```
/content/code_sandbox/boards/arduino/due/arduino_due_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
36
```yaml board: name: arduino_due vendor: arduino socs: - name: sam3x8e ```
/content/code_sandbox/boards/arduino/due/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
30
```unknown /* */ #include <dt-bindings/pinctrl/sam3XXh-pinctrl.h> &pinctrl { twi0_default: twi0_default { group1 { pinmux = <PA18A_TWI0_TWCK>, <PA17A_TWI0_TWD>; }; }; twi1_default: twi1_default { group1 { pinmux = <PB13A_TWI1_TWCK>, <PB12A_TWI1_TWD>; }; }; uart_default: uart_default { ...
/content/code_sandbox/boards/arduino/due/arduino_due-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
386
```yaml identifier: arduino_due name: Arduino Due type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools flash: 512 ram: 96 supported: - arduino_i2c - gpio - watchdog vendor: arduino ```
/content/code_sandbox/boards/arduino/due/arduino_due.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75
```unknown # Enable MPU CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y # enable peripherals CONFIG_GPIO=y CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # enable sam-ba bootloader on legacy mode CONFIG_BOOTLOADER_BOSSA=y CONFIG_BOOTLOADER_BOSSA_LEGACY=y ```
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
74
```cmake board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") board_runner_args(trace32 "--startup-args" "elfFile=${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}" ) include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) include(${ZEPHYR_BASE}/boar...
/content/code_sandbox/boards/arduino/nano_33_ble/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
117
```restructuredtext .. _arduino_due: Arduino Due ########### Overview ******** The arduino_due board configuration is used by Zephyr applications that run on the Arduino Due board. It provides support for the Atmel SAM3X8E ARM Cortex-M3 CPU and the following devices: * Nested Vectored Interrupt Controller (NVIC) *...
/content/code_sandbox/boards/arduino/due/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,670
```unknown /* * */ / { chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &uart0; zephyr,bt-mon-uart = &uart0; zephyr,bt-c2h-uart = &uart0; zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,code-partition = &code_partition; zephyr,ieee802154 = &ieee802154; }; ...
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble-common.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,671
```unknown config BOARD_ARDUINO_NANO_33_BLE select SOC_NRF52840_QIAA ```
/content/code_sandbox/boards/arduino/nano_33_ble/Kconfig.arduino_nano_33_ble
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/arduino/nano_33_ble/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```unknown /* */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 1, 3)>, <NRF_PSEL(UART_RX, 1, 10)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 1, 3)>, <NRF_PSEL(UART_RX, 1, 10)>; low-power-enable; }; }; i2c0_default: i2c0_default...
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
983
```c /* * */ #include <zephyr/init.h> #include <zephyr/drivers/gpio.h> static int board_init(void) { int res; static const struct gpio_dt_spec pull_up = GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), pull_up_gpios); static const struct gpio_dt_spec user_led = GPIO_DT_SPEC_GET(DT_ALIAS(led4), gpios); if (!gpio_is_...
/content/code_sandbox/boards/arduino/nano_33_ble/board.c
c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
174
```unknown /* */ / { arduino_nano_header: connector { compatible = "arduino-nano-header-r3"; #gpio-cells = <2>; gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &gpio1 3 0>, /* D0 / UART-TX */ <1 0 &gpio1 10 0>, /* D1 / UART-RX */ <2 0 &gpio1 11 0>, /*...
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_r3_connector.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
549
```unknown # Enable MPU CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y # enable peripherals CONFIG_GPIO=y CONFIG_SERIAL=y # enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # enable sam-ba bootloader on legacy mode CONFIG_BOOTLOADER_BOSSA=y CONFIG_BOOTLOADER_BOSSA_LEGACY=y ```
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
74
```yaml board: name: arduino_nano_33_ble vendor: arduino socs: - name: nrf52840 variants: - name: 'sense' ```
/content/code_sandbox/boards/arduino/nano_33_ble/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
43
```yaml identifier: arduino_nano_33_ble name: Arduino Nano 33 BLE type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools supported: - adc - ble - i2c - pwm - serial - spi - uart - usb_device - watchdog vendor: arduino ```
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
95
```unknown /* * */ /dts-v1/; #include <nordic/nrf52840_qiaa.dtsi> #include "arduino_nano_33_ble-common.dtsi" #include "arduino_nano_33_ble-pinctrl.dtsi" #include "arduino_nano_r3_connector.dtsi" / { model = "Arduino Nano 33 BLE"; compatible = "arduino,arduino_nano_33_ble"; }; ```
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
90
```unknown if BOARD_ARDUINO_NANO_33_BLE config BT_CTLR default BT config REGULATOR default y if SENSOR endif # BOARD_ARDUINO_NANO_33_BLE ```
/content/code_sandbox/boards/arduino/nano_33_ble/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
44
```yaml identifier: arduino_nano_33_ble//sense name: Arduino Nano 33 BLE Sense type: mcu arch: arm toolchain: - zephyr - gnuarmemb - xtools supported: - adc - ble - i2c - pwm - serial - spi - uart - usb_device - watchdog vendor: arduino ```
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
98
```unknown /* * */ /dts-v1/; #include <nordic/nrf52840_qiaa.dtsi> #include "arduino_nano_33_ble-common.dtsi" #include "arduino_nano_33_ble-pinctrl.dtsi" #include "arduino_nano_r3_connector.dtsi" / { model = "Arduino Nano 33 BLE Sense"; compatible = "arduino,arduino_nano_33_ble_sense"; mic_pwr: mic_pwr { compat...
/content/code_sandbox/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
363
```unknown ENTRY %LINE &args DO ~~~~/startup.cmm command=debug &args ENDDO ```
/content/code_sandbox/boards/arduino/nano_33_ble/support/debug.cmm
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
25
```unknown GLOBAL &GDBPORT GLOBAL &TERMPORT ; ; parse arguments ; ENTRY %LINE &args &command=STRing.SCANAndExtract("&args","command=","debug") &elfFile=STRing.SCANAndExtract("&args","elfFile=","") &gdbRemote=STRing.SCANAndExtract("&args","gdbRemote=","") &termComPort=STRing.SCANAndExtract("&args","terminal=","") &use...
/content/code_sandbox/boards/arduino/nano_33_ble/support/startup.cmm
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
805
```unknown /* * */ /dts-v1/; #include <nordic/nrf52832_qfaa.dtsi> #include "arduino_nicla_sense_me-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> #include <zephyr/dt-bindings/led/led.h> / { model = "Arduino Nicla Sense ME"; compatible = "arduino,arduino_nicla_sense_me"; gpio_keys { comp...
/content/code_sandbox/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,183
```cmake board_runner_args(pyocd "--target=nrf52832" "--frequency=400000") include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) ```
/content/code_sandbox/boards/arduino/nicla_sense_me/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```unknown # Arduino Nicla Sense ME board configuration config BOARD_ARDUINO_NICLA_SENSE_ME select SOC_NRF52832_QFAA ```
/content/code_sandbox/boards/arduino/nicla_sense_me/Kconfig.arduino_nicla_sense_me
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown # Enable MPU CONFIG_ARM_MPU=y 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 # enable pin controller CONFIG_PINCTRL=y ```
/content/code_sandbox/boards/arduino/nicla_sense_me/arduino_nicla_sense_me_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
59
```restructuredtext .. _arduino_nano_33_ble: Arduino Nano 33 BLE (Sense) ################################# Overview ******** The Arduino Nano 33 BLE is designed around Nordic Semiconductor's nRF52840 ARM Cortex-M4F CPU. Arduino sells 2 variants of the board, the plain `BLE`_ type and the `BLE Sense`_ type. The "Sens...
/content/code_sandbox/boards/arduino/nano_33_ble/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,862
```cmake # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: # - power@40000000 & clock@40000000 & bprot@40000000 # - acl@4001e000 & flash-controller@4001e000 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") ```
/content/code_sandbox/boards/arduino/nicla_sense_me/pre_dt_board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
72
```yaml board: name: arduino_nicla_sense_me vendor: arduino socs: - name: nrf52832 ```
/content/code_sandbox/boards/arduino/nicla_sense_me/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown /* * */ &pinctrl { uart0_default: uart0_default { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0, 9)>; }; }; uart0_sleep: uart0_sleep { group1 { psels = <NRF_PSEL(UART_TX, 0, 20)>, <NRF_PSEL(UART_RX, 0, 9)>; low-power-enable; }; }; i2c0_default: i2c0_defa...
/content/code_sandbox/boards/arduino/nicla_sense_me/arduino_nicla_sense_me-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
697
```yaml identifier: arduino_nicla_sense_me name: Arduino Nicla Sense ME type: mcu arch: arm ram: 64 flash: 512 toolchain: - zephyr - gnuarmemb - xtools supported: - gpio - i2c - spi - shell - counter - nvs - pwm - watchdog vendor: arduino ```
/content/code_sandbox/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
102
```unknown # Arduino Nicla Sense ME board configuration if BOARD_ARDUINO_NICLA_SENSE_ME config BT_CTLR default BT endif # BOARD_ARDUINO_NICLA_SENSE_ME ```
/content/code_sandbox/boards/arduino/nicla_sense_me/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
45
```restructuredtext .. _arduino_nicla_sense_me: Arduino Nicla Sense ME ###################### Overview ******** The `Arduino Nicla Sense ME`_ is designed around Nordic Semiconductor's nrf52832 ARM Cortex-M4F CPU. The board houses 4 low power industrial grade sensors that can measure rotation, acceleration, pressure, ...
/content/code_sandbox/boards/arduino/nicla_sense_me/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
989
```cmake if(CONFIG_BOARD_ARDUINO_GIGA_R1_STM32H747XX_M7) board_runner_args(jlink "--device=STM32H747XI_M7" "--speed=4000") board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_arduino_giga_r1_m7.cfg") board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) elseif(CONFIG_BOARD_ARDUINO_GIGA_R1_STM32H747XX_...
/content/code_sandbox/boards/arduino/giga_r1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
276
```unknown # Disable the internal SMPS regulator CONFIG_POWER_SUPPLY_DIRECT_SMPS=n # Enable GPIO CONFIG_GPIO=y # Enable clocks CONFIG_CLOCK_CONTROL=y # Enable MPU CONFIG_ARM_MPU=y # Enable HW stack protection CONFIG_HW_STACK_PROTECTION=y # Enable uart driver CONFIG_SERIAL=y # Console CONFIG_CONSOLE=y CONFIG_UART...
/content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
109
```unknown /* * */ /dts-v1/; #include <st/h7/stm32h747Xi_m4.dtsi> #include <st/h7/stm32h747xihx-pinctrl.dtsi> #include "arduino_giga_r1.dtsi" / { model = "Arduino GIGA R1 WiFi Board (M4)"; compatible = "arduino,giga-r1"; chosen { zephyr,console = &usart2; zephyr,shell-uart = &usart2; zephyr,sram = &sram1;...
/content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
216
```unknown # Enable GPIO CONFIG_GPIO=y # Clock configuration CONFIG_CLOCK_CONTROL=y # Enable MPU CONFIG_ARM_MPU=y # Enable HW stack protection CONFIG_HW_STACK_PROTECTION=y # Enable uart driver CONFIG_SERIAL=y # Console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable pin controller CONFIG_PINCTRL=y ```
/content/code_sandbox/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
73