summaryrefslogtreecommitdiff
path: root/core/nds32
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-0519-2769/+0
* 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
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-13/+23
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-242-18/+23
* core/nds32: remove unnecessary conditionDino Li2020-09-154-11/+20
* npcx: add support for rom resident sectionsKeith Short2020-08-131-0/+13
* linker: change symbol used to track available flashKeith Short2020-08-051-1/+7
* linker: Add flash sizes as linker defined labelsKeith Short2020-08-051-0/+11
* ec: change usage of dummySam Hurst2020-08-051-2/+2
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+10
* 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-222-2/+2
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* core/riscv-rv32i: remove return valuesTzung-Bi Shih2020-06-041-6/+3
* 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-192-6/+1
* core/riscv-rv32i: move interrupt details to IT83XX specificTzung-Bi Shih2020-05-192-31/+14
* core/nds32: Format linker scriptCraig Hesling2019-12-161-213/+217
* core/nds32 and riscv-rv32i/ec.lds.S: no assert if section is not presenttim2019-11-221-1/+2
* 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-1912-12/+12
* minute-ia: ish software panicDenis Brockus2019-06-111-14/+4
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4
* it83xx/i2cs: add i2c slave functiontim2019-03-301-2/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-263-5/+5
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-282-4/+4
* it83xx: force filling cache if the last two 4KB blocks of 512KB flash are mod...Dino Li2018-12-101-0/+1
* nds32: Add 64-bit divide library routines for N8 CPUDino Li2018-10-313-0/+388
* it83xx/fpu: restore ALU at the beginning of exception handlerDino Li2018-09-101-11/+11