Commit Graph

1082 Commits

Author SHA1 Message Date
Johny Mattsson 52e121f469 Merge pull request #887 from vowstar/dev-all-in-one
Add HTTP client module and documents.
2016-01-15 17:44:41 +11:00
Terry Ellison 2277aecd9b Merge pull request #938 from DiUS/rst-info-opt
Optimized node.bootreason() for size.
2016-01-15 01:21:25 +00:00
Johny Mattsson 30f8f62420 Optimized node.bootreason() for size.
Reduces the size from 179 to 102 bytes.
2016-01-15 11:42:20 +11:00
Terry Ellison 74e5ebdf6d Merge pull request #935 from pjsg/fix-bootreason
Add the exccause parameter into the bootreason block
2016-01-14 17:11:37 +00:00
philip dc5cc6d9f4 Add the exccause parameter into the bootreason block 2016-01-14 08:16:26 -05:00
Johny Mattsson 2d82e622b6 Merge pull request #890 from vowstar/dev-fix-flash-api
Update flash_api due to flash size map is redefined by espressif.
2016-01-14 17:00:50 +11:00
Johny Mattsson 9772e7cdec Merge pull request #888 from dnc40085/patch-1
Fix problem in wifi.sta.getap where invidual result is lost.
2016-01-14 16:49:20 +11:00
Johny Mattsson f9c898c72d Merge pull request #932 from jfollas/spi-cpol
SPI: Implemented CPOL=1
2016-01-14 16:31:21 +11:00
jfollas bf74b617d0 SPI: Implemented CPOL=1
Reference: http://bbs.espressif.com/viewtopic.php?f=49&t=1570
2016-01-13 22:39:15 -05:00
Johny Mattsson 7d3202e869 Merge pull request #928 from pjsg/sdk1.5.1
Upgrade to SDK version 1.5.1 from Espressif
2016-01-14 11:39:21 +11:00
philip b2850c3f64 Use sha1 of file instead of size 2016-01-13 09:54:49 -05:00
philip dd5dafa99e Merge remote-tracking branch 'jmattsson/tmr-libmain-binpatch150' into sdk1.5.1
Conflicts:
	Makefile
2016-01-13 07:54:27 -05:00
Philip Gladstome 1d9336fb99 Upgrade to SDK version 1.5.1 from Espressif 2016-01-12 21:05:47 -05:00
Terry Ellison 2ff1324d2e Merge pull request #924 from DiUS/rst-info
Expose extended reset info via node.bootreason().
2016-01-12 13:17:21 +00:00
Johny Mattsson 57917601b7 Expose extended reset info via node.bootreason(). 2016-01-12 17:29:46 +11:00
Johny Mattsson 5af57d58ee Guard against short downloads.
Also bail out if trying to use the replacement libmain.a with a
non-1.5.0 SDK.
2016-01-11 22:49:09 +11:00
Terry Ellison e9f16d1ace Merge pull request #916 from jmattsson/tmr-limit-check
Range check the tmr interval value.
2016-01-10 11:32:15 +00:00
Johny Mattsson 3fb0de859f Range check the tmr interval value.
Plain SDK 1.5.0 bugs out for values >6871948 or so - this commit does
not do anything to mitigate that.
2016-01-10 18:10:03 +11:00
Johny Mattsson cf2aa574b8 Bin-patching of SDK 1.5.0 with fix for timer interval. 2016-01-10 17:57:24 +11:00
Terry Ellison dcbdfc8e70 Merge pull request #914 from ABonner/dev
Small fixes to README.md
2016-01-09 11:08:45 +00:00
Adam Bonner 09f4e01cb2 Small fixes to README.md
Update 1.5.0 link and add some other links
2016-01-08 21:59:02 -08:00
Terry Ellison 94402443f2 Merge pull request #910 from devsaurus/dev-gcfix
Remove superfluous collectgarbage() in webap example
2016-01-07 22:50:45 +00:00
Terry Ellison 01878dc599 Merge pull request #906 from jmattsson/cleanup_optram
Remove left-over cruft regarding Lua mem opt.
2016-01-07 22:45:57 +00:00
Terry Ellison ce639e443d Merge pull request #909 from devsaurus/dev-telnet
Update telnet example to fit new SDK behavior
2016-01-07 22:45:17 +00:00
devsaurus 07c1a28d4d remove ; and dangling spaces 2016-01-07 23:08:44 +01:00
devsaurus 626e7d3c91 close connection on sent instead on receive 2016-01-07 23:00:24 +01:00
devsaurus 5a6975b343 remove superfluous collectgarbage() 2016-01-06 23:51:21 +01:00
devsaurus 87351a2d10 consolidate telnet example 2016-01-06 23:18:42 +01:00
devsaurus ff3926175c add fifo to fit new sdk behavior 2016-01-06 22:18:11 +01:00
Johny Mattsson 0b2d90300a Remove left-over cruft regarding Lua mem opt. 2016-01-06 10:38:58 +11:00
Johny Mattsson 547ebdf3ff Merge pull request #896 from dnc40085/dev_node_dsleep_fix
Fix for node.dsleep to increase maximum sleep time
2016-01-05 12:26:12 +11:00
dnc40085 c2f2bbd92a Fix problem in wifi.sta.getap where invidual result is lost. 2016-01-03 20:02:50 -08:00
dnc40085 cb0a982dc3 Minor change to node module
node.dsleep was using sint32 to hold sleep time when it should be using
uint32
2016-01-02 03:10:27 -08:00
Terry Ellison 2f655deeca Merge pull request #885 from jmattsson/sdk150bin
Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0.
2016-01-01 22:30:22 +00:00
Huang Rui f2e6c9366b Sync flash_api.c with flash_api.h 2015-12-30 09:49:01 +08:00
Huang Rui 7737d36f24 Update flash_api.h due to flash size map is redefined by espressif. 2015-12-30 09:46:43 +08:00
Huang Rui 88bae3ed22 Remove all version data and combine 33 commits to 1.
Add http module and documention, including fix httpclient bug.
2015-12-29 19:25:37 +08:00
Terry Ellison a8359f1da5 Merge pull request #882 from nodemcu/master
Resync master to dev prior to upgrading Dev to SDK 1.5
2015-12-28 15:38:21 +00:00
Terry Ellison 59c36cf526 Merge pull request #881 from devsaurus/ucg-getstrwidth
fix parameter access for ucg.getStrWidth()
2015-12-28 15:27:27 +00:00
devsaurus 20629386ca fix parameter access for ucg.getStrWidth() 2015-12-28 15:22:09 +01:00
Johny Mattsson a6c0873a28 Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0.
Removed earlier TCP port randomisation fix - the new SDK has its own fix
even though Espressif told me they wouldn't fix it. Yay?
2015-12-23 11:17:05 +11:00
Terry Ellison 0069f002a8 Merge pull request #855 from devsaurus/dev-uart
UART: fix parity and stopbit generation
2015-12-22 01:38:40 +00:00
devsaurus 6cbe716db0 uart: fix parity and stopbit generation 2015-12-21 17:51:43 +01:00
Terry Ellison e45d790441 Merge pull request #866 from robertfoss/enduser_setup_#863
Fixed compilation error when the enduser_setup module is disabled
2015-12-21 09:52:15 +00:00
Robert Foss 672c396c69 Fixed compilation error when the enduser_setup module is disabled yet requires ENDUSER_SETUP_AP_SSID to be defined. 2015-12-20 22:50:36 -05:00
Terry Ellison 1462d00e9f Merge pull request #842 from jmattsson/module-ltr-cleanup
Cleanup: LTR module registration
2015-12-19 23:22:18 +00:00
Terry Ellison 93421f2702 Merge pull request #861 from marcelstoer/master
Add a few small corrections and new Docker link
2015-12-18 22:19:19 +00:00
Marcel Stör d81ce710c4 Add a few small corrections and new Docker link
I a discussion with @nickandrew (original author of updated sections) he agreed that we should rather link to *my* Docker image because it has fewer issues then the one currently referenced. The one we identified will soon be addressed.
2015-12-18 13:51:47 +01:00
Johny Mattsson 9003d3e8fb Rework NODEMCU_MODULE() to not pull in extra gunk.
Third time lucky. I hope. Hi Terry.
2015-12-18 13:10:48 +11:00
Terry Ellison 4708b2acd4 Merge pull request #858 from marcelstoer/dev-new-docker-reference
Add a few small corrections and new Docker link
2015-12-18 00:39:32 +00:00