-
Notifications
You must be signed in to change notification settings - Fork 290
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
Easier porting to other architectures #573
Comments
Hi! Thanks for your interest in OpenSK. A few questions to understand the scope of your project idea:
|
|
Oh nice, I didn't know about TockOS supporting it! The only time we use Atomic is in our storage initialization. Its purpose is pretty much to implement a singleton. Not sure I understand the timing question, but generally speaking precise timing is not a concern. |
Despite I know ESP32-C3/C2 is magnitude slower than nRF52840, but I want to port this there. Right now OpenSK seems like very centric to nRF52840, but I guess this can be traded with time. There is one thing about ESP32-C3/C2 though, that they don't have official atomic support, and I believe changing it to use atomic_polyfill can have some, say like timing consequences. Wonder if we can make something relaxed so we can port things easier?
The text was updated successfully, but these errors were encountered: