How to build own pyb modules from STM .C . H files?

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
SureshVakati
Posts: 42
Joined: Fri Feb 24, 2017 3:52 pm

How to build own pyb modules from STM .C . H files?

Post by SureshVakati » 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!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: How to build own pyb modules from STM .C . H files?

Post by dhylands » Wed Jul 12, 2017 10:29 pm

This thread should have what you need: viewtopic.php?f=16&t=2861

Post Reply