summaryrefslogtreecommitdiff
path: root/core/cortex-m/include
Commit message (Expand)AuthorAgeFilesLines
* builtin: Add math.hTom Hughes2021-08-311-3/+3
* test: Add on-device test for calculating MPU regions for RWYicheng Li2020-05-302-0/+9
* cortex-m: Init the MPU to check for correct operationAndrew McRae2020-05-271-0/+10
* core/cortex-m: create private MPU header for use by unit testsTom Hughes2020-05-221-0/+24
* cortex-m: Clean up MPU logicTom Hughes2020-05-221-0/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-192-2/+2
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-021-0/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* rollback: Prevent rollback region readback using MPUNicolas Boichat2018-08-151-0/+7
* cortex-m: add D-cache supportVincent Palatin2018-06-041-0/+10
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-141-2/+27
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-0/+11
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* Protect inactive EC image from code executionDaisuke Nojiri2013-12-171-29/+23
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+84
* Sqrt function for Cortex-MVic Yang2012-02-161-0/+24