Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

PlatformIO platform for Renesas-based boards like Arduino Uno R4 Minima, Arduino Uno R4 WiFi

License

Notifications You must be signed in to change notification settings

maxgerhardt/platform-renesas-old-dontuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLD! DO NOT USE!

Renesas: development platform for PlatformIO

Build Status

The flexible Renesas Advanced (RA) 32-bit microcontrollers (MCUs) are industry-leading 32-bit MCUs with the Arm® Cortex®-M33, -M23 and -M4 processor cores and PSA certification. RA delivers key advantages compared to competitive Arm Cortex-M MCUs by providing stronger embedded security, superior CoreMark® performance and ultra-low power operation. PSA certification provides customers the confidence and assurance to quickly deploy secure IoT endpoint and edge devices, and smart factory equipment for Industry 4.0.

The Arduino Uno R4 Minima and WiFI are built upon a Renesas RA4M1-series chip, whereas the Portenta C33 is built upon a RA6M5-series chip.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Install this third-party platform by opening a PlatformIO Core CLI and executing pio pkg install -g -p "https://github.com/maxgerhardt/platform-renesas.git"
  3. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

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

Development version

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

Configuration

Please navigate to documentation.

About

PlatformIO platform for Renesas-based boards like Arduino Uno R4 Minima, Arduino Uno R4 WiFi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages