https://github.com/arduino/arduinocore-renesas
https://github.com/arduino/arduinocore-renesas
arduino arduino-platform embedded microcontroller
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arduino/arduinocore-renesas
- Owner: arduino
- License: mit
- Created: 2023-06-22T07:48:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T16:05:03.000Z (3 months ago)
- Last Synced: 2025-04-11T03:00:07.339Z (about 2 months ago)
- Topics: arduino, arduino-platform, embedded, microcontroller
- Language: C
- Homepage:
- Size: 66.3 MB
- Stars: 139
- Watchers: 17
- Forks: 85
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Renesas fsp Boards
[](https://github.com/arduino/ArduinoCore-renesas/actions/workflows/sync-labels.yml)
## Recompile libfsp.a
* Navigate to `extras/e2studioProjects/$projectName`
* Open the project in e2studio and build it
* Launch `fsp_to_arduino.sh` script; this will
* rebuild the library without .c files in ra_gen
* rename the library and copy in `variant/$boardName/libs`
* copy the include files (both generated and from fsp) in `variant/$boardName/libs`
* copy the .c files in ra_gen to `variants/$boardName/tmp_gen_c_files/` -> **ONLY TEMPORARILY, these files will eventually go away**