Commit Graph

226 Commits

Author SHA1 Message Date
Michael Currin 68ffcfebdd
Update README.md (#3450) 2024-02-18 10:56:21 +01:00
SebSeb11 76936d7ed3
Update link to ESP8266 product page README.md (#3622)
Updates old link to ESP8266 product page which referred to a 404 page.
2024-01-23 20:29:57 +01:00
Marcel Stör d2f08f54d2 Remove Travis CI remnants 2021-08-04 12:20:56 +02:00
Gregor Hartmann 63d82131a7
Doc fixes (#3333) 2020-11-25 12:53:46 +01:00
Marcel Stör fab34a6cd0 Replace master with release 2020-11-03 22:57:15 +01:00
Marcel Stör a08e74d9ad Complement list of missing standard Lua modules 2019-08-27 22:13:17 +02:00
Marcel Stör 7d02e5a75c Change version in title to 3.0
Fixes #2840
2019-08-01 22:03:09 +02:00
sergio d77666c0e8 trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
Marcel Stör 4c6c9d3380 Mention LFS in intro
Contributes to #2431
2018-07-24 23:16:58 +02:00
Marcel Stör 8505362f2a Rewrite intro for README
Fixes #2418
2018-07-24 23:06:54 +02:00
Nathaniel Wesley Filardo fd745e0981 Espressif SDK v2.2.1 (#2401)
Minimally build and boot tested, but the changes look pretty boring
2018-07-20 23:07:16 +02:00
devsaurus 519d6df62c update nodemcu version in README.md, build.md, flash.md 2018-03-24 11:13:13 +01:00
Marcel Stör f05bbb136f Adjust module count 2018-02-13 20:28:27 +01:00
Marcel Stör 119835bf30 Update WiFi code sample
Fixes #2117
2017-09-28 22:40:17 +02:00
Arnim Läuger 787379f0f5 Merge branch 'master' into dev 2017-05-21 09:34:31 +02:00
Arnim Läuger c4516f1a17 Upgrade to SDK 2.1.0. (#1962) 2017-05-11 07:13:23 +02:00
Marcel Stör 1fcb3259ce Update module count 2017-04-20 09:29:43 +02:00
Marcel Stör 07341e977f Transfer build options from README to docs (#1860)
* Transfer build options from README to docs, fixes #1830
* reference tls, u8g, ucg module configuration
2017-03-12 21:43:46 +01:00
Marcel Stör b96e31477c Merge pull request #1774 from nodemcu/dev
2.0.0 master drop
2017-02-02 07:46:52 +01:00
Yury Popov bdd54648f4 Upgrade to SDK 2.0.0 (#1435)
* Update LWIP from SDK
* mbedTLS integration
* Fix argument type in dbg_printf (#1624)
* Migrate to espressif’s download center (#1604)
* Fixed BBS links to firmware
* Adjust net module docs with mbedTLS info
* Remove unrelevant axTLS notice
2016-12-11 21:03:00 +01:00
Marcel Stör 8e48483c82 Change RTD links to point to `master`
Fixes #1490
2016-09-09 17:01:28 +02:00
Marcel Stör a8d984ae60 Fix merge conflicts in README.md 2016-08-02 22:09:28 +02:00
Arnim Läuger 84c005e85c Update to SDK 1.5.4.1 (#1390) 2016-07-22 23:18:47 +02:00
Yury Popov 549f42107e Update to SDK 1.5.4 (#1377) 2016-07-10 15:18:46 +02:00
Marcel Stör d5529846f2 Fix the HTTP server examples 2016-06-16 08:40:50 +02:00
Tino Hager 0d3e0bbb71 Documentation Change - Memory leak (#1358)
Fixes #1303
2016-06-13 22:03:34 +02:00
Philip Gladstone af39a0bc25 Upgrade to latest SPIFFS and add building of file systems (#1226)
Fixes #1164 and thus also #1150, #1149, #1147 and #898.

* Move to latest version of SPIFFS
* Add SPIFFS porting layer for NodeMCU
* Add option to delete output if it doesn't fit
* Change FLASHSIZE to be in bits by default: default 4mb 32mb
* Add SPIFFS_MAX_FILESYSTEM_SIZE override
* Add notes on SPIFFS_FIXED_LOCATION
* Add 1M boundary
* Include the current version of the LICENSE
2016-06-05 23:10:58 +02:00
Marcel Stör 746daf8440 Fix typo 2016-06-03 23:30:52 +02:00
Marcel Stör b236f91d60 Fix RTD badge 2016-06-03 23:25:49 +02:00
Marcel Stör cdaf634445 Fix RTD badge 2016-06-03 23:24:37 +02:00
Marcel Stör 2e109686df Add releases section (#1332) 2016-06-02 22:52:42 +02:00
Marcel Stör 583ea8514f Remove last obsolete line 2016-04-28 23:28:20 +02:00
Marcel Stör d572b90104 Fix the RTD badge 2016-04-28 23:24:07 +02:00
Marcel Stör e8ee825c25 Switch from readthedocs.org to readthedocs.io 2016-04-28 08:09:35 +02:00
Philip Gladstone 5b4b1e0388 Autobaudrate detection by default -- to reduce problems with speed change (#1215)
* Auto autobaud detection by default

* Added stopping the autobaud if explicitly configured

* Add note about auto-baud to the uart.md
2016-04-17 23:44:18 +02:00
Marcel Stör eccb2e4a53 Update module count 2016-04-02 23:48:00 +02:00
Marcel Stör bcbf49f275 Change a number of default values 2016-03-09 23:16:43 +01:00
Marcel Stör 5645827592 Fix link behind RTD badge 2016-01-17 17:22:46 +01:00
Marcel Stör c989e297ab Re-write README, fixes #771 and contributes to #774 2016-01-17 15:45:37 +01:00
Marcel Stör 82b19c4c37 Merge branch 'newdocs' into dev 2016-01-17 14:23:13 +01:00
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
Philip Gladstome 1d9336fb99 Upgrade to SDK version 1.5.1 from Espressif 2016-01-12 21:05:47 -05: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
devsaurus 9ca35b1fff transferred ucg module documentation 2016-01-09 00:58:32 +01:00
devsaurus 63ba40b791 transferred u8g module documentation 2016-01-08 20:31:14 +01:00
Marcel Stör 8dc2b624ae Add RTD badge 2016-01-05 09:22:41 +01: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
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
Marcel Stör da5834e2cf 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-17 20:21:47 +01:00
Nick Andrew 570bddcfe5 More README tweaks now that master was updated
* Remove the "0.9.6; deprecated" comment regarding the master branch
  * Add a paragraph on enabling debugging
  * Clarify (I hope) the conditions under which you need to reformat your flash filesystem.
  * Remove trailing blanks

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
2015-12-06 11:38:49 +11:00