Skip to content

Commit f28ed55

Browse files
author
Daniel Campora
committed
cc3200/README.md: Specify the board name in the build command.
1 parent 0a903be commit f28ed55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cc3200/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
The 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
1313
port file (check the Makefile for specific details). You can use CCS from TI.
1414
Use 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

0 commit comments

Comments
 (0)