summaryrefslogtreecommitdiff
path: root/core/nds32/task.c
Commit message (Expand)AuthorAgeFilesLines
* tasks: Only report stack overflow if task is enabledRob Barnes2023-05-151-3/+5
* tasks: Add task_enabled functionRob Barnes2023-04-241-0/+5
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-2/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* util: remove unused includesYuval Peress2022-08-051-0/+2
* core/nds32/task.c: Format with clang-formatJack Rosenthal2022-07-011-67/+55
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-4/+4
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-4/+4
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-3/+3
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* task: Use bool for truthy return typesTom Hughes2021-11-091-3/+3
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+10
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+3
* nds32/task: return invalid task id if task scheduling is not yet startDino Li2020-11-181-1/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-9/+8
* core/nds32: to avoid race conditiontim2020-10-271-3/+12
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-3/+3
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-8/+9
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-241-8/+13
* core/nds32: remove unnecessary conditionDino Li2020-09-151-8/+5
* core: nds32/riscv-rv32i: fix issue of time in exceptions is negativeDino Li2020-07-241-7/+8
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* core/riscv-rv32i: remove get_sw_int()Tzung-Bi Shih2020-05-291-9/+1
* core/riscv-rv32i: do not expose get_sw_int()Tzung-Bi Shih2020-05-191-1/+1
* core/riscv-rv32i: move interrupt details to IT83XX specificTzung-Bi Shih2020-05-191-31/+4
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-281-0/+3
* it83xx: watchdog: print LP on watchdog warningDino Li2018-05-221-0/+6
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* nds32: task: allow context switching if task_start() is calledDino Li2018-03-131-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