Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/arduinocore-renesas
https://github.com/arduino/arduinocore-renesas
arduino arduino-platform embedded microcontroller
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arduino/arduinocore-renesas
- Owner: arduino
- License: mit
- Created: 2023-06-22T07:48:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T07:22:34.000Z (5 months ago)
- Last Synced: 2024-06-11T20:13:39.235Z (5 months ago)
- Topics: arduino, arduino-platform, embedded, microcontroller
- Language: C
- Homepage:
- Size: 54.2 MB
- Stars: 92
- Watchers: 16
- Forks: 62
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Renesas fsp Boards
[![Sync Labels status](https://github.com/arduino/ArduinoCore-renesas/actions/workflows/sync-labels.yml/badge.svg)](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**