Search found 3 matches

by slurdge
Fri Dec 01, 2017 9:53 pm
Forum: Other Boards
Topic: [STM32F103] - Porting MicroPython to the "BluePill" board
Replies: 23
Views: 46778

Re: [STM32F103] - Porting MicroPython to the "BluePill" board

I see... I hoped to stay inside the stm32 tree but I'll try a simple port with help of STM HAL.
by slurdge
Fri Dec 01, 2017 2:35 pm
Forum: Other Boards
Topic: [STM32F103] - Porting MicroPython to the "BluePill" board
Replies: 23
Views: 46778

Re: [STM32F103] - Porting MicroPython to the "BluePill" board

Follow up: I was able, with extreme porting in some cases (defining some constants to 0, etc.) to produce a full elf file. All commits are here: https://github.com/slurdge/micropython/commits/master However, I have a file that is too big, as the elf gives the following information (for strange reaso...
by slurdge
Wed Nov 29, 2017 5:34 pm
Forum: Other Boards
Topic: [STM32F103] - Porting MicroPython to the "BluePill" board
Replies: 23
Views: 46778

Re: [STM32F103] - Porting MicroPython to the "BluePill" board

Hello everyone, I took a look at continuing the effort of porting micropython. I mostly continued from the work here https://github.com/mcauser/BLUE_PILL_F103C8 done by @mcauser. I didn't notice the other repositories so I also got the stm32cube fw into the right folder (didn't change it). There are...