- 26 Feb, 2016 1 commit
-
-
TerryE authored
AFAIK no one uses the wifi.startsmart() and wifi.stopsmart(). Removing them frees up an extra 20-25K of Flash to use as filesystem. So I have added a new config define WIFI_SMART_ENABLE which is enabled by default so the default functionality is the same, but if this is commented out then this code is omitted. I have also removed wofs and upgrade from this build as we no longer support these.
-
- 17 Feb, 2016 1 commit
-
-
TerryE authored
As with the last commit this rolls up the follwowing, but include the various review comments on the PR. - **Documentation changes**. I've added the taks FAQ as a stub new Extension developer FAQ, and split the old FAQ into a Lua Developer FAQ and a Hardware FAQ. - **Tasking I/F**. New `app/task/Makefile`, `app/task/task.c`, `app/include/task/task.h` and `app/Makefile` as per previous commit. Cascade changes to `app/driver/uart.c`, `app/include/driver/uart.h`, `app/user/user_main.c` and `app/modules/node.c` - **GPIO Rework** to `app/modules/gpio.c` and `pin_map.[hc]`, `platform.[hc]` in `app/platform` - **Other Optimisations** Move the `platform_*_exists()` from `app/platform/common.c` to static inline declarations in `platform.h` as this generates faster, smaller code. Move lgc.a routines out of iram0.
-
- 05 Jan, 2016 1 commit
-
-
Johny Mattsson authored
-
- 03 Jan, 2016 1 commit
-
-
dnc40085 authored
option to set hostname in user.config.h
-
- 12 Nov, 2015 1 commit
-
-
Johny Mattsson authored
Make ADC vs readvdd33 option user_config.h configurable for the init data, and made readvdd33 the default.
-
- 09 Nov, 2015 1 commit
-
-
Johny Mattsson authored
This got broken in the 1.4.0 overhaul, mea culpa.
-
- 08 Nov, 2015 1 commit
-
-
TerryE authored
-
- 01 Nov, 2015 1 commit
-
-
Jonathan karras authored
-
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
It was piggybacking on the Lua readline timer which no longer exists. Also cleaned up injection of Lua commands via CoAP & node.input().
-
- 30 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 31 Jul, 2015 2 commits
-
-
Johny Mattsson authored
Also made the cache on/off configurable via user_config.h. Uncached writes are not a very good idea, but for read-only deployments a further ~0.5k RAM can be gained by disabling the cache. Tweaked the file.read() workhorse to read large chunks at a time rather than use getc(), to compensate for potential unavailability of cache.
-
Bernd Meyer authored
-
- 27 Jun, 2015 2 commits
- 05 Jun, 2015 1 commit
-
-
Johny Mattsson authored
Also disabled MD2 support by default (see MD2_ENABLE in user_config.h).
-
- 03 Jun, 2015 1 commit
-
-
Johny Mattsson authored
-
- 15 Mar, 2015 1 commit
-
-
HuangRui authored
-
- 12 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 06 Mar, 2015 1 commit
-
-
funshine authored
-
- 03 Mar, 2015 1 commit
-
-
Markus Gritsch authored
There seems to be interest in using the more intuitive RGB byte order to specify the LED color. Also fixed the documentation.
-
- 17 Feb, 2015 1 commit
-
-
HuangRui authored
-
- 16 Feb, 2015 2 commits
-
-
HuangRui authored
-
HuangRui authored
The open source LWIP is broken, use espressif's liblwip.a. Uses system_get_vdd33 instead of readvdd33. The espressif's sdk0.9.6 beta1 (2015.02.15) release note 1、Optimize smartconfig to version v0.8; 2、Optimize AT to version 0.22.b1; 1>、Fixed bugs; 2>、Optimize the speed of transparent transmission; 3、Optimize boot to version 1.3(b3); 1>、Fix compatibility problem of dual flash ; 4、Solve problem of the large current in deep sleep; 5、Fixed problem “check mem fail”; 6、Fixed problem of UDP socket may stop listening broadcast packet after a long time running under some special router; 7、Fixed bug related to wifi_station_scan; 8、Other optimize to make the software more reliable;
-
- 13 Feb, 2015 2 commits
- 12 Feb, 2015 1 commit
-
-
funshine authored
-
- 11 Feb, 2015 2 commits
- 05 Feb, 2015 2 commits
-
-
Till Klocke authored
-
HuangRui authored
-
- 04 Feb, 2015 3 commits
- 03 Feb, 2015 1 commit
-
-
devsaurus authored
* macros established to build a table of fonts which get compiled into the image * font data is mapped to irom0 to save dram space * quirky function to retrieve font data 4-byte aligned from irom0
-
- 01 Feb, 2015 2 commits
- 26 Jan, 2015 4 commits