summaryrefslogtreecommitdiff
path: root/core/nds32
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-1220-20/+20
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* util: remove unused includesYuval Peress2022-08-051-0/+2
* core: Add "end" to linker scriptsTom Hughes2022-07-181-0/+6
* core/nds32/math.c: Format with clang-formatJack Rosenthal2022-07-011-8/+8
* core/nds32/task.c: Format with clang-formatJack Rosenthal2022-07-011-67/+55
* core/nds32/cpu.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* core/nds32/atomic.h: Format with clang-formatJack Rosenthal2022-06-301-1/+1
* core/nds32/panic.c: Format with clang-formatJack Rosenthal2022-06-291-22/+22
* core/nds32/include/fpu.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* core/nds32/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* core/nds32/cpu.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-212-6/+9
* tree: Files should end with single newlineTom Hughes2022-06-151-1/+0
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* tree: Add __keep to all core irq handler routinesTom Hughes2022-04-011-1/+1
* atomic: add atomic_and functionDawid Niedzwiecki2022-03-091-0/+12
* 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
* atomic: extract atomic_t to a separated fileDawid Niedzwiecki2021-11-241-3/+1
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-1/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-3/+3
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* tree: Remove .bss.slowTom Hughes2021-10-191-1/+0
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-111-2/+7
* core: Add assert to check alignmentTom Hughes2021-10-011-0/+6
* core: Add forward declaration for IRQ handler routineTom Hughes2021-09-271-0/+1
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+10
* builtin: Add math.hTom Hughes2021-08-311-3/+3
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-1/+4
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-3/+3
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-3/+3
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-3/+3
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+3
* it83xx: pull more functions into __ram_code sectionDino Li2020-11-181-1/+2
* nds32/task: return invalid task id if task scheduling is not yet startDino Li2020-11-182-1/+7
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-051-3/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-52/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-9/+8
* core/nds32: to avoid race conditiontim2020-10-271-3/+12
* core/nds32: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-201-0/+61
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-062-5/+5
* nds32/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-19/+25