summaryrefslogtreecommitdiff
path: root/core/cortex-m0
Commit message (Expand)AuthorAgeFilesLines
* 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