summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/ARMv8M/non_secure
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-1218-40/+328
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-0718-36/+36
* Add "is inside interrupt" function to MPU ports.rtel2020-02-0718-103/+203
* Move warning suppression for IAR compiler to portmacro.h for v8M portsgaurav-aws2019-12-074-0/+28
* Remove guards against __ARMCC_VERSION version numbers that were previously us...rtel2019-11-214-60/+0
* Update version number ready for next release.rtel2019-05-1118-18/+18
* Delete the not needed file missed in last commitgaurav-aws2019-05-091-298/+0
* Do not strip required symbols when LTO is ongaurav-aws2019-05-099-3/+2395
* Add Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2...gaurav-aws2019-05-0210-28/+1677
* Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...rtel2019-04-251-0/+2
* Export port architecture name for COrtex-M33. This can be used by debuggers t...gaurav-aws2019-03-281-0/+1
* Change type of usStackDepth to configSTACK_DEPTH_TYPE.gaurav-aws2019-02-211-1/+1
* Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V...gaurav-aws2019-02-202-3/+4
* Add instructions on building the Cortex-M33 secure and non secure projects in...rtel2019-02-202-3/+14
* Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also...gaurav-aws2019-02-206-1545/+1595
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...gaurav-aws2019-02-197-0/+2440