Joachim Naulet
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
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
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...
Activating the PLL (without even switching clocks) seems to cause issues the J-Link and Ozone
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...
An experimental driver is provided in the staging tree. This one probably needs a lot of work.
An experimental driver is provided in the staging tree (misc). Needs testing.
An experimental driver is provided in the staging tree. Needs testing & probably more.