david gauchard
85e68093e9
Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system ( #5018 )
...
Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system
* enable dot_a_linkage on internal libraries
* add device tests
* boards generator: deprecate --noextra4k/--allowWPS and fix documentation
2018-08-20 14:35:52 +02:00
Anthony Elder
5c7dbf4e4b
Add instantly option to deepSleep ( #5052 )
...
* Add instantly option to deepSleep
* Move system_deep_sleep_instant to a new deepSleepInstant function
2018-08-19 05:46:33 -03:00
SarenT
cbcefa7d3f
Analog input voltage can be 3.3V ( #5020 )
...
* Analog input voltage can be 3.3V
According to this tutorial and my personal test with my Amica, 1.0V delivers 320 and 3.3V delivers 1024 at 10-bit resolution. I guess 3.3V is possible.
* Update reference.rst
Added warnings.
* Update reference.rst
* Update reference.rst
requested changes
2018-08-13 22:53:39 -03:00
WEMOS Electronics
319adc6b8a
Fix boards.txt.py compatible with python3 ( #4998 )
2018-08-03 10:45:03 +02:00
Jeroen88
e4d9c279ef
Function added to detect baudrate ( #4978 )
...
* Function added to detect baudrate
* Added uart_start_detect_baudrate, detectBaudrate() wrappers for HardwareSerial and an example usage SerialDetectBaudrate.ino
* Some layout changes to pass Travis tests
* Some more nitty-gritty layout changes to pass Travis tests
* Some even more nitty-gritty layout changes to pass Travis tests
* renamed one function to testBaudrate() and updated doc/reference.rst
* Minor updates to doc/reference.rst
* New lines added
2018-08-01 15:33:25 -04:00
david gauchard
3ab38d690d
board generator documentation ( #4989 )
...
* update "more flash" doc
* doc: try to emphasize OOM knowledge
* fighting with markdown?
* it seems I can't emphasize text in link
* board generator doc: need reviewers
* markdown formatting, typos
* typos
* add links
* + last memory failure allocation + emphasis exception decoder
* more emphasis on exception decoder
* repeat the board generator introduction
* fixes
2018-08-01 00:00:59 -04:00
WEMOS Electronics
b1f0435fb3
change "WeMos" to new brand name "LOLIN" ( #4984 )
...
* change "WeMos" to new brand name "LOLIN"
2018-07-31 20:55:35 -04:00
Steven Conaway
0899ae9d3e
Update a03-library-does-not-work.rst ( #4971 )
2018-07-28 21:43:17 -04:00
Joseph Spencer
2ee744ecdd
Adding Notes in WiFi.begin docs ( closes #4949 ) ( #4958 )
...
* Also fixing formatting of unrelated link in station class docs.
2018-07-28 20:52:54 -04:00
Jack Shao
3906ee4d91
Add support for Seeed Wio Link board ( #4943 )
2018-07-20 14:51:32 -04:00
brendanvanbreda
e5648f3dfd
Add support for XinaBox ( #4929 )
...
Add support for the XinaBox CW01;
2018-07-17 11:53:26 -07:00
A C SREEDHAR REDDY
79a7ff8263
Update stack_dump.rst ( #4933 )
2018-07-17 09:22:13 -04:00
david gauchard
e486887f18
optionally allow WPS ( #4889 )
2018-07-06 16:45:25 +02:00
david gauchard
672c3f8d79
boards updates: nodemcu doc update (@lrmoreno007 #4715 ) + 512k32spiffs (@carlymx #4871 ) ( #4880 )
...
* boards updates: nodemcu doc update (@lrmoreno007 #4715 ) + 512k32spiffs (@carlymx #4871 )
* sometimes -> usually
2018-07-03 22:14:06 +02:00
ZaPpInG
1eb0645dcb
Improve the compatibility of the doc between Github and RTD... ( #4800 )
...
* Update requirements.txt
* Update conf.py
* Update libraries.rst
* Update libraries.rst
* Update libraries.rst
* Update stack_dump.rst
* Update client-examples.rst
* Update readme.rst
* Update readme.rst
* Update server-class.rst
* Update server-examples.rst
* Update soft-access-point-class.rst
* Update station-class.rst
* Update station-examples.rst
* Update udp-class.rst
* Update udp-examples.rst
* Update a04-board-generic-is-unknown.rst
* Update readme.rst
* Update readme.rst
* Update readme.rst
2018-06-28 10:58:33 -04:00
gojimmypi
0f34bd85d8
Windows 10 instructions ( #4797 )
...
* Instructions update
added correction for Windows 10 git install directory
* Update installing.md
* Update installing.rst
* Reminder for VisualMicro
install clarifications
* tidy up links
markup works differently in rst vs md
* formatting cleanup
* corrected default sketch directory
the default Arduino Sketchbook directory is C:\users\{username}\Documents\Arduino (thanks @Juppit)
https://github.com/esp8266/Arduino/pull/4797#issuecomment-396650538
* check for directory before creating
2018-06-27 18:04:35 -04:00
harlock974
91bb97ddb3
update Wemos D1 Mini Lite informations ( #4809 )
2018-06-14 10:39:19 +02:00
Nitin Dahyabhai
9db33e1827
Update to point to current Eclipse version ( #4794 )
2018-06-07 09:39:42 +02:00
acosinwork
9c5c16e9c8
add board WiFi Slot ( #3916 )
2018-06-04 18:42:11 +02:00
david gauchard
1a9403df1b
lwip2 fix and update ( #4729 )
...
* interactive example: update with option for using DHCP again after using static IP
* lwip2: avoid crash when IP address is set to 0(any) by dhcp not getting its lease renewal in due time
* lwip2: automatically remove oldest PCBs in time-wait state, limit their number
thanks to @me-no-dev 07f4d4c241 (diff-f8258e71e25fb9985ca3799e3d8b88ecR399)
* faq: update about tcpCleanup()
* lwip2: add a macro HAS_PHY_CAPTURE=1 indicating capture facility is available
2018-05-25 17:24:00 +02:00
Marcel Stör
41a64707f1
Fix WiFi status formatting issue (bullet list) ( #4671 )
2018-04-25 20:46:17 -03:00
Marcel Stör
1ca5838bed
Add ESP.deepSleepMax() ( #4627 )
2018-04-10 03:11:03 -03:00
Josef Kuchař
491c9b8b1c
Fix packet typo ( #4621 )
...
* Fix packet typo
* Another packet typo fix
2018-04-08 11:12:42 -03:00
Jim Watson
acbabf9895
Added new ESP_EEPROM to list of ESP libraries ( #4529 )
2018-04-08 01:28:26 +02:00
david gauchard
b93cba1046
simple fixes ( #4597 )
...
* wemos d1 r1: move comment out of define line
* update 4M filesystem info
2018-04-03 01:58:22 +02:00
i3water
7ae8f98e57
add board WiFiduino ( #4590 )
2018-04-01 18:51:59 +02:00
Ryan MacLean
6d3f0b4023
Two More Typos ( #4534 )
...
`Adruino` and a verb conjugation.
2018-03-19 16:50:26 -03:00
Jon H Peterson
d112dfa476
Update readme.rst ( #4131 )
...
* Update readme.rst
fix broken link to file system flash layout
* linkage repair
my second shot at fixing the external page link for "flash layout". It appears that the on-page link to "Update Process - Memory View" was broken (not sure if I got this one right or not).
2018-03-19 10:42:53 -03:00
Ryan MacLean
99d28902fb
Quick Typo Fix ( #4532 )
2018-03-18 16:28:59 -03:00
ZaPpInG
30155f2ad3
Fix menu and checklist in a01-espcomm_sync-failed ( #4512 )
...
Fix menu and checklist in a01-espcomm_sync-failed.rst
2018-03-16 00:04:56 -03:00
Steven Conaway
4b9d3d9e33
Fix some typos in the FAQ ( #4503 )
2018-03-12 01:15:50 -03:00
Steven Conaway
ad5691d637
ie --> in ( #4502 )
2018-03-12 00:13:53 -03:00
Steven Conaway
f070b55e11
Fix ESP8266WiFi/Diagnostics/Check Return Codes ( #4504 )
2018-03-11 21:09:03 -03:00
ZaPpInG
ac546acb80
Remove reference to an arrow/_right that doesn't exist ( #4401 )
...
Remove the reference to an arrow/_right that doesn't exist.
2018-03-08 15:15:18 -08:00
Ivan Grokhotkov
e52ead1e83
doc: remove changelog
...
Change logs are now hosted on Github releases page.
Closes #4142
2018-03-08 11:49:48 +08:00
ZaPpInG
9127e6eaac
Fix some links ( #4408 )
...
Fix some links
2018-02-28 14:32:52 -03:00
Aarush Ahuja
29789b1193
fixed replyPakcet to replyPacket ( #4439 )
...
Fixed variable name
2018-02-27 15:21:16 -03:00
diogosalazar
ad42ab69c1
Fix typos ( #4346 )
...
Found a couple of typos in the Servo section
2018-02-17 00:28:36 -03:00
Doanh Văn Lương
f6f977fb03
fix links for read the docs ( #4293 )
...
* fix links for read the docs
* fix typo
fix typo in link
2018-02-08 01:17:36 -03:00
david gauchard
b15102ad28
doc/faq: tcpCleanup ( #4314 )
2018-02-07 09:09:25 -03:00
Doanh Văn Lương
4e115917ae
fix dead link docs ( #4221 )
2018-02-05 00:57:58 -03:00
Peter
12f336fa5f
Case change and and 'none' reset option for Digistump Oak ( #4143 )
...
* Case change and and 'none' reset option for Digistump Oak
The logo is 'digiStump', but is always written in text form as 'Digistump'.
The generator fixed an issue with the release version of 2.4.0 not having a resetMethod for the Digistump Oak, and hence not being able to be uploaded to without modifying the boards.txt file. However, the Oak doesn't support auto-reset via serial - it was primarily designed to be a cloud-programmed board.
* Regenerated boards.txt
* Regeneration of doc/boards.rst
2018-01-15 04:19:52 +01:00
Ville Skyttä
7dca0727e1
Python 3 syntax fixes
2018-01-01 17:53:27 +03:00
Develo
a7984b65dc
Update a02-my-esp-crashes.rst ( #3950 )
...
* Update a02-my-esp-crashes.rst
Added section Other causes for crashes with ISR, Async callbacks, memory guidelines, stack.
Fixes #1388 .
* Update a02-my-esp-crashes.rst
Minor typos and text fixes
* Update a02-my-esp-crashes.rst
Fixed stack size typo
2017-12-28 00:41:45 -03:00
Doanh Văn Lương
affd1b37b8
Update generic-class.rst ( #3875 )
2017-12-17 00:00:09 -03:00
Rotzbua
291fdfc141
Update client-secure-examples.rst ( #3907 )
...
fix link
2017-12-16 20:01:50 -03:00
Rotzbua
7ff3ee91c4
[doc] update client-secure-class.rst ( #3924 )
...
add limitations of tls connection
2017-12-08 04:25:18 -03:00
Alessio Leoncini
fecacf167c
Added Serial.setRxBufferSize method description in libraries reference document ( #3862 )
...
* Added null pointer check
* Fixed typo
* Added Serial.setRxBufferSize method description in libraries reference document
2017-11-22 14:30:11 -03:00
Michael
7de58d9671
Fixed broken links in ota_updates/readme.rst
...
Replaced links to filesystem.md with filesystem.rst
2017-11-21 20:51:50 +08:00
Christopher Thomas
71b963699d
Fix broken link
2017-10-11 11:25:34 -05:00