Search found 342 matches

by danicampora
Sun Nov 02, 2014 4:45 pm
Forum: Other Boards
Topic: Micropython port for the CC3200 launchxl
Replies: 6
Views: 8501

Re: Micropython port for the CC3200 launchxl

I started the work for this port here: https://github.com/danicampora/micropython For now I have written a UART module and a GPIO module (not as generic as the stmhal "pin" module). Since memory size is an issue with this chip, I will try to keep the features implemented as minimal as possible, as l...
by danicampora
Tue Sep 30, 2014 7:41 am
Forum: Other Boards
Topic: Micropython port for the CC3200 launchxl
Replies: 6
Views: 8501

Micropython port for the CC3200 launchxl

Hello, This is my first post to the forum since I discovered Micropython a few weeks ago. I was very excited when I found out about it and now I am planning on getting one of the CC3200-LAUNCHXL development boards and port Micropython to it. The CC3200 is a SoC comprised of a Cortex-M4 and a WiFi ra...