Changeset 7b968a2e in rtems for bsps/arm/atsam/include


Ignore:
Timestamp:
12/09/22 09:20:17 (4 months ago)
Author:
Christian Mauderer <christian.mauderer@…>
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)
Message:

bsps/atsam: Add NULL pointer protection

Location:
bsps/arm/atsam/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/atsam/include/bsp.h

    r26050b5f r7b968a2e  
    9090} if_atsam_config;
    9191
     92extern char atsam_memory_null_begin[];
     93extern char atsam_memory_null_end[];
     94extern char atsam_memory_null_size[];
     95
    9296extern char atsam_memory_dtcm_begin[];
    9397extern char atsam_memory_dtcm_end[];
  • bsps/arm/atsam/include/libchip/include/mpu.h

    r26050b5f r7b968a2e  
    5757#define MPU_SYSTEM_REGION                       (12)
    5858#ifdef __rtems__
     59#define MPU_NULL_REGION                         (13)
    5960/* Reserve the region with highest priority for user applications */
    6061#define MPU_USER_DEFINED_REGION                 (15)
Note: See TracChangeset for help on using the changeset viewer.