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

POSIX (pthreads) backend? #57

Closed
laanwj opened this issue Feb 18, 2020 · 2 comments
Closed

POSIX (pthreads) backend? #57

laanwj opened this issue Feb 18, 2020 · 2 comments

Comments

@laanwj
Copy link

laanwj commented Feb 18, 2020

It would be nice to have a POSIX backend for this library, to use with embedded Linux on boards with a ESP8285 (for ex. https://github.com/damien-lemoal/riscv64-nommu-buildroot).

I might have a stab at this.

@MaJerle
Copy link
Owner

MaJerle commented Feb 18, 2020

You may adapt SYS layer to fit to posix implementation, but ESP SYS layers stays the same.

@franccan
Copy link

franccan commented Aug 9, 2021

Are there any plans to add support to posix compliant OS (i.e. lwesp_sys_posix.c)?

I think this could be an easy way to add MCU capabilities to an embedded linux device. This is because the "Driver AT Commands" support driving I2S, SPI, ADC and PWM peripherals.
https://docs.espressif.com/projects/esp-at/en/latest/AT_Command_Set/Driver_AT_Commands.html

@laanwj laanwj closed this as completed Apr 14, 2022
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

3 participants