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

Porting to POSIX #28

Open
jocelynke opened this issue Mar 4, 2020 · 1 comment
Open

Porting to POSIX #28

jocelynke opened this issue Mar 4, 2020 · 1 comment

Comments

@jocelynke
Copy link

jocelynke commented Mar 4, 2020

Hello,

Thanks for your library ! I am working on porting to posix platform. I've managed to create the sys part and I am starting the low level.

I have an issue with the uart port device path which should be an argument inside the gsm_ll_t struct. Other platforms seem to not use it since cmsis has a dedicated port, and on windows a list of COM port is defined.

I would like to add it to gsm_ll_t, and the user would pass the path to the device through the gsm_init function call. What do you think about it ?

If you do not want to modify the existing API, we can add a "set_device_path" function.

@MaJerle
Copy link
Owner

MaJerle commented Jun 23, 2020

High-level application code must be platform independent, therefore anything linked to arch must be done in low-level part only.

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