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

Portability #25

Open
4 of 6 tasks
vifino opened this issue May 18, 2018 · 1 comment
Open
4 of 6 tasks

Portability #25

vifino opened this issue May 18, 2018 · 1 comment
Labels
enhancement Enhancement suggestions to the project. help wanted We want help here for various reasons.
Projects

Comments

@vifino
Copy link
Member

vifino commented May 18, 2018

Most of sled is already portable by design.
However, we have some platform specific code. Thanks to @20kdc, this is now mostly abstracted away.

We still need to abstract some stuff away..

  • Threading
    • We got mutexes but no threading, wtf?
  • Output
    • Not every platform has a working printf.

So, time for some platforms!

  • os_unix: Unix-likes. The OG platform.
  • os_dummy: A stub, should run barebones, maybe.
  • os_3ds: A Nintendo 3DS platform. Uses service calls for sleep and such.
  • os_freertos: FreeRTOS support. With this, we can work on some MCU's.
@vifino vifino added enhancement Enhancement suggestions to the project. help wanted We want help here for various reasons. labels May 18, 2018
@vifino vifino added this to In progress in Core May 18, 2018
@vifino
Copy link
Member Author

vifino commented Jun 12, 2018

Thanks to #33 we got threading done.

Now we just need to implement some logging facilities, status and such.

If we make it sufficiently high-level, we can do fancy progress bars and such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement suggestions to the project. help wanted We want help here for various reasons.
Projects
Core
  
In progress
Development

No branches or pull requests

1 participant