Skip to content

Commit 8d7a96b

Browse files
authored
Update README.md
1 parent 91fba5a commit 8d7a96b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Arduino Renesas fsp Boards
22

33
[![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**

0 commit comments

Comments
 (0)