OpenPicoRTOS icon indicating copy to clipboard operation
OpenPicoRTOS copied to clipboard

Very small, safe, lightning fast, yet portable preemptive RTOS with SMP support

Results 30 OpenPicoRTOS issues
Sort by recently updated
recently updated
newest added

When echoing chatacters on the main UART, some characters are replicated for some reason. Usually the character sent 3/4 chars ago. Tried without the scheduler running, same issue. Tried without...

bug

Activating the PLL (without even switching clocks) seems to cause issues the J-Link and Ozone

bug

Right now there are ugly ifdefs related to caches in picoRTOS' code cause some CPUs have caches, some don't and it's hard to find the right spot to manage this...

enhancement
architecture

An experimental driver is provided in the staging tree. This one probably needs a lot of work.

enhancement
test & validation

An experimental driver is provided in the staging tree (misc). Needs testing.

enhancement
test & validation

An experimental driver is provided in the staging tree. Needs testing & probably more.

enhancement
test & validation

A driver is provided in the staging tree. It probably works but needs further testing.

test & validation

A driver is provided in staging. Probably works but needs further testing

test & validation

The eQADC driver's dynamic (with DMA) seems to work fine, but the results are suspicious (not ranging from 0 to 4095). This must be investigated.

bug
test & validation

Calibration can be improved by using some kind of polynomial. As not all architectures support floating point, it might take the form of a series of fractions, like: ```c struct...

enhancement
good first issue