Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caches: find a more elegant way to activate/deactivate cache support #82

Open
jnaulet opened this issue Dec 11, 2023 · 0 comments
Open
Assignees
Labels
architecture Structural change enhancement New feature or request

Comments

@jnaulet
Copy link
Owner

jnaulet commented Dec 11, 2023

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 ?
@jnaulet jnaulet added enhancement New feature or request architecture Structural change labels Dec 11, 2023
@jnaulet jnaulet self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Structural change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant