Commit 890c7b42 authored by Marko Mikulicic's avatar Marko Mikulicic Committed by rojer

Bulk rename of SJS to FW

PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
parent 55398684
...@@ -19,7 +19,7 @@ Alternatively, ...@@ -19,7 +19,7 @@ Alternatively,
- [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples) - [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, 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
- [Support Forum - Ask your technical questions here] (http://forum.cesanta.com/index.php?p=/categories/smart-js) - [Support Forum - Ask your technical questions here] (http://forum.cesanta.com/index.php?p=/categories/smart-js)
......
...@@ -19,9 +19,9 @@ endif ...@@ -19,9 +19,9 @@ endif
flash: flash:
docker run --rm -it --privileged -v $(SRC_DIR):/src $(SDK) /bin/bash -c "\ docker run --rm -it --privileged -v $(SRC_DIR):/src $(SDK) /bin/bash -c "\
cd /usr/local/bin; \ cd /usr/local/bin; \
./cc3200prog $(PORT) /src/smartjs/platforms/cc3200/firmware/smartjs.bin \ ./cc3200prog $(PORT) /src/fw/platforms/cc3200/firmware/fw.bin \
" "
debug: debug:
docker run --rm -it --privileged -v $(SRC_DIR):/src $(SDK) \ 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"
/***************************************************************************** /*****************************************************************************
* app.ld * 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/ * 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) { ...@@ -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 * 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. * for SPIFFS-based implementation.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment