summaryrefslogtreecommitdiff
path: root/core/cortex-m0
Commit message (Expand)AuthorAgeFilesLines
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-171-0/+8
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-2/+12
* cleanup: fix all the header guardsBill Richardson2015-06-183-9/+9
* 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-0/+28
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-2/+2
* Add option to enable GCC LTOVincent Palatin2015-05-194-4/+9
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-2/+2
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-0/+4
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-142-5/+26
* cortex-m0: Fix branch from 64-bit signed to unsigned divideRandall Spangler2015-02-251-1/+5
* cortex-m0: Fix panic reason on div0Shawn Nematbakhsh2015-02-181-1/+1
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-185-35/+31
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-124-76/+66
* cortex-m0: Fix handling uint64 divide-by-0stabilize-6783.BRandall Spangler2015-02-111-0/+3
* Add 64-bit divide library routines for Cortex-M, Cortex-M0Randall Spangler2015-02-053-1/+261
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+4
* fix off-by-one in flash size checkVincent Palatin2015-01-141-1/+1
* cortex-m0: optimize out unused assembly helpersVincent Palatin2015-01-143-32/+8
* cortex-m0: NVIC: Fix macro for the priority registersstabilize-6592.BAlexandru M Stan2014-12-181-1/+1
* NVIC: Adjust priority settingAlexandru M Stan2014-12-171-1/+3
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+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
* cortex-m0: add more constraints on atomic implementationVincent Palatin2014-10-211-2/+2
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-1/+2
* cortex-m0: disallow rescheduling if task_start() has not yet runAlec Berg2014-10-071-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
* cortex-m0: stm32f0: use RW vector table when running RW codeAlec Berg2014-07-292-12/+41
* cortex-m0: add 64-bit multiplicationVincent Palatin2014-07-102-1/+75
* better unhandled exception panic without runtimeVincent Palatin2014-07-032-5/+3
* stm32: add USB driverVincent Palatin2014-06-181-0/+20
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* cortex-m0: fix hard-faults during software interrupt calls part 2Alec Berg2014-05-021-1/+2
* cortex-m0: fix hard-faults during software interrupt callsVincent Palatin2014-04-251-2/+18
* cortex-m0: add more thumb1 helpersVincent Palatin2014-04-111-11/+53
* make the common runtime optionalVincent Palatin2014-03-223-2/+8
* discard unused functions at link timeVincent Palatin2014-03-111-21/+21
* Add Cortex-M0 core supportVincent Palatin2014-03-1114-0/+1734