This commit is contained in:
Ian Thompson 2026-07-04 08:08:20 +03:00 committed by GitHub
commit e095ca3256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -280,6 +280,12 @@
#define PRIVILEGED_DATA __attribute__( ( section( "privileged_data" ) ) ) #define PRIVILEGED_DATA __attribute__( ( section( "privileged_data" ) ) )
#define FREERTOS_SYSTEM_CALL __attribute__( ( section( "freertos_system_calls" ) ) ) #define FREERTOS_SYSTEM_CALL __attribute__( ( section( "freertos_system_calls" ) ) )
#elif ( defined portMOVE_PRIVILEGED_DATA )
#define PRIVILEGED_FUNCTION
#define PRIVILEGED_DATA portMOVE_PRIVILEGED_DATA
#define FREERTOS_SYSTEM_CALL
#else /* portUSING_MPU_WRAPPERS */ #else /* portUSING_MPU_WRAPPERS */
#define PRIVILEGED_FUNCTION #define PRIVILEGED_FUNCTION

@ -1 +1 @@
Subproject commit abc22103e1e6634b33457d4127bff1ab62f27f90 Subproject commit a5b5d9b7f524f931dedb85a7b2992891dc6c2d07