..
.gitignore
Adds support for verifying the certificate offered by an SSL server.
2016-03-09 21:51:23 -05:00
Makefile
Make the wifi.smart functions options and remove wofs and upgrade
2016-02-26 17:23:38 +00:00
adc.c
Rework ADC mode setting approach ( #1285 )
2016-05-18 21:45:15 +02:00
adxl345.c
Added support for Analog Devices ADXL345 accelerometer ( #1252 )
2016-06-05 22:59:55 +02:00
am2320.c
Add i2c based module for am2320 humidity sensor
2016-02-14 15:12:42 +01:00
apa102.c
Cleaned up APA102 module registration.
2016-01-26 17:14:19 -05:00
bit.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
bme280.c
BME280 - fixing 2 issues
2016-02-27 15:44:15 +01:00
bmp085.c
BMP085: bmp085.init() should return 0
2016-01-14 22:23:03 +01:00
cjson.c
Enable -std=gnu11 for modules dir.
2016-01-20 19:40:47 +11:00
coap.c
Added length checking ( #1260 )
2016-04-24 16:45:47 +02:00
crypto.c
Remove improper free of userdata; It's for the garbage collection to free
2016-03-30 12:35:06 +11:00
dht.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
encoder.c
Update encoder files after #925 & #1072 review comments
2016-02-26 00:44:33 +00:00
enduser_setup.c
EUS: add assigned IP address ( #1313 )
2016-06-04 00:21:18 +02:00
file.c
Upgrade to latest SPIFFS and add building of file systems ( #1226 )
2016-06-05 23:10:58 +02:00
gpio.c
Merge pull request #1136 from TerryE/dev-quick-gpio-bugfix
2016-03-19 10:02:55 -04:00
hmc5883l.c
Added support for Honeywell HMC5883L digital compass ( #1253 )
2016-06-05 22:59:39 +02:00
http.c
Minimal changes to handle bad bodies ( #1212 )
2016-04-09 13:54:10 +02:00
hx711.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
i2c.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
l3g4200d.c
Added support for STM L3G4200D digital gyroscope ( #1251 )
2016-06-05 23:00:37 +02:00
linit.c
Fix break in luac.cross build and add some documentation
2016-03-03 02:03:23 +00:00
mdns.c
Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast
2016-04-03 14:10:52 -04:00
mqtt.c
Initialize cb for unsubscribe and unref it upon socket deletion. ( #1305 )
2016-05-21 08:25:16 -04:00
net.c
Adds support for verifying the certificate offered by an SSL server.
2016-03-09 21:51:23 -05:00
node.c
Upgrade to latest SPIFFS and add building of file systems ( #1226 )
2016-06-05 23:10:58 +02:00
ow.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
perf.c
Performance monitoring tool.
2016-02-22 08:50:07 -05:00
pwm.c
Omit all the PWM code if the PWM module is not included
2016-03-01 21:55:21 -05:00
rc.c
Enable -std=gnu11 for modules dir.
2016-01-20 19:40:47 +11:00
rotary.c
Squashed commit of the following:
2016-02-29 08:21:12 -05:00
rtcfifo.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
rtcmem.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
rtctime.c
Enable -std=gnu11 for modules dir.
2016-01-20 19:40:47 +11:00
sigma_delta.c
Add sigma_delta module.
2016-02-18 21:35:58 +01:00
sntp.c
SNTP module enhancements ( #1243 )
2016-04-15 12:49:18 +02:00
spi.c
Extend data type for spi miso/mosi buffer offset to 16 bit.
2016-02-09 22:05:05 +01:00
struct.c
Direct port of the struct module that provides access to
2016-02-13 08:32:25 -05:00
tm1829.c
Added support for tm1829 baed led controllers ( #1330 )
2016-06-03 23:47:36 +02:00
tmr.c
Updated tmr module and documentation
2016-05-14 00:17:04 +02:00
tsl2561.c
Reworked module registration, removed modules.h
2015-12-16 16:09:16 +11:00
u8g.c
make delay optional
2016-01-29 18:52:38 +01:00
uart.c
Enable -std=gnu11 for modules dir.
2016-01-20 19:40:47 +11:00
ucg.c
Add caching for multi-byte transfers ( #1247 )
2016-06-04 00:18:19 +02:00
wifi.c
Fixed bug where default hostname is not set on boot when in SoftAP mode ( #1341 )
2016-06-05 13:38:12 +02:00
wifi_common.c
Modified wifi module
2016-03-31 19:01:41 -07:00
wifi_common.h
Moved call to set default wifi hostname ( #1317 )
2016-05-27 13:25:42 +02:00
wifi_eventmon.c
Modified wifi module
2016-03-31 19:01:41 -07:00
ws2801.c
Enable -std=gnu11 for modules dir.
2016-01-20 19:40:47 +11:00
ws2812.c
Finalize work on ws2812 module
2016-05-09 07:21:50 +02:00