Update MPU Demos for Kernel V10.6.2 (#1124)

Update MPU Demos for Kernel V10.6.2
This commit is contained in:
Rahul Kar 2023-12-11 23:24:53 +05:30 committed by GitHub
parent 0857bd7b72
commit 012e618b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 4662 additions and 14062 deletions

View file

@ -0,0 +1,2 @@
.settings/
Debug/

View file

@ -1,6 +1,6 @@
/*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
@ -151,6 +151,9 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
/* Set configUSE_MPU_WRAPPERS_V1 to 0 to use new MPU wrapper.
* See https://freertos.org/a00110.html#configUSE_MPU_WRAPPERS_V1 for details. */
#define configUSE_MPU_WRAPPERS_V1 ( 0 )
/* Set configENABLE_ACCESS_CONTROL_LIST to 1 to use access control list.
* See https://freertos.org/a00110.html#configENABLE_ACCESS_CONTROL_LIST for details. */
#define configENABLE_ACCESS_CONTROL_LIST ( 1 )
/* See https://freertos.org/a00110.html#configPROTECTED_KERNEL_OBJECT_POOL_SIZE for details. */
#define configPROTECTED_KERNEL_OBJECT_POOL_SIZE ( 150 )
/* See https://freertos.org/a00110.html#configSYSTEM_CALL_STACK_SIZE for details. */

View file

@ -53,6 +53,15 @@
</link>
</linkedResources>
<filteredResources>
<filter>
<id>1701346271384</id>
<name>FreeRTOS</name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-true-false-examples</arguments>
</matcher>
</filter>
<filter>
<id>1578832143838</id>
<name>FreeRTOS/portable</name>