platformio / platform-renesas-ra

Renesas RA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/renesas-ra
Apache License 2.0
10 stars 5 forks source link
arduino platformio platformio-platform renesas renesas-ra

Renesas RA: development platform for PlatformIO

Build Status

Renesas Advanced (RA) 32-bit microcontrollers with the Arm Cortex-M33, -M23 and -M4 processor cores deliver key advantages compared to competitive Arm Cortex-M MCUs by providing stronger embedded security, superior CoreMark performance and ultra-low power operation.

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = renesas-ra
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-renesas-ra.git
board = ...
...

Configuration

Please navigate to documentation.