Commit 9f6284d
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.1 parent af297f0 commit 9f6284d
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
294 | 302 | | |
295 | 303 | | |
296 | 304 | | |
| |||
0 commit comments