How to build own pyb modules from STM .C . H files?
Posted: Tue Jul 11, 2017 8:18 pm
Hi,
I have a STM32L475 discovery board with Bluetooth WiFi and some other radios on it. I got .c, .h files along with it but I am not a C programmer and it is taking time to understand everything in c. So I ported MicroPython to my board.
Now I want to add those WiFi and Bluetooth Libraries to my build, how can I change them and add them to my custom build? Is there any simple way or tool?
Thanks!
I have a STM32L475 discovery board with Bluetooth WiFi and some other radios on it. I got .c, .h files along with it but I am not a C programmer and it is taking time to understand everything in c. So I ported MicroPython to my board.
Now I want to add those WiFi and Bluetooth Libraries to my build, how can I change them and add them to my custom build? Is there any simple way or tool?
Thanks!