summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* 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
* rsa: add support for 4096 and 8192 bit keysVincent Palatin2014-11-151-3/+19
* USB: Fix issue with USB RAM sizesAnton Staaf2014-11-111-1/+3
* MKBP event signalling implementationVic Yang2014-10-241-0/+5
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-1/+2
* zinger: check RW firmware signatureVincent Palatin2014-10-021-0/+7
* Add options to disable rarely used console commandsVic Yang2014-09-241-0/+2
* better unhandled exception panic without runtimeVincent Palatin2014-07-031-3/+0
* stm32: add USB driverVincent Palatin2014-06-181-0/+20
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* cortex-m: store FPU regs on context switchAlec Berg2014-04-182-14/+49
* cortex-m: Add task_wait_event_mask() helper functionChromeOS Developer2014-03-261-0/+29
* cortex-m: Add debug config option for disabling buffered writesChromeOS Developer2014-03-261-0/+10
* make the common runtime optionalVincent Palatin2014-03-223-2/+8
* discard unused functions at link timeVincent Palatin2014-03-111-21/+21
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-0/+39
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-193-21/+19
* Protect inactive EC image from code executionDaisuke Nojiri2013-12-172-54/+93
* extract common core codeVincent Palatin2013-12-053-466/+34
* Add a BSS section for large alignmentVic (Chun-Ju) Yang2013-12-021-4/+9
* Remove the printf prompt in idle task.Louis Yung-Chieh Lo2013-11-131-7/+0
* Move core-specific toolchain configuration to core/ directoryVincent Palatin2013-11-073-2/+18
* Enable stack overflow checking on all context switchesRandall Spangler2013-11-072-3/+40
* cortex-m: ensure we use the right subset of the instruction setVincent Palatin2013-11-021-1/+1
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-011-4/+9
* cleanup: Use actual Thumb2 SVC instruction instead of hard-coding the opcodeRandall Spangler2013-11-011-6/+2
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-054-0/+217