Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
ffa981d1
Commit
ffa981d1
authored
Sep 16, 2016
by
Deomid Ryabkov
Committed by
Cesanta Bot
Sep 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CC3200 sensor demo example
PUBLISHED_FROM=9e29cac6a7d4b632b7f4a3ab0fe5411368ad0f5a
parent
806f07db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile.build
examples/CC3200/Makefile.build
+5
-2
sdk.version
examples/CC3200/sdk.version
+1
-1
No files found.
examples/CC3200/Makefile.build
View file @
ffa981d1
...
...
@@ -61,13 +61,16 @@ $(FW_ZIP): $(FW_ELF) $(FW_BIN) $(SLFS_FILES)
@
fw_meta gen_build_info
\
--json_output
=
$(BUILD_INFO_JSON)
@
cp
-v
$(SLFS_FILES)
out/
@
cp
$(CC3200_SP_FILE)
*
$(FW_DIR)
@
fw_meta create_manifest
\
--name
=
$(PROG)
--platform
=
$(PLATFORM)
\
--build_info
=
$(BUILD_INFO_JSON)
\
--output
=
$(FW_MANIFEST)
\
--src_dir
=
$(FW_DIR)
\
/sys/mcuimg.bin:src
=
$
(
notdir
$(FW_BIN)
)
\
$
(
foreach f,
$(SLFS_FILES)
,
$
(
notdir
$(f)
)
:src
=
$
(
notdir
$(f)
))
/sys/servicepack.ucf:type
=
slfile,src
=
$(CC3200_SP_FILE)
,falloc
=
60416,sign
=
$
(
notdir
$(CC3200_SP_FILE)
)
.sign
\
$
(
notdir
$(CC3200_SP_FILE)
)
.sign:type
=
signature,src
=
$(CC3200_SP_FILE)
.sign
\
/sys/mcuimg.bin:type
=
app,src
=
$
(
notdir
$(FW_BIN)
)
\
$
(
foreach f,
$(SLFS_FILES)
,
$
(
notdir
$(f)
)
:type
=
slfile,src
=
$
(
notdir
$(f)
))
@
echo
" ZIP
$@
"
@
fw_meta create_fw
\
--manifest
=
$(FW_MANIFEST)
\
...
...
examples/CC3200/sdk.version
View file @
ffa981d1
docker.cesanta.com/cc3200-build:1.2.0-r
5
docker.cesanta.com/cc3200-build:1.2.0-r
7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment