Commit 89d7d39
committed
Add precompiled field to library.properties
A precompiled library should provide:
- a header file defining the functions (like a normal library)
- some folders named after {build.mcu} containing the precompiled files
It should declare
- precompiled=true in its library.properties
The precompiled files can be either static (.a) or dynamic (.so).
In the latter case, the maintainer should take extra care to ensure that the exported symbol versions are matching the remote board's1 parent 2dbe042 commit 89d7d39
File tree
3 files changed
+3
-0
lines changed- src/arduino.cc/builder
- constants
- types
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments