I need to integrate .a and.lib pre-compiled libraries from FreeRTOS. Do you think it is possible to do or anyone has tried that?
Also need to expand my code beyond main.c. Not sure how to do that.
Thank you much!
*.a and *.lib integration from FreeRTOS
olgamill55 check out this article a wrote a while back: https://www.jaredwolff.com/embedding-rust-into-zephyr-using-cbindgen/#updating-cmakeliststxt
Thank you, I will definitely follow your guide and will provide a status report