Commit 8fcc4ab
committed
Optional PRIVILEGED_DATA wrapper (FreeRTOS#1433)
- Instead, when MPU wrappers are not used, allow port to override
PRIVILEGED_FUNCTION, PRIVILEGED_DATA, or FREERTOS_SYSTEM_CALL
selectively, permitting custom section placement at link-time.
- Allows critical data to be placed in port-specific location for
improved performance, notably for cache-coherent SMP.
- Does not require enabling the full MPU wrappers.
Cherry pick + merge required to maintain submodule pointers.1 parent af297f0 commit 8fcc4ab
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | | - | |
292 | | - | |
293 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
0 commit comments