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
```restructuredtext .. _ek_ra2a1: RA2A1 Evaluation Kit #################### Overview ******** The EK-RA2A1 is an evaluation kit for Renesas RA2A1 Microcontroller Group. Renesas RA2A1 Microcontroller Group has following features - 48MHz, Arm Cortex-M23 core - 256kB Code Flash, 8kB Data Flash, 32kB SRAM - USB 2.0 Fu...
/content/code_sandbox/boards/renesas/ek_ra2a1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
699
```unknown /* */ &pinctrl { sci0_default: sci0_default { group1 { /* tx rx */ psels = <RA_PSEL(RA_PSEL_SCI_0, 4, 11)>, <RA_PSEL(RA_PSEL_SCI_0, 4, 10)>; }; }; }; ```
/content/code_sandbox/boards/renesas/ek_ra6m5/ek_ra6m5-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```yaml board: name: ek_ra6m5 vendor: renesas socs: - name: r7fa6m5bh3cfc ```
/content/code_sandbox/boards/renesas/ek_ra6m5/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```unknown /* */ /dts-v1/; #include <renesas/ra/ra6/r7fa6m5bh3cfc.dtsi> #include <dt-bindings/gpio/gpio.h> #include "ek_ra6m5-pinctrl.dtsi" / { model = "Renesas EK-RA6M5"; compatible = "renesas,ra6m5", "renesas,ra"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart0; zephyr,...
/content/code_sandbox/boards/renesas/ek_ra6m5/ek_ra6m5.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
418
```cmake # # # board_runner_args(ezflashcli) board_runner_args(jlink --device=DA14695) include(${ZEPHYR_BASE}/boards/common/ezflashcli.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/da14695_dk_usb/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
58
```unknown # DA14695 Development Kit USB board configuration config BOARD_DA14695_DK_USB select SOC_DA14695 ```
/content/code_sandbox/boards/renesas/da14695_dk_usb/Kconfig.da14695_dk_usb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
26
```yaml identifier: da14695_dk_usb name: DA14695_DK_USB type: mcu arch: arm ram: 512 toolchain: - zephyr - gnuarmemb - xtools supported: - arduino_gpio - gpio - hwinfo - watchdog - i2c - spi - usb_device ```
/content/code_sandbox/boards/renesas/da14695_dk_usb/da14695_dk_usb.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
90
```yaml board: name: da14695_dk_usb vendor: renesas socs: - name: da14695 ```
/content/code_sandbox/boards/renesas/da14695_dk_usb/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
32
```restructuredtext .. _ek_ra6m5: RA6M5 Evaluation Kit #################### Overview ******** The Renesas RA6M5 group uses the high-performance Arm Cortex-M33 core with TrustZone. The RA6M5 is suitable for IoT applications requiring Ethernet, future proof security, large embedded RAM, and low active power consumptio...
/content/code_sandbox/boards/renesas/ek_ra6m5/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,257
```unknown /* */ #include <zephyr/dt-bindings/pinctrl/smartbond-pinctrl.h> &pinctrl { uart_default: uart_default { group1 { pinmux = <SMARTBOND_PINMUX(UART_TX, 0, 9)>; }; group2 { pinmux = <SMARTBOND_PINMUX(UART_RX, 0, 8)>; bias-pull-up; }; }; uart2_default: uart2_default { group1 { pinmux ...
/content/code_sandbox/boards/renesas/da14695_dk_usb/da14695_dk_usb-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
885
```unknown # # # CONFIG_HW_STACK_PROTECTION=y CONFIG_GPIO=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_BUILD_OUTPUT_HEX=n CONFIG_I2C=y CONFIG_I2C_CALLBACK=y ```
/content/code_sandbox/boards/renesas/da14695_dk_usb/da14695_dk_usb_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
47
```unknown /* */ /dts-v1/; #include <renesas/smartbond/da14695.dtsi> #include "da14695_dk_usb-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "DA14695 series Development Kit USB"; compatible = "renesas,da14695_dk_usb"; #address-cells = <1>; #size-cells = <1>; chosen { zephyr...
/content/code_sandbox/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,712
```unknown config BOARD_RCAR_SALVATOR_X select SOC_R8A77951_R7 ```
/content/code_sandbox/boards/renesas/rcar_salvator_x/Kconfig.rcar_salvator_x
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
22
```cmake board_runner_args(openocd "--use-elf") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) ```
/content/code_sandbox/boards/renesas/rcar_salvator_x/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```restructuredtext .. _da14695_dk_usb: DA14695 Development Kit USB ########################### Overview ******** The DA14695 Development Kit USB is a low cost development board for DA14695. The development kit comes with an integrated debugger and an USB hub to have both the on-chip USB and the J-Link connected via...
/content/code_sandbox/boards/renesas/da14695_dk_usb/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
856
```unknown /* * * */ /dts-v1/; #include <arm/renesas/rcar/gen3/r8a77951.dtsi> #include "rcar_salvator_x_r8a77951_r7-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Renesas h3 Salvator-X board"; compatible = "renesas,h3-salvatorx-cr7"; chosen { zephyr,sram = &sram0; zephyr...
/content/code_sandbox/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
585
```unknown CONFIG_CLOCK_CONTROL=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000 CONFIG_CONSOLE=y CONFIG_RAM_CONSOLE=y CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0 CONFIG_GPIO=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y ```
/content/code_sandbox/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
61
```yaml identifier: rcar_salvator_x/r8a77951/r7 name: Cortex r7 for Renesas H3 Salvator-X type: mcu arch: arm toolchain: - zephyr - gnuarmemb supported: - i2c - gpio - clock_control - uart testing: ignore_tags: - isotp vendor: renesas ```
/content/code_sandbox/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
95
```yaml board: name: rcar_salvator_x vendor: renesas socs: - name: r8a77951 ```
/content/code_sandbox/boards/renesas/rcar_salvator_x/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h> &pfc { can0_data_a_tx_default: can0_data_a_tx_default { pin = <PIN_RD FUNC_CAN0_TX_A>; }; can0_data_a_rx_default: can0_data_a_rx_default { pin = <PIN_RD_WR FUNC_CAN0_RX_A>; }; scif1_data_a_tx_default: scif1_data_a_tx_defa...
/content/code_sandbox/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
221
```ini # Renesas R-Car Gen3 H3 Salvator-X Cortex-R7 Board Config source [find interface/ftdi/olimex-arm-usb-ocd-h.cfg] source [find target/renesas_rcar_reset_common.cfg] set _CHIPNAME r8a77951 set DAP_TAPID 0x5ba00477 set CA57_0_DBGBASE 0x80410000 set CA57_0_CTIBASE 0x80420000 set CR7_DBGBASE 0x80910000 set CR7_CTIBAS...
/content/code_sandbox/boards/renesas/rcar_salvator_x/support/openocd.cfg
ini
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
879
```cmake board_runner_args(jlink "--device=R7FA6E2BB") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/ek_ra6e2/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=200000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_CONSOLE=y CONFIG_CONSOLE=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/renesas/ek_ra6e2/ek_ra6e2_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```unknown /* */ /dts-v1/; #include <renesas/ra/ra6/r7fa6e2bb3cfm.dtsi> #include <dt-bindings/gpio/gpio.h> #include "ek_ra6e2-pinctrl.dtsi" / { model = "Renesas EK-RA6E2"; compatible = "renesas,ra6e2", "renesas,ra"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart0; zephyr,...
/content/code_sandbox/boards/renesas/ek_ra6e2/ek_ra6e2.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
547
```unknown /* */ &pinctrl { sci0_default: sci0_default { group1 { /* tx rx */ psels = <RA_PSEL(RA_PSEL_SCI_0, 4, 11)>, <RA_PSEL(RA_PSEL_SCI_0, 4, 10)>; }; }; }; ```
/content/code_sandbox/boards/renesas/ek_ra6e2/ek_ra6e2-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```restructuredtext .. _rcar_h3_salvatorx_boards: Renesas R-Car H3 Salvator-X ########################### Overview ******** - The H3 Salvator-X board is designed for evaluating the features and performance of the R-CAR H3 device from Renesas Electronics and it is also used for developing and evaluating applicatio...
/content/code_sandbox/boards/renesas/rcar_salvator_x/doc/rcar_salvator_x.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,306
```unknown config BOARD_EK_RA6E2 select SOC_R7FA6E2BB3CFM ```
/content/code_sandbox/boards/renesas/ek_ra6e2/Kconfig.ek_ra6e2
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```yaml board: name: ek_ra6e2 vendor: renesas socs: - name: r7fa6e2bb3cfm ```
/content/code_sandbox/boards/renesas/ek_ra6e2/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```yaml identifier: ek_ra6e2 name: Renesas EK-RA6E2 type: mcu arch: arm ram: 40 flash: 256 toolchain: - zephyr - gnuarmemb supported: - gpio ```
/content/code_sandbox/boards/renesas/ek_ra6e2/ek_ra6e2.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
62
```unknown config BOARD_EK_RA6M1 select SOC_R7FA6M1AD3CFP ```
/content/code_sandbox/boards/renesas/ek_ra6m1/Kconfig.ek_ra6m1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```cmake board_runner_args(jlink "--device=R7FA6M1AD") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/ek_ra6m1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```yaml identifier: ek_ra6m1 name: Renesas EK-RA6M1 type: mcu arch: arm ram: 256 flash: 512 toolchain: - zephyr - gnuarmemb supported: - gpio - uart ```
/content/code_sandbox/boards/renesas/ek_ra6m1/ek_ra6m1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
66
```unknown /* */ &pinctrl { sci8_default: sci8_default { group1 { /* tx rx */ psels = <RA_PSEL(RA_PSEL_SCI_8, 1, 5)>, <RA_PSEL(RA_PSEL_SCI_8, 1, 4)>; }; }; }; ```
/content/code_sandbox/boards/renesas/ek_ra6m1/ek_ra6m1-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```yaml board: name: ek_ra6m1 vendor: renesas socs: - name: r7fa6m1ad3cfp ```
/content/code_sandbox/boards/renesas/ek_ra6m1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y CONFIG_CLOCK_CONTROL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y ```
/content/code_sandbox/boards/renesas/ek_ra6m1/ek_ra6m1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```restructuredtext .. _ek_ra6e2: RA6E2 Evaluation Kit #################### Overview ******** The EK-RA6E2, an Evaluation Kit for RA6E2 MCU Group, enables users to seamlessly evaluate the features of the RA6E2 MCU group and develop embedded systems applications using Flexible Software Package (FSP) and e2 studio IDE...
/content/code_sandbox/boards/renesas/ek_ra6e2/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,249
```unknown /* */ /dts-v1/; #include <renesas/ra/ra6/r7fa6m1ad3cfp.dtsi> #include <dt-bindings/gpio/gpio.h> #include "ek_ra6m1-pinctrl.dtsi" / { model = "Renesas EK-RA6M1"; compatible = "renesas,ra6m1", "renesas,ra"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart8; zephyr,...
/content/code_sandbox/boards/renesas/ek_ra6m1/ek_ra6m1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
352
```yaml identifier: rcar_h3ulcb/r8a77951/r7 name: Cortex r7 for Renesas H3ULCB type: mcu arch: arm toolchain: - zephyr - gnuarmemb supported: - i2c - can - gpio - clock_control - uart testing: ignore_tags: - isotp vendor: renesas ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
98
```cmake if(CONFIG_BOARD_RCAR_H3ULCB_R8A77951_R7) board_runner_args(openocd "--use-elf") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) endif() ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
51
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h> &pfc { can0_data_a_tx_default: can0_data_a_tx_default { pin = <PIN_RD FUNC_CAN0_TX_A>; }; can0_data_a_rx_default: can0_data_a_rx_default { pin = <PIN_RD_WR FUNC_CAN0_RX_A>; }; scif1_data_a_tx_default: scif1_data_a_tx_defa...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
244
```restructuredtext .. _ek_ra6m1: RA6M1 Evaluation Kit #################### Overview ******** The Renesas RA6M1 microcontroller is the entry point to the Renesas RA6 product series for applications that require a high-performance Arm Cortex-M4 core at a very attractive price point. The RA6M1 is built on a highly eff...
/content/code_sandbox/boards/renesas/ek_ra6m1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,310
```yaml board: name: rcar_h3ulcb vendor: renesas socs: - name: r8a77951 ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
34
```unknown config BOARD_RCAR_H3ULCB select SOC_R8A77951_R7 if BOARD_RCAR_H3ULCB_R8A77951_R7 select SOC_R8A77951_A57 if BOARD_RCAR_H3ULCB_R8A77951_A57 ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/Kconfig.rcar_h3ulcb
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
61
```unknown /* * * */ /dts-v1/; #include <mem.h> #include <arm64/renesas/r8a77951.dtsi> #include <zephyr/dt-bindings/gpio/gpio.h> #include "rcar_h3ulcb_r8a77951_a57-pinctrl.dtsi" / { model = "H3ULCB CA57"; chosen { zephyr,sram = &ram; zephyr,console = &scif2; zephyr,shell-uart = &scif2; }; ram: memory@4...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
841
```unknown CONFIG_CLOCK_CONTROL=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000 CONFIG_CONSOLE=y CONFIG_RAM_CONSOLE=y CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0 CONFIG_GPIO=y CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
61
```yaml identifier: rcar_h3ulcb/r8a77951/a57 name: Renesas H3ULCB based on r8a77951 type: mcu arch: arm64 toolchain: - zephyr - cross-compile ram: 512 supported: - clock_control - uart testing: ignore_tags: - net - bluetooth - isotp vendor: renesas ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
100
```unknown # Cache management CONFIG_CACHE_MANAGEMENT=y # Enable UART driver CONFIG_SERIAL=y CONFIG_AARCH64_IMAGE_HEADER=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8300000 CONFIG_XIP=n CONFIG_MAX_XLAT_TABLES=24 CONFIG_ARMV8_A_NS=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Enable clock control CONFIG_CLOC...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```unknown if BOARD_RCAR_H3ULCB config BUILD_OUTPUT_BIN default y endif # BOARD_RCAR_H3ULCB ```
/content/code_sandbox/boards/renesas/rcar_h3ulcb/Kconfig.defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
29
```unknown /* * * */ /dts-v1/; #include <arm/renesas/rcar/gen3/r8a77951.dtsi> #include "rcar_h3ulcb_r8a77951_r7-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Renesas h3ulcb board"; compatible = "renesas,h3ulcb-cr7"; chosen { zephyr,sram = &sram0; zephyr,console = &scif1...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
466
```unknown /* * */ #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h> &pfc { scif2_data_a_tx_default: scif2_data_a_tx_default { pin = <PIN_TX2_A FUNC_TX2_A>; }; scif2_data_a_rx_default: scif2_data_a_rx_default { pin = <PIN_RX2_A FUNC_RX2_A>; }; sd0_clk: sd0_clk { pin = <PIN_SD0_CLK FUNC_S...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,198
```restructuredtext .. _rcar_h3ulcb_ca57: R-CAR H3 ARM CA57 (ARMv8) ######################### Overview ******** The R-Car H3 is an SOC that features the basic functions for next-generation car navigation systems. Hardware ******** The R-Car H3 includes: * four 1.5-GHz ARM Cortex-A57 MPCore cores; * four 1.2-GHz ARM...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/doc/rcar_h3ulcb_a57.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
600
```unknown /* */ &pinctrl { sci3_default: sci3_default { group1 { /* tx */ psels = <RA_PSEL(RA_PSEL_SCI_3, 3, 10)>; drive-strength = "medium"; }; group2 { /* rx */ psels = <RA_PSEL(RA_PSEL_SCI_3, 3, 9)>; }; }; }; ```
/content/code_sandbox/boards/renesas/mck_ra8t1/mck_ra8t1-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
100
```cmake board_runner_args(jlink "--device=R7FA8T1AH") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/mck_ra8t1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown config BOARD_MCK_RA8T1 select SOC_R7FA8T1AHECBD ```
/content/code_sandbox/boards/renesas/mck_ra8t1/Kconfig.mck_ra8t1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```yaml identifier: mck_ra8t1 name: Renesas MCK-RA8T1 type: mcu arch: arm ram: 1024 flash: 2048 toolchain: - zephyr - gnuarmemb supported: - gpio - uart ```
/content/code_sandbox/boards/renesas/mck_ra8t1/mck_ra8t1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
70
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=480000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_CLOCK_CONTROL=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y ```
/content/code_sandbox/boards/renesas/mck_ra8t1/mck_ra8t1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```yaml board: name: mck_ra8t1 vendor: renesas socs: - name: r7fa8t1ahecbd ```
/content/code_sandbox/boards/renesas/mck_ra8t1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```unknown /* */ /dts-v1/; #include <renesas/ra/ra8/r7fa8t1ahecbd.dtsi> #include <dt-bindings/gpio/gpio.h> #include "mck_ra8t1-pinctrl.dtsi" / { model = "Renesas MCK-RA8T1"; compatible = "renesas,ra8t1", "renesas,ra8"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart3; zeph...
/content/code_sandbox/boards/renesas/mck_ra8t1/mck_ra8t1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
566
```restructuredtext .. _rcar_h3ulcb_boards: Renesas R-Car H3ULCB #################### Overview ******** - The H3 Starter Kit board is designed for evaluating the features and performance of the R-CAR H3 device from Renesas Electronics and it is also used for developing and evaluating application software for these R-...
/content/code_sandbox/boards/renesas/rcar_h3ulcb/doc/rcar_h3ulcb_r7.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,234
```unknown /* */ &pinctrl { sci7_default: sci7_default { group1 { /* tx rx */ psels = <RA_PSEL(RA_PSEL_SCI_7, 4, 1)>, <RA_PSEL(RA_PSEL_SCI_7, 4, 2)>; }; }; }; ```
/content/code_sandbox/boards/renesas/ek_ra6m2/ek_ra6m2-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
78
```cmake board_runner_args(jlink "--device=R7FA6M2AF") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/ek_ra6m2/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown config BOARD_EK_RA6M2 select SOC_R7FA6M2AF3CFB ```
/content/code_sandbox/boards/renesas/ek_ra6m2/Kconfig.ek_ra6m2
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
24
```restructuredtext .. _mcb_ra8t1: RA8T1 Evaluation Kit #################### Overview ******** The **MCK-RA8T1** is a development kit that enables easy evaluation of motor control using permanent magnet synchronous motors (brushless DC motors). More detailed information about the features of this toolkit and it's ap...
/content/code_sandbox/boards/renesas/mck_ra8t1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,389
```yaml board: name: ek_ra6m2 vendor: renesas socs: - name: r7fa6m2af3cfb ```
/content/code_sandbox/boards/renesas/ek_ra6m2/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```yaml identifier: ek_ra6m2 name: Renesas EK-RA6M2 type: mcu arch: arm ram: 384 flash: 1024 toolchain: - zephyr - gnuarmemb supported: - gpio ```
/content/code_sandbox/boards/renesas/ek_ra6m2/ek_ra6m2.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
63
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y CONFIG_CLOCK_CONTROL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y ```
/content/code_sandbox/boards/renesas/ek_ra6m2/ek_ra6m2_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```unknown /* */ /dts-v1/; #include <renesas/ra/ra6/r7fa6m2af3cfb.dtsi> #include <dt-bindings/gpio/gpio.h> #include "ek_ra6m2-pinctrl.dtsi" / { model = "Renesas EK-RA6M2"; compatible = "renesas,ra6m2", "renesas,ra"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart7; zephyr,...
/content/code_sandbox/boards/renesas/ek_ra6m2/ek_ra6m2.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
352
```unknown /* */ /dts-v1/; #include <renesas/ra/ra8/r7fa8d1bhecbd.dtsi> #include <dt-bindings/gpio/gpio.h> #include "ek_ra8d1-pinctrl.dtsi" / { model = "Renesas EK-RA8D1"; compatible = "renesas,ra8d1", "renesas,ra8"; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart9; zephyr...
/content/code_sandbox/boards/renesas/ek_ra8d1/ek_ra8d1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
579
```cmake board_runner_args(jlink "--device=R7FA8D1BH") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/ek_ra8d1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```unknown /* */ &pinctrl { sci9_default: sci9_default { group1 { /* tx */ psels = <RA_PSEL(RA_PSEL_SCI_9, 10, 14)>; drive-strength = "medium"; }; group2 { /* rx */ psels = <RA_PSEL(RA_PSEL_SCI_9, 10, 15)>; }; }; }; ```
/content/code_sandbox/boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
100
```yaml identifier: ek_ra8d1 name: Renesas EK-RA8D1 type: mcu arch: arm ram: 1024 flash: 2048 toolchain: - zephyr - gnuarmemb supported: - gpio - uart ```
/content/code_sandbox/boards/renesas/ek_ra8d1/ek_ra8d1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
68
```yaml board: name: ek_ra8d1 vendor: renesas socs: - name: r7fa8d1bhecbd ```
/content/code_sandbox/boards/renesas/ek_ra8d1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```restructuredtext .. _ek_ra6m2: RA6M2 Evaluation Kit #################### Overview ******** The Renesas RA6M2 microcontroller is the entry point to the Renesas RA6 product series for applications that require a high-performance Arm Cortex-M4 core at a very attractive price point. The RA6M2 is suitable for IoT appl...
/content/code_sandbox/boards/renesas/ek_ra6m2/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,115
```unknown config BOARD_EK_RA8D1 select SOC_R7FA8D1BHECBD ```
/content/code_sandbox/boards/renesas/ek_ra8d1/Kconfig.ek_ra8d1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=480000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_CLOCK_CONTROL=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y ```
/content/code_sandbox/boards/renesas/ek_ra8d1/ek_ra8d1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```unknown /* */ /dts-v1/; #include <renesas/ra/ra8/r7fa8m1ahecbd.dtsi> #include <dt-bindings/gpio/gpio.h> #include <zephyr/dt-bindings/adc/adc.h> #include "ek_ra8m1-pinctrl.dtsi" / { model = "Renesas EK-RA8M1"; compatible = "renesas,ra8m1", "renesas,ra8"; chosen { zephyr,sram = &sram0; zephyr,flash = &flas...
/content/code_sandbox/boards/renesas/ek_ra8m1/ek_ra8m1.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,087
```cmake board_runner_args(jlink "--device=R7FA8M1AH") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/ek_ra8m1/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
33
```restructuredtext .. _ek_ra8d1: RA8D1 Evaluation Kit #################### Overview ******** The EK-RA8D1 is an Evaluation Kit for Renesas RA8D1 MCU Group which are the industrys first 32-bit graphics-enabled MCUs based on the Arm Cortex-M85 (CM85) core, delivering breakthrough performance of over 3000 Coremark poi...
/content/code_sandbox/boards/renesas/ek_ra8d1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,340
```yaml identifier: ek_ra8m1 name: Renesas EK-RA8M1 type: mcu arch: arm ram: 1024 flash: 2048 toolchain: - zephyr - gnuarmemb supported: - gpio - uart ```
/content/code_sandbox/boards/renesas/ek_ra8m1/ek_ra8m1.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
68
```unknown CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=480000000 # Enable GPIO CONFIG_GPIO=y CONFIG_PINCTRL=y # Enable Console CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_NO_GAP_FILL=y CONFIG_CLOCK_CONTROL=y ```
/content/code_sandbox/boards/renesas/ek_ra8m1/ek_ra8m1_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
71
```yaml board: name: ek_ra8m1 vendor: renesas socs: - name: r7fa8m1ahecbd ```
/content/code_sandbox/boards/renesas/ek_ra8m1/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
37
```unknown /* */ &pinctrl { sci3_default: sci3_default { group1 { /* tx */ psels = <RA_PSEL(RA_PSEL_SCI_3, 3, 10)>; drive-strength = "medium"; }; group2 { /* rx */ psels = <RA_PSEL(RA_PSEL_SCI_3, 3, 9)>; }; }; sci9_default: sci9_default { group1 { /* tx */ psels = <RA_PSEL(RA_PSEL_S...
/content/code_sandbox/boards/renesas/ek_ra8m1/ek_ra8m1-pinctrl.dtsi
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
326
```unknown config BOARD_EK_RA8M1 select SOC_R7FA8M1AHECBD ```
/content/code_sandbox/boards/renesas/ek_ra8m1/Kconfig.ek_ra8m1
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
23
```yaml identifier: rzt2m_starter_kit name: Renesas RZ/T2M Starter Kit+ type: mcu arch: arm ram: 2048 toolchain: - zephyr supported: - counter - uart - gpio vendor: renesas ```
/content/code_sandbox/boards/renesas/rzt2m_starterkit/rzt2m_starter_kit.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
70
```cmake # # # board_set_debugger_ifnset(jlink) board_set_flasher_ifnset(jlink) board_runner_args(jlink "--device=R9A07G075M2") include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) ```
/content/code_sandbox/boards/renesas/rzt2m_starterkit/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
56
```unknown config BOARD_RZT2M_STARTER_KIT select SOC_RENESAS_RZT2M ```
/content/code_sandbox/boards/renesas/rzt2m_starterkit/Kconfig.rzt2m_starter_kit
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
25
```unknown CONFIG_SERIAL=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y ```
/content/code_sandbox/boards/renesas/rzt2m_starterkit/rzt2m_starter_kit_renesas_rzt2m_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
22
```unknown /* * */ /dts-v1/; #include <dt-bindings/pinctrl/renesas-rzt2m-pinctrl.h> #include <arm/renesas/rz/rzt2m.dtsi> / { model = "RZT/2M Starter Kit"; compatible = "renesas,rzt2m_starter_kit"; chosen { zephyr,sram = &cpu0_atcm; zephyr,console = &uart0; zephyr,shell-uart = &uart0; }; aliases { led...
/content/code_sandbox/boards/renesas/rzt2m_starterkit/rzt2m_starter_kit_renesas_rzt2m.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
533
```yaml board: name: rzt2m_starter_kit vendor: renesas socs: - name: renesas_rzt2m ```
/content/code_sandbox/boards/renesas/rzt2m_starterkit/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
38
```restructuredtext .. _ek_ra8m1: RA8M1 Evaluation Kit #################### Overview ******** The EK-RA8M1 is an Evaluation Kit for Renesas RA8M1 MCU Group which is the first 32-bits MCUs based on new Arm Cortex-M85. The kit offer multiple external interface and peripherals set optimized on board allows user to seam...
/content/code_sandbox/boards/renesas/ek_ra8m1/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,391
```unknown # Cache management CONFIG_CACHE_MANAGEMENT=y # Enable UART driver CONFIG_SERIAL=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable clock control CONFIG_CLOCK_CONTROL=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=16666666 CONFIG_AARCH64_IMAGE_HEADER=y CONFIG_XIP=n CON...
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
94
```cmake if(CONFIG_BOARD_RCAR_SPIDER_S4_R8A779F0_R52) board_runner_args(openocd "--use-elf") include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) endif() ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/board.cmake
cmake
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
51
```restructuredtext .. _rzt2m_starterkit: Renesas Starter Kit+ for RZ/T2M ############################### Overview ******** The Renesas Starter Kit+ for RZ/T2M is an evaluation and development kit for the RZ/T2M MPU. The board is powered through a 5V input via a DC Power Jack or USB Type-C Connector. .. figure:: rz...
/content/code_sandbox/boards/renesas/rzt2m_starterkit/doc/index.rst
restructuredtext
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
617
```unknown CONFIG_CLOCK_CONTROL=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12500000 CONFIG_CONSOLE=y CONFIG_RAM_CONSOLE=y CONFIG_FLASH_SIZE=0 CONFIG_FLASH_BASE_ADDRESS=0 CONFIG_SERIAL=y CONFIG_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_GPIO=y ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52_defconfig
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
62
```unknown config BOARD_RCAR_SPIDER_S4 select SOC_R8A779F0_R52 if BOARD_RCAR_SPIDER_S4_R8A779F0_R52 select SOC_R8A779F0_A55 if BOARD_RCAR_SPIDER_S4_R8A779F0_A55 ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/Kconfig.rcar_spider_s4
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
65
```unknown /* * * */ /dts-v1/; #include <arm/renesas/rcar/gen4/r8a779f0.dtsi> #include "rcar_spider_s4_r8a779f0_r52-pinctrl.dtsi" #include <zephyr/dt-bindings/input/input-event-codes.h> / { model = "Renesas Spider board"; compatible = "renesas,spider-s4-cr52"; chosen { zephyr,sram = &sram0; zephyr,console ...
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
328
```yaml board: name: rcar_spider_s4 vendor: renesas socs: - name: r8a779f0 ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/board.yml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
35
```unknown /* * * */ /dts-v1/; #include <mem.h> #include <arm64/renesas/r8a779f0.dtsi> #include "rcar_spider_s4_r8a779f0_a55-pinctrl.dtsi" / { model = "Renesas Spider CA55"; chosen { zephyr,sram = &ram; zephyr,console = &hscif0; zephyr,shell-uart = &hscif0; }; ram: memory@48000000 { device_type = "mmi...
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.dts
unknown
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
399
```yaml identifier: rcar_spider_s4/r8a779f0/r52 name: Cortex r52 for Renesas Spider type: mcu arch: arm toolchain: - zephyr - gnuarmemb supported: - gpio - clock_control - uart ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
69
```yaml identifier: rcar_spider_s4/r8a779f0/a55 name: Cortex A55 for Renesas Spider type: mcu arch: arm64 toolchain: - zephyr - cross-compile supported: - pinctrl - gpio - clock_control - uart ```
/content/code_sandbox/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.yaml
yaml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
75