summaryrefslogtreecommitdiff
path: root/core/cortex-m0
Commit message (Expand)AuthorAgeFilesLines
* core/cortex-m0/curve25519: Remove unused variantsNicolas Boichat2017-12-161-144/+0
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-12-166-208/+25
* core/cortex-m0/curve25519: Import fast curve25519 implementationNicolas Boichat2017-12-166-0/+3576
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-4/+0
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-3/+1
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-011-0/+8
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-301-8/+0
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+3
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-1/+1
* core: Fix bug will cause tasks sleep forever by mutex_unlock in task.c.Mulin Chao2017-01-051-5/+9
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-1/+1
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-1/+1
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-1/+4
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-071-2/+2
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+4
* cleanup: Remove SHIFT_CODE_FOR_TEST handlingShawn Nematbakhsh2016-06-031-4/+0
* core: cortex-m0: Fix task routine prototypesStefan Reinauer2016-06-031-1/+1
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-5/+11
* core/*/ec.lds.S: quote paths containing OUTDIRPatrick Georgi2016-02-101-2/+5
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-301-3/+2
* add the 'extension' command frameworkVadim Bendebury2015-11-171-0/+5
* cortex-m0: Ensure .bss.slow section is cleared.Aseda Aboagye2015-11-121-0/+1
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-251-24/+8
* Fix typo when building with CONFIG_SHAREDLIBBill Richardson2015-09-231-1/+1
* common: Add __fls functionGwendal Grignou2015-09-211-3/+3
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+1
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-082-14/+0
* UART: Remove unused uart.h header includesAnton Staaf2015-09-083-3/+0
* cortex-m0: Constrain target register in atomic readAnton Staaf2015-08-111-1/+1
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* 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