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

KISS for Zephyr #512

Open
ignacio-gr opened this issue Feb 6, 2024 · 1 comment
Open

KISS for Zephyr #512

ignacio-gr opened this issue Feb 6, 2024 · 1 comment

Comments

@ignacio-gr
Copy link

I've got an application that is currently running zephyr on a MCU and needs CSP KISS over USART to work.
Any clue on how to implement it?

@yashi
Copy link
Member

yashi commented Feb 7, 2024

We are working on it for our project https://github.com/spacecubics/scsat1-rpi.
Stay tuned.

If you can't wait for it, what you have to do is to create a new layer, libcsp/src/drivers/usart/usart_zephyr.c, which binds Zephyr UART driver and the libcsp kiss interface layer, libcsp/src/interfaces/csp_if_kiss.c

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