File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build Instructions for the CC3200
22
3- Currently the CC3200 port of Micro Python builds under Linux and OSX and not under Windows.
3+ Currently the CC3200 port of Micro Python builds under Linux and OSX ** but not under Windows** .
44
55The tool chain required for the build can be found at < https://launchpad.net/gcc-arm-embedded > .
66
@@ -13,15 +13,15 @@ In order to debug the port specific code, optimizations need to be disabled on t
1313port file (check the Makefile for specific details). You can use CCS from TI.
1414Use the CC3200.ccxml file supplied with this distribution for the debuuger configuration.
1515``` bash
16- make BTARGET=application BTYPE=debug
16+ make BTARGET=application BTYPE=debug BOARD=LAUNCHXL
1717```
1818## To build an image suitable to be flashed to the device:
1919``` bash
20- make BTARGET=application BTYPE=release
20+ make BTARGET=application BTYPE=release BOARD=LAUNCHXL
2121```
2222## Building the bootloader
2323``` bash
24- make BTARGET=bootloader BTYPE=release
24+ make BTARGET=bootloader BTYPE=release BOARD=LAUNCHXL
2525```
2626
2727## Regarding old revisions of the CC3200-LAUNCHXL
You can’t perform that action at this time.
0 commit comments