summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-282-29/+59
* ec: Add a chipset reset hookDuncan Laurie2016-01-254-0/+16
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-3/+29
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-052-1/+26
* nds32: start_irq_handler() use system stackDino Li2015-12-163-5/+5
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-091-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-302-7/+3
* add the 'extension' command frameworkVadim Bendebury2015-11-172-0/+10
* nds32: fix ldsDino Li2015-11-121-0/+1
* cortex-m0: Ensure .bss.slow section is cleared.Aseda Aboagye2015-11-121-0/+1
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-112-2/+2
* 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
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-051-34/+7
* nds32: fix interruptDino Li2015-11-012-0/+22
* it8380dev: Increase DLM sizeDino Li2015-10-251-0/+12
* it8380dev: fix clock moduleDino Li2015-10-251-5/+40
* 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
* nds32: fix panicDino Li2015-10-073-5/+193
* it8380dev: fix hw timer and related function.Dino Li2015-10-014-2/+141
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-252-49/+16
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-1/+1
* Fix typo when building with CONFIG_SHAREDLIBBill Richardson2015-09-232-2/+2
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-211-1/+5
* common: Add __fls functionGwendal Grignou2015-09-213-9/+9
* it8380dev: fix idle task and chip idDino Li2015-09-181-1/+23
* host: mock i2c_xferGwendal Grignou2015-09-161-27/+3
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-13/+6
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-163-6/+6
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-085-45/+3
* UART: Remove unused uart.h header includesAnton Staaf2015-09-088-8/+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
* nds32: use INT_MASK instead of GIEDino Li2015-08-203-34/+66
* it8380dev: add __muldi3.SDino Li2015-08-142-1/+41
* cortex-m0: Constrain target register in atomic readAnton Staaf2015-08-111-1/+1
* cortex-m: catch misconfigured interrupts earlyVadim Bendebury2015-08-111-0/+3
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-274-20/+20
* 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-172-1/+16
* emulator: Fix handling of early IRQs.Aseda Aboagye2015-07-173-4/+26
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-135-22/+102
* it8380dev: add flash module and fix system jumpDino Li2015-07-082-0/+13
* nds32: remove macro "RO"Dino Li2015-07-011-13/+0
* 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-1813-39/+39
* it8380dev: add pmc control moduleDino Li2015-06-172-3/+16