Commit 3416a2a
committed
llext: adding missing heap when llext is disabled
When CONFIG_LLEXT=n llext_heap is not defined, thus raising compile time
error when compiling with that option disabled.
NOTE that the only way to use a sketch with a loader compiled with llext
disabled is to use static linkage mode. This could help save up some space.
Signed-off-by: Andrea Gilardoni <a.gilardoni@arduino.cc>1 parent 2136da3 commit 3416a2a
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
266 | 274 | | |
267 | 275 | | |
268 | 276 | | |
269 | | - | |
270 | 277 | | |
271 | 278 | | |
272 | | - | |
| 279 | + | |
273 | 280 | | |
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
277 | 284 | | |
278 | | - | |
| 285 | + | |
279 | 286 | | |
280 | 287 | | |
281 | 288 | | |
| |||
294 | 301 | | |
295 | 302 | | |
296 | 303 | | |
297 | | - | |
298 | 304 | | |
299 | 305 | | |
300 | 306 | | |
| |||
315 | 321 | | |
316 | 322 | | |
317 | 323 | | |
318 | | - | |
319 | 324 | | |
320 | 325 | | |
321 | 326 | | |
| |||
350 | 355 | | |
351 | 356 | | |
352 | 357 | | |
353 | | - | |
354 | 358 | | |
355 | 359 | | |
356 | 360 | | |
357 | | - | |
358 | | - | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
0 commit comments