Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 8598a0d

Browse files
authored
Add support for ArduinoCore-renesas. (#62)
1 parent 2c45a66 commit 8598a0d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
platforms: |
8181
- name: rp2040:rp2040
8282
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
83+
- fqbn: arduino:renesas_portenta:portenta_c33
84+
platforms: |
85+
- name: arduino:renesas_portenta
86+
- fqbn: arduino:renesas_uno:minima
87+
platforms: |
88+
- name: arduino:renesas_uno
8389
8490
steps:
8591
- name: Checkout

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This library works for
1919
* [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed): [`Portenta H7`](https://store.arduino.cc/portenta-h7), [`Nano 33 BLE`](https://store.arduino.cc/arduino-nano-33-ble), [`Nano RP2040 Connect`](https://store.arduino.cc/nano-rp2040-connect), [`Edge Control`](https://store.arduino.cc/edge-control) :heavy_check_mark:
2020
* [arduino-esp32](https://github.com/espressif/arduino-esp32): `ESP32 Dev Module`, `ESP32 Wrover Module`, ... :heavy_check_mark:
2121
* [arduino-pico](https://github.com/earlephilhower/arduino-pico): [`Raspberry Pi Pico`](https://www.raspberrypi.org/products/raspberry-pi-pico), `Adafruit Feather RP2040`, ... :heavy_check_mark:
22+
* [ArduinoCore-renesas](https://github.com/arduino/ArduinoCore-renesas): [`Portenta C33`](https://store.arduino.cc/products/portenta-c33), [`Uno R4 WiFi`](https://store.arduino.cc/products/uno-r4-wifi), [`Uno R4 Minima`](https://store.arduino.cc/products/uno-r4-minima), ... :heavy_check_mark:
2223

2324
### Hardware
2425
#### Breakout/Development-Board

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Arduino library for interfacing with the TMF8801 time-of-flight distanc
66
paragraph=
77
category=Sensors
88
url=https://github.com/107-systems/107-Arduino-TMF8801
9-
architectures=samd,esp32,mbed,mbed_nano,mbed_portenta,mbed_edge,rp2040
9+
architectures=samd,esp32,mbed,mbed_nano,mbed_portenta,mbed_edge,rp2040,renesas_portenta,renesas_uno
1010
includes=107-Arduino-TMF8801.h

0 commit comments

Comments
 (0)