nodemcu-firmware/app/modules
philip e516a0e9a2 Performance monitoring tool.
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 716e682
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 944db2bdb8
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
2016-02-22 08:50:07 -05:00
..
Makefile Added -Wimplicit to modules build. 2016-01-22 10:55:57 +11:00
adc.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11: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
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 Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
crypto.c Added crypto.fhash function for hashing files 2016-02-05 22:19:00 +00:00
dht.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
enduser_setup.c Fixes and enchancements for enduser_setup module. 2016-02-01 14:42:24 +11:00
file.c Add file.fscfg() command for fs location + size. 2016-02-18 12:52:40 +11:00
gpio.c Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
http.c Remove all version data and combine 33 commits to 1. 2015-12-29 19:25:37 +08: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
linit.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
mqtt.c Merge pull request #1002 from pjsg/mqtt 2016-02-10 12:58:26 +01:00
net.c Fix secure TCP connections 2016-02-06 17:12:46 +02:00
node.c Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00: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 Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
rc.c Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11: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 include user_interface.h to avoid implicit decls 2016-01-24 00:22:11 +01:00
spi.c Extend data type for spi miso/mosi buffer offset to 16 bit. 2016-02-09 22:05:05 +01:00
tmr.c Added -Wimplicit to modules build. 2016-01-22 10:55:57 +11: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 fix parameter access for ucg.getStrWidth() 2015-12-28 15:22:09 +01:00
wifi.c Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
ws2801.c Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
ws2812.c ws2812 data buffer 2016-01-18 17:21:08 +01:00