File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Arduino Renesas fsp Boards
2
2
3
3
[ ![ 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 )
4
+
5
+ ## Recompile libfsp.a
6
+ * Navigate to ` extras/e2studioProjects/$projectName `
7
+ * Open the project in e2studio and build it
8
+ * Launch ` fsp_to_arduino.sh ` script; this will
9
+ * rebuild the library without .c files in ra_gen
10
+ * rename the library and copy in ` variant/$boardName/libs `
11
+ * copy the include files (both generated and from fsp) in ` variant/$boardName/libs `
12
+ * copy the .c files in ra_gen to ` variants/$boardName/tmp_gen_c_files/ ` -> ** ONLY TEMPORARILY, these files will eventually go away**
You can’t perform that action at this time.
0 commit comments