https://github.com/platformio/platform-renesas-ra
Renesas RA: development platform for PlatformIO
https://github.com/platformio/platform-renesas-ra
arduino platformio platformio-platform renesas renesas-ra
Last synced: 8 months ago
JSON representation
Renesas RA: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-renesas-ra
- Owner: platformio
- License: apache-2.0
- Created: 2023-07-05T11:45:25.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-11T09:25:04.000Z (about 2 years ago)
- Last Synced: 2024-10-01T04:05:04.449Z (over 1 year ago)
- Topics: arduino, platformio, platformio-platform, renesas, renesas-ra
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/renesas-ra
- Size: 341 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renesas RA: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-renesas-ra/actions)
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.
* [Home](https://registry.platformio.org/platforms/platformio/renesas-ra) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/renesas-ra.html) (advanced usage, packages, boards, frameworks, etc.)
# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
## Stable version
```ini
[env:stable]
platform = renesas-ra
board = ...
...
```
## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-renesas-ra.git
board = ...
...
```
# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/renesas-ra.html).