Skip to content

arduino/ArduinoCore-renesas

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2023
Sep 29, 2023
Dec 13, 2023
Nov 16, 2023
May 5, 2023
Jan 23, 2024
Jan 23, 2024
Nov 16, 2023
Nov 15, 2023
Nov 16, 2023
Aug 21, 2023
Jun 22, 2023
Sep 6, 2022
Nov 20, 2023
Jan 19, 2024
Aug 1, 2022
Dec 2, 2022
Nov 16, 2023

Repository files navigation

Arduino Renesas fsp Boards

Sync Labels status

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