Joachim Naulet

Results 34 issues of Joachim Naulet

HAL should be documented clearly, explaining its role and limitations

stdint, stddef and stdbool are now used all over the place so it doesn't make sense anymore to avoid using them in the scheduler ports. Using the "fast" types whenever...

Add support for MPU without making picoRTOS look like yet another iteration of UNIX

enhancement

It might be a good idea to add support for drivers and a corresponding HAL that would make the system more portable and readily useful for the user

enhancement

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