Search found 2 matches

by baristajosh
Thu Jan 17, 2019 11:52 pm
Forum: Other Boards
Topic: How to port Micropython to new Microcontroller
Replies: 13
Views: 13838

Re: How to port Micropython to new Microcontroller

baristajosh, CircuitPython (a fork of MicroPython) supports the SAMD51 which is very similar to the E54 I believe. So, I'd suggest starting there. Once you have CircuitPython going on the E54 you should have enough knowledge to backport SAMD support to MicroPython (which other folks would like too ...
by baristajosh
Sun Jan 06, 2019 9:40 pm
Forum: Other Boards
Topic: How to port Micropython to new Microcontroller
Replies: 13
Views: 13838

How to port Micropython to new Microcontroller

Hi, I wanted to start the process of porting Micropython to an SAM-E54-XplainedPro Dev Board from Atmel It's based on the ATSAME54P20A (ARM Cortex-M4). I could not find any good documentation on how to go about porting Micropython to a new board that is not already supported in the Micropython githu...