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
890c7b42
Commit
890c7b42
authored
Apr 22, 2016
by
Marko Mikulicic
Committed by
rojer
Apr 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bulk rename of SJS to FW
PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
parent
55398684
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
Makefile
examples/CC3200/Makefile
+2
-2
cc3200_example.ld
examples/CC3200/cc3200_example.ld
+1
-1
esp_libc.c
examples/ESP8266_RTOS/user/esp_libc.c
+1
-1
No files found.
README.md
View file @
890c7b42
...
...
@@ -19,7 +19,7 @@ Alternatively,
-
[
Study mongoose example code
](
https://github.com/cesanta/mongoose/tree/master/examples
)
If you are looking for a complete IoT platform with firmware and cloud compotent,
-
[
Check out Smart.js - a full stack IoT platform
](
https://github.com/cesanta/
smart.js
)
-
[
Check out Smart.js - a full stack IoT platform
](
https://github.com/cesanta/
iot
)
# Support
-
[
Support Forum - Ask your technical questions here
]
(
http://forum.cesanta.com/index.php?p=/categories/smart-js
)
...
...
examples/CC3200/Makefile
View file @
890c7b42
...
...
@@ -19,9 +19,9 @@ endif
flash
:
docker run
--rm
-it
--privileged
-v
$(SRC_DIR)
:/src
$(SDK)
/bin/bash
-c
"
\
cd /usr/local/bin;
\
./cc3200prog
$(PORT)
/src/
smartjs/platforms/cc3200/firmware/smartjs
.bin
\
./cc3200prog
$(PORT)
/src/
fw/platforms/cc3200/firmware/fw
.bin
\
"
debug
:
docker run
--rm
-it
--privileged
-v
$(SRC_DIR)
:/src
$(SDK)
\
/bin/bash
-c
"cd /src/
smartjs
/platforms/cc3200 && tools/gdb.sh"
/bin/bash
-c
"cd /src/
fw
/platforms/cc3200 && tools/gdb.sh"
examples/CC3200/cc3200_example.ld
View file @
890c7b42
/*****************************************************************************
* app.ld
*
* GCC Linker script for
SmartJS
. Based on TI's example "blinky.ld".
* GCC Linker script for
Mongoose IoT
. Based on TI's example "blinky.ld".
*
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
*
...
...
examples/ESP8266_RTOS/user/esp_libc.c
View file @
890c7b42
...
...
@@ -29,7 +29,7 @@ _ssize_t _write_r(struct _reent *r, int fd, void *buf, size_t len) {
/*
* You'll need to implement _open_r and friends if you want file operations. See
* https://github.com/cesanta/
smart.js
/blob/master/platforms/esp8266/user/esp_fs.c
* https://github.com/cesanta/
iot
/blob/master/platforms/esp8266/user/esp_fs.c
* for SPIFFS-based implementation.
*/
...
...
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