nuttx/arch/risc-v/src
zhangyuan21 08f7152d9f nuttx/sched: remove nxsched_remove_readytorun from up_block_task
It takes about 10 cycles to obtain the task list according to the task
status. In most cases, we know the task status, so we can directly
add the task from the specified task list to reduce time consuming.
2022-11-22 15:29:00 +09:00
..
bl602 bl602/spi: add reference in bl602_spibus_initialize 2022-11-14 09:34:04 +09:00
c906 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
common nuttx/sched: remove nxsched_remove_readytorun from up_block_task 2022-11-22 15:29:00 +09:00
esp32c3 esp32c3:fix i2c bug of timout 2022-11-21 12:02:21 +01:00
fe310 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
k210 arch: risc-v: Introduce RISCV_IPI macro for SMP 2022-10-07 14:49:29 +08:00
litex Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
mpfs risc-v/mpfs: fix compile warning 2022-11-21 14:43:34 +01:00
opensbi arch: risc-v: Fix license information to use the OpenSBI 2022-09-27 18:29:09 +02:00
qemu-rv Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
rv32m1 libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
.gitignore
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00