Changeset c51e6d91 in rtems
- Timestamp:
- Jul 18, 2016, 11:20:18 AM (5 years ago)
- Branches:
- 5, master
- Children:
- f6fdf2e
- Parents:
- 84008f9e
- git-author:
- Alexander Krutwig <alexander.krutwig@…> (07/18/16 11:20:18)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/26/16 08:02:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/atsam/libraries/libboard/source/board_lowlevel.c
r84008f9e rc51e6d91 139 139 dwRegionAttr = 140 140 MPU_AP_PRIVILEGED_READ_WRITE | 141 INNER_NORMAL_NOCACHE_TYPE(NON_SHAREABLE) | 141 142 MPU_CalMPURegionSize(DTCM_END_ADDRESS - DTCM_START_ADDRESS) | 142 143 MPU_REGION_ENABLE;
Note: See TracChangeset
for help on using the changeset viewer.