Search found 5 matches

by wayne
Mon Jan 07, 2019 8:27 pm
Forum: Development of MicroPython
Topic: Adding custom module size info to 'make size' output
Replies: 2
Views: 2186

Re: Adding custom module size info to 'make size' output

I'm hoping someone who worked on the microbit port of MicroPython could shine some light for me please, as it's the build system for that port.
by wayne
Mon Jan 07, 2019 10:13 am
Forum: Development of MicroPython
Topic: Adding custom module size info to 'make size' output
Replies: 2
Views: 2186

Adding custom module size info to 'make size' output

Hi, I've created a custom C module for https://github.com/bbcmicrobit/micropython.git (Version 0.9x) by adding a suitable `micropython/source/mymodule.cmake` file and my source. Running`make size` doesn't show the size info for my libraries as they don't have .map files generated that can be to pass...
by wayne
Sun Apr 24, 2016 1:08 pm
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52876

Re: Porting to Nordic Semiconductor nRF52

Thanks for the info.
I've got micro python saying 'hello world' to me over serial on the nrf52.
by wayne
Tue Apr 19, 2016 11:09 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52876

Re: Porting to Nordic Semiconductor nRF52

Hiya @badi , did you make any progress with the port?
by wayne
Wed Mar 09, 2016 3:20 pm
Forum: ESP8266 boards
Topic: Downloading, Building and Deploying the Firmware
Replies: 17
Views: 19657

Re: Downloading, Building and Deploying the Firmware

You can also try this tutorial: https://learn.adafruit.com/building-and-running-micropython-on-the-esp8266/ Except the wifi example at the end doesn't work anymore, because things got moved around and renamed. In addition, because those instructions install esptool into the host os, if you want to ...