# ArduinoCore-renesas **Repository Path**: zyl1221/ArduinoCore-renesas ## Basic Information - **Project Name**: ArduinoCore-renesas - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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**