openwch / ch32v003

CH32V003 is an ultra-cheap RISC-V MCU with 2KB SRAM, 16KB flash, and up to 18 GPIOs that sells for under $0.10
373 stars 56 forks source link

Is there any RTOS support #20

Open myjtag opened 1 year ago

myjtag commented 1 year ago

Hi, I need tiny RTOS for this part, id there any paln for adding some tiny RTOS? example pico]OS

mrx23dot commented 11 months ago

try a simple scheduler instead.

kholia commented 2 months ago

Related: https://github.com/zephyrproject-rtos/zephyr/pull/73761.