summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* core: fix unaligned accessKevin K Wong2016-03-111-0/+2
* core/*/ec.lds.S: quote paths containing OUTDIRPatrick Georgi2016-02-101-2/+5
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+4
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-052-1/+26
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-091-0/+4
* add the 'extension' command frameworkVadim Bendebury2015-11-171-0/+5
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* cr50: allocate signature headers in both RO and RW imagesVadim Bendebury2015-11-101-0/+3
* system: Copy the loader lastly before jumping.Aseda Aboagye2015-11-081-0/+8
* system: Add support to reclaim space from loader.Aseda Aboagye2015-10-131-0/+15
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-0/+11
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-251-25/+8
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-1/+1
* Fix typo when building with CONFIG_SHAREDLIBBill Richardson2015-09-231-1/+1
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-211-1/+5
* common: Add __fls functionGwendal Grignou2015-09-211-3/+3
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-13/+6
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-4/+4
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-082-19/+3
* UART: Remove unused uart.h header includesAnton Staaf2015-09-083-3/+0
* cortex-m: CONFIG_RO_HEAD_ROOM should only affect RO imageBill Richardson2015-08-311-1/+1
* cortex-m: provide ability to insert free space into RO image baseVadim Bendebury2015-08-221-0/+3
* cortex-m: catch misconfigured interrupts earlyVadim Bendebury2015-08-111-0/+3
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* nuc:Ian Chao2015-07-251-0/+19
* mec1322: heavysleep in idle task and console deepsleepKyoung Kim2015-07-171-0/+6
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-171-1/+8
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-2/+12
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-3/+16
* cleanup: fix all the header guardsBill Richardson2015-06-184-12/+12
* coderam: Don't assume that RO/RW images reside at start of code memoryShawn Nematbakhsh2015-06-131-6/+17
* core: Assert if task_get_current() cannot return a valid task IDShawn Nematbakhsh2015-06-121-0/+4
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-2/+1
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-2/+2
* Add option to enable GCC LTOVincent Palatin2015-05-195-6/+12
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-122-5/+5
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-0/+4
* usb: Remove unnecessary alignment for descriptorsBill Richardson2015-04-151-1/+0
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-142-5/+26
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-184-34/+29
* Add 64-bit divide library routines for Cortex-M, Cortex-M0Randall Spangler2015-02-053-1/+264
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+4
* cortex-m: disallow rescheduling if task_start() has not yet runVic Yang2015-01-281-1/+2
* cortex-m: allow to lock/unlock empty MPU regionVincent Palatin2015-01-231-1/+1
* fix off-by-one in flash size checkVincent Palatin2015-01-141-1/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-0/+21
* NVIC: Adjust priority settingAlexandru M Stan2014-12-171-0/+2
* ryu_sh_loader: Add board directory for load imageGwendal Grignou2014-12-151-1/+1
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-1/+2