Build broken with MICROPY_HW_ENABLE_CC3K

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
nelfata
Posts: 74
Joined: Wed Apr 30, 2014 10:50 pm

Build broken with MICROPY_HW_ENABLE_CC3K

Post by nelfata » Mon Aug 25, 2014 9:45 pm

In stmhal/boards/PYBV10/mpconfigboard.h

When setting:
MICROPY_HW_ENABLE_CC3K (1)

The build gives many errors.


Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Build broken with MICROPY_HW_ENABLE_CC3K

Post by Damien » Sun Oct 05, 2014 12:36 am

CC3000 support is now in master, but you need to enable the config setting in mpconfigport.mk. There are firmware builds with network drivers available at micropython.org/download.

Post Reply