- 26 Feb, 2016 6 commits
-
-
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.
-
Terry Ellison authored
Made level triggers work better than before
-
philip authored
-
Johny Mattsson authored
Fix coroutine incompatibility in tmr module
-
Johny Mattsson authored
Addition of encoder module with base64 and hex encode/decode as per #925
-
TerryE authored
-
- 25 Feb, 2016 3 commits
-
-
Marcel Stör authored
-
philip authored
Move the level trigger to be after the callback
-
dnc40085 authored
This made the timer module incompatible with the lua coroutining module.
-
- 24 Feb, 2016 4 commits
-
-
Terry Ellison authored
Add node.egc.setmode() + constants as per #609
-
TerryE authored
-
Marcel Stör authored
-
Arnim Läuger authored
Simple mdns implementation using the Espressif code
-
- 23 Feb, 2016 2 commits
-
-
Johny Mattsson authored
Update flash_init_data to match esp_init_data_default.bin
-
dnc40085 authored
esp_init_data_default.bin in SDK 1.51
-
- 22 Feb, 2016 5 commits
-
-
Terry Ellison authored
New chunk capable crypto hash functions
-
Terry Ellison authored
Update file documentation to clarify that reads are limited to buffer
-
Adam Bonner authored
-
Adam Bonner authored
-
Adam Bonner authored
-
- 21 Feb, 2016 7 commits
-
-
Marcel Stör authored
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
BME280/BMP280 Digital Pressure Sensor module
-
vsky authored
-
Marcel Stör authored
Increase irom0_0_seg size for all-modules build.
-
TerryE authored
-
- 20 Feb, 2016 4 commits
-
-
devsaurus authored
-
TerryE authored
-
Arnim Läuger authored
Add sigma_delta module.
-
Arnim Läuger authored
Add real hw_timer support and convert the pwm module to use it
-
- 19 Feb, 2016 1 commit
-
-
Terry Ellison authored
Added crypto.fhash function for hashing files
-
- 18 Feb, 2016 5 commits
-
-
devsaurus authored
-
Terry Ellison authored
Add file.fscfg() command for fs location + size.
-
philip authored
-
Johny Mattsson authored
-
Johny Mattsson authored
Add New Tasking I/F and rework GPIO, UART, etc to support it
-
- 17 Feb, 2016 3 commits
-
-
Terry Ellison authored
ws2812 strip data buffer
-
Terry Ellison authored
Added file.exists() method
-
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.
-