Update CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso project (#26)

This commit updates the project for LPC55S69 so that it works with the
latest version of MCUXpresso and SDK.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2020-03-06 09:11:42 -08:00 committed by GitHub
parent a9ffffe1f0
commit 5751ae9b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 38026 additions and 18901 deletions

View file

@ -36,9 +36,9 @@
* with Read Only access then tries to write to the shared memory which results
* in a Memory fault. The fault handler examines that it is the fault generated
* by the task with Read Only access and if so, it recovers from the fault
* greacefully by moving the Program Counter to the next instruction to the one
* gracefully by moving the Program Counter to the next instruction to the one
* which generated the fault. If any other memory access violation occurs, the
* fault handler will get stuck in an inifinite loop.
* fault handler will get stuck in an infinite loop.
*/
void vStartMPUDemo( void );