Libosdp for Microcontrollers #178
Closed
dmercer-google
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
LibOSDP treats embedded hardware as first class citizens and any change to the library to allow/ease adoption is always welcome. That said, adding a platform specific "port" (at least the way I understood it) is probably not the best approach for a number of reasons. If you already have a branch with the changes you had to make in these ports, I can take a closer look and respond. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working with libosdp on some microcontrollers which has required some changes to some of the core files because of limited support for things like message queues, files, serial port details, etc. In particular, I've got a port that integrates with the ESP32 VS Code ESP-IDF as a component running under FreeRTOS.
Is there any interest in adding these ports to the main libosdp tree? Maybe under a "ports" dir of the main repo?
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions