- 21 Feb, 2016 4 commits
-
-
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.
-
- 20 Feb, 2016 3 commits
-
-
devsaurus 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.
-
- 15 Feb, 2016 3 commits
-
-
Terry Ellison authored
Enable UART baudrate 256000 in platform layer.
-
Marcel Stör authored
Remove Lua modules with equivalent ones in app/modules.
-
devsaurus authored
-
- 14 Feb, 2016 3 commits
-
-
devsaurus authored
-
Marcel Stör authored
Add i2c based module for am2320 humidity sensor
-
Henk Vergonet authored
Example use: > sda=1 > scl=2 > am2320.init(sda,scl) > rh, t = am2320.read() > print(string.format("Temperature: %s degrees C", t / 10)) > print(string.format("RH: %s %%", rh / 10)) signed-off-by: henk.vergonet@gmail.com
-
- 13 Feb, 2016 2 commits
- 10 Feb, 2016 5 commits
-
-
Marcel Stör authored
Fix memory exhaustion in mqtt under circumstances from issue #975
-
Marcel Stör authored
Added full support for DS3231
-
Vittorio Giovanelli authored
-
Marcel Stör authored
Enable spi functionality on pins after internal config has been applied.
-
Marcel Stör authored
Extend data type for spi miso/mosi buffer offset to 16 bit.
-
- 09 Feb, 2016 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
with bf74b617
-
- 08 Feb, 2016 1 commit
-
-
Marcel Stör authored
-
- 07 Feb, 2016 3 commits
-
-
Vittorio Giovanelli authored
-
Arnim Läuger authored
Fix secure TCP connections for `net` and `mqtt` modules.
-
Uri Shaked authored
Call `espconn_secure_set_size()` before calling `espconn_secure_connect()`, similar to how the http module works
-
- 06 Feb, 2016 4 commits
-
-
Terry Ellison authored
Add section about writing documentation
-
Marcel Stör authored
Fixes #1013
-
Marcel Stör authored
Fixes #996
-
Arnim Läuger authored
implement architecture dependent delay functions for u8glib
-