Changeset 7b968a2e in rtems for bsps/arm/atsam/include
- Timestamp:
- 12/09/22 09:20:17 (4 months ago)
- Branches:
- master
- Children:
- f845b95a
- Parents:
- 26050b5f
- git-author:
- Christian Mauderer <christian.mauderer@…> (12/09/22 09:20:17)
- git-committer:
- Christian Mauderer <christian.mauderer@…> (12/15/22 08:20:52)
- Location:
- bsps/arm/atsam/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/atsam/include/bsp.h
r26050b5f r7b968a2e 90 90 } if_atsam_config; 91 91 92 extern char atsam_memory_null_begin[]; 93 extern char atsam_memory_null_end[]; 94 extern char atsam_memory_null_size[]; 95 92 96 extern char atsam_memory_dtcm_begin[]; 93 97 extern char atsam_memory_dtcm_end[]; -
bsps/arm/atsam/include/libchip/include/mpu.h
r26050b5f r7b968a2e 57 57 #define MPU_SYSTEM_REGION (12) 58 58 #ifdef __rtems__ 59 #define MPU_NULL_REGION (13) 59 60 /* Reserve the region with highest priority for user applications */ 60 61 #define MPU_USER_DEFINED_REGION (15)
Note: See TracChangeset
for help on using the changeset viewer.