Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
f28ed55a
Commit
f28ed55a
authored
Jun 11, 2015
by
Daniel Campora
Browse files
Options
Downloads
Patches
Plain Diff
cc3200/README.md: Specify the board name in the build command.
parent
0a903be7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cc3200/README.md
+4
-4
4 additions, 4 deletions
cc3200/README.md
with
4 additions
and
4 deletions
cc3200/README.md
+
4
−
4
View file @
f28ed55a
# Build Instructions for the CC3200
# Build Instructions for the CC3200
Currently the CC3200 port of Micro Python builds under Linux and OSX
and
not under Windows.
Currently the CC3200 port of Micro Python builds under Linux and OSX
**but
not under Windows
**
.
The tool chain required for the build can be found at
<https://launchpad.net/gcc-arm-embedded>
.
The tool chain required for the build can be found at
<https://launchpad.net/gcc-arm-embedded>
.
...
@@ -13,15 +13,15 @@ In order to debug the port specific code, optimizations need to be disabled on t
...
@@ -13,15 +13,15 @@ In order to debug the port specific code, optimizations need to be disabled on t
port file (check the Makefile for specific details). You can use CCS from TI.
port file (check the Makefile for specific details). You can use CCS from TI.
Use the CC3200.ccxml file supplied with this distribution for the debuuger configuration.
Use the CC3200.ccxml file supplied with this distribution for the debuuger configuration.
```
bash
```
bash
make
BTARGET
=
application
BTYPE
=
debug
make
BTARGET
=
application
BTYPE
=
debug
BOARD
=
LAUNCHXL
```
```
## To build an image suitable to be flashed to the device:
## To build an image suitable to be flashed to the device:
```
bash
```
bash
make
BTARGET
=
application
BTYPE
=
release
make
BTARGET
=
application
BTYPE
=
release
BOARD
=
LAUNCHXL
```
```
## Building the bootloader
## Building the bootloader
```
bash
```
bash
make
BTARGET
=
bootloader
BTYPE
=
release
make
BTARGET
=
bootloader
BTYPE
=
release
BOARD
=
LAUNCHXL
```
```
## Regarding old revisions of the CC3200-LAUNCHXL
## Regarding old revisions of the CC3200-LAUNCHXL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment