- 01 Mar, 2016 1 commit
-
-
philip authored
Move get_pin_map() into platform_init
-
- 27 Feb, 2016 2 commits
-
-
Terry Ellison authored
BME280 - fixing 2 issues
-
vsky authored
1) Signal incorect reading when the sensor is disconnected. 2) Reset humidity oversampling settings when calling `bme280.startreadout()` - if the sensor is reconnected and readouts are in forced mode there is no need to re-initialize the sensor (`bme280.init()`).
-
- 26 Feb, 2016 6 commits
-
-
Arnim Läuger authored
Simple low level performance monitoring tool as a module
-
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 6 commits
-
-
philip authored
Squashed commit of the following: commit f1820af82bb5467d0c79c03290fca809b0273030 Author: philip <philip@gladstonefamily.net> Date: Sun Feb 21 15:08:31 2016 -0500 Now uses userdata commit 74a2298f5f2d2b07097a9501046efb8d4061ec5e Merge: 4ffab15 716e6824 Author: philip <philip@gladstonefamily.net> Date: Sun Feb 21 13:54:40 2016 -0500 Merge remote-tracking branch 'upstream/dev' into performance Conflicts: app/platform/hw_timer.c app/platform/hw_timer.h commit 4ffab15a2a15e0c6b2d7e93611a02be47bafdc79 Author: philip <philip@gladstonefamily.net> Date: Fri Feb 12 17:36:12 2016 -0500 Simple low level performance monitoring tool Make it work with the new hw_timer code commit 944db2bdb8a2b725ba683c564b39f30f3b61e47f Author: philip <philip@gladstonefamily.net> Date: Sun Feb 14 10:32:41 2016 -0500 Initial version of the hw_timer as part of the platform Addressed review comments Add the binsize return
-
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 4 commits
-
-
devsaurus authored
-
Terry Ellison authored
Add file.fscfg() command for fs location + size.
-
philip authored
-
Johny Mattsson authored
-