mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
Update MPU Demos for Kernel V10.6.2 (#1124)
Update MPU Demos for Kernel V10.6.2
This commit is contained in:
parent
0857bd7b72
commit
012e618b6d
69 changed files with 4662 additions and 14062 deletions
2
FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/.gitignore
vendored
Normal file
2
FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.settings/
|
||||
Debug/
|
||||
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue