mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Bulk rename of SJS to FW
PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
This commit is contained in:
parent
55398684cc
commit
890c7b42dc
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*****************************************************************************
|
||||
* 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/
|
||||
*
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user