Skip to content

Commit

Permalink
Document RA4M1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Jul 15, 2023
1 parent 2669f66 commit 73c2378
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DEPS_CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ arduino-cli core update-index
arduino-cli core install arduino:megaavr
arduino-cli core install arduino:sam
arduino-cli core install arduino:samd
arduino-cli core install arduino:renesas_uno
arduino-cli core install esp8266:esp8266
arduino-cli core install esp32:esp32
arduino-cli core install rp2040:rp2040
Expand Down Expand Up @@ -42,6 +43,7 @@ arduino-cli lib install "Adafruit NeoPixel"
arduino-cli core update-index
arduino-cli core install arduino:sam
arduino-cli core install arduino:samd
arduino-cli core install arduino:renesas_uno
arduino-cli lib install Servo
arduino-cli lib install Ethernet
arduino-cli lib install WiFi
Expand Down
2 changes: 2 additions & 0 deletions DEPS_IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ All platforms will require libraries to be installed. To install a library do th
Arduino megaAVR Boards
Arduino SAM Boards (32-bits ARM Cortex-M3)
Arduino SAMD Boards (32-bits ARM Cortex-M0+)
Arduino UNO R4 Boards
ESP8266 Boards
ESP32 Boards
````
Expand Down Expand Up @@ -64,6 +65,7 @@ All platforms will require libraries to be installed. To install a library do th
````
Arduino SAM Boards (32-bits ARM Cortex-M3)
Arduino SAMD Boards (32-bits ARM Cortex-M0+)
Arduino UNO R4 Boards
````
* Libraries:
````
Expand Down
4 changes: 2 additions & 2 deletions HARDWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| :-------- | :------: | :--------------- |------ |
| ATSAM3X8E | :yellow_heart: | Due | Native USB port. Tone, and IR Out don't work.
| ATSAMD21 | :green_heart: | Zero, M0, M0 Pro | Native USB port
| RA4M1 | :heart: | Uno R4 Minima, Uno R4 WiFi | No IR Out. Untested
| RA4M1 | :yellow_heart: | Uno R4 Minima, Uno R4 WiFi | IR Out and WS2812 unsupported. UART & Wi-Fi untested

### Arduino Accessories

Expand Down Expand Up @@ -82,7 +82,7 @@
| Digital Out | :green_heart: | `DigitalIO::Output` | - |
| Digital In | :green_heart: | `DigitalIO::Input` | 1ms - 128ms (4ms default) listen, poll, or read
| PWM Out | :green_heart: | `PulseIO::PWMOutput` |
| Analog Out (DAC) | :green_heart: | `AnalogIO::Output` | On SAM3X, SAMD21 and some ESP32
| Analog Out (DAC) | :green_heart: | `AnalogIO::Output` | SAM3X, SAMD21, RA4M1, ESP32, ESP32-S2
| Analog In (ADC) | :green_heart: | `AnalogIO::Input` | 1ms - 128ms (16ms default) listen, poll, or read
| Tone Out (Square Wave)| :green_heart: | `PulseIO::Buzzer` | Doesn't work on Due (SAM3X)

Expand Down

0 comments on commit 73c2378

Please sign in to comment.