You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 elegantly.
Here are some leads:
Make all archs support piocRTOS' cache API, even if functions are empty (make ports slighly less convenient)
Put ifdefs everywhere (ugly & probably not compliant with the JPL rules)
Something else ?
The text was updated successfully, but these errors were encountered:
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 elegantly.
Here are some leads:
The text was updated successfully, but these errors were encountered: