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

std lib #4

Closed
lattice0 opened this issue Dec 31, 2023 · 2 comments
Closed

std lib #4

lattice0 opened this issue Dec 31, 2023 · 2 comments

Comments

@lattice0
Copy link

Are there plans to not use the std lib? I know nothing about embedded devices, but it looks like would be nicer to have no std in this one. I'm trying to put it into the ESP32 and had to activate std stuff.

I don't know, it looks like this MCU is too slow for std

@blueluna
Copy link
Owner

blueluna commented Jan 1, 2024

Psila is usable in an no_std environment, I have used it in nrf52840 which has less resources than esp32. Just use the "core" feature. For a full example, see:
https://github.com/blueluna/nrf52840-experiments/tree/master/adafruit-feather-nrf52840-express

I am trying to see if a ESP32-C6 example is possible with Psila.

@blueluna
Copy link
Owner

Does this answer your question? Can we close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants