summaryrefslogtreecommitdiff
path: root/core/nds32/task.c
Commit message (Expand)AuthorAgeFilesLines
* Shuffle const aroundPatrick Georgi2019-05-241-1/+1
* nds32: task: allow context switching if task_start() is calledDino Li2018-03-151-3/+3
* nds32: enable GCC LTODino Li2017-11-301-2/+3
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-3/+9
* chip: it83xx: add support for floating point unitDino Li2017-05-291-4/+0
* nds32: lds: reduce gap of flashDino Li2017-01-051-16/+16
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-1/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-181-10/+0
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-281-11/+38
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-3/+29
* nds32: start_irq_handler() use system stackDino Li2015-12-161-2/+2
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-051-34/+7
* nds32: fix interruptDino Li2015-11-011-0/+19
* it8380dev: fix clock moduleDino Li2015-10-251-5/+40
* nds32: fix panicDino Li2015-10-071-2/+17
* it8380dev: fix hw timer and related function.Dino Li2015-10-011-2/+130
* common: Add __fls functionGwendal Grignou2015-09-211-3/+3
* it8380dev: fix idle task and chip idDino Li2015-09-181-1/+23
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* nds32: use INT_MASK instead of GIEDino Li2015-08-201-19/+37
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-2/+12
* core: Assert if task_get_current() cannot return a valid task IDShawn Nematbakhsh2015-06-121-0/+4
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* ite: Port OS layer to Andestar v3m architectureVincent Palatin2013-12-101-0/+515