04c66091af
Merge pull request #1588 from h4rm0n1c/schematic_pins_fix
...
Schematic pin reordering fix
2016-02-06 10:05:53 +01:00
199ccc5d23
Fix Schematic Pin Ordering
...
Reorders Schematic Pins GPIO 4 and 5 so they reflect the module pinout.
This brings the schematics in line with the module pinouts depicted
elsewhere in the documentation.
2016-02-06 13:16:00 +08:00
b5684b4641
Merge pull request #1574 from rherget/small_doc_fix
...
fix demo OTA php script
2016-02-04 22:45:22 +03:00
3e42042b86
Fix warning in libc_replacements.c
2016-02-04 20:02:47 +03:00
dbcf674ec2
fix demo OTA php script
2016-02-04 17:43:06 +01:00
3b2ea52d23
Merge pull request #1563 from mvdbro/master
...
Configurable I2C clock stretching limit
2016-02-04 17:46:27 +03:00
f3a4c0aa4d
Merge pull request #1560 from hallard/master
...
Changed arg, hasArg, header, hasHeader from const char * to String
2016-02-04 17:46:16 +03:00
573a0fb47f
Add LED_BUILTIN definition ( #1556 )
...
keep arduino incompatible BUILTIN_LED (+22 squashed commits)
[e124f9c
] keep arduino incompatible BUILTIN_LED
[18dab66
] keep arduino incompatible BUILTIN_LED
[0095de6
] keep arduino incompatible BUILTIN_LED
[cca2714
] keep arduino incompatible BUILTIN_LED
[ff62bfb
] keep arduino incompatible BUILTIN_LED
[fd6f7c0
] keep arduino incompatible BUILTIN_LED
[220b02a
] keep arduino incompatible BUILTIN_LED
[b871b1b
] keep arduino incompatible BUILTIN_LED
[1d97cac
] keep arduino incompatible BUILTIN_LED
[ebc2667
] changed BUILTIN_LED to LED_BUILTIN
[7008a27
] changed BUILTIN_LED to LED_BUILTIN
[cf3f6da
] changed BUILTIN_LED to LED_BUILTIN
[5e11c43
] changed BUILTIN_LED to LED_BUILTIN
[8645bd5
] changed BUILTIN_LED to LED_BUILTIN
[faae742
] changed BUILTIN_LED to LED_BUILTIN
[df2659b
] changed BUILTIN_LED to LED_BUILTIN
[1eb74d5
] changed BUILTIN_LED to LED_BUILTIN
[fb9e977
] changed BUILTIN_LED to LED_BUILTIN
[b735737
] changed BUILTIN_LED to LED_BUILTIN
[d0557dd
] changed BUILTIN_LED to LED_BUILTIN
[a25e4aa
] changed BUILTIN_LED to LED_BUILTIN
[7865ace
] changed BUILTIN_LED to LED_BUILTIN
2016-02-04 17:44:17 +03:00
5e8be46e84
Merge pull request #1552 from andig/spiffs
...
Change %i to %d for ets_printf compatibility
2016-02-04 17:39:09 +03:00
339140c756
Use umm_malloc for heap management
2016-02-04 13:14:47 +03:00
2e1be32825
Fix undefined reference to os_free ( #1522 )
2016-02-04 01:24:38 +03:00
1d149560be
Fix WiFi scan issue ( #1355 )
2016-02-04 01:19:29 +03:00
3f15903566
Configurable I2C clock stretching limit
...
Use Wire.setClockStretchLimit(limit)
limit is in uSeconds
2016-02-03 17:05:04 +01:00
4036e3a436
Changed header() to have string parameter instead of const char *
2016-02-03 13:48:35 +01:00
34d73f12b0
Merge branch 'master' into master
2016-02-03 12:07:04 +01:00
c74a7703d2
Changed Arg hasArg hasHeader from const char * to String
...
This permet calling these with const char *, String or PGM_P type
parameter
2016-02-03 12:04:03 +01:00
090c3e3533
Added arg_P hasArg_P and hasHeader_P
...
Added arg_P hasArg_P and hasHeader_P to be able to test arg from string
stored in flash
2016-02-03 05:29:21 +01:00
aa0c14c2d0
Merge pull request #1558 from Links2004/master
...
add stack_dump.md
2016-02-02 18:18:29 +01:00
ea95f2e8fa
Merge remote-tracking branch 'remotes/esp8266/master'
2016-02-02 17:51:07 +01:00
0404470f85
add stack_dump.md help to docs
2016-02-02 17:50:46 +01:00
1d5d1c18c6
Change %i to %d for ets_printf compatibility
2016-02-02 09:26:27 +01:00
8a26750e63
Merge pull request #1544 from andig/md5
...
Fix buffer overflow and formatting
2016-01-31 22:40:05 +03:00
8899f55304
Merge pull request #1535 from krzychb/master
...
Protecting ArduinoOTA uploads with a password
2016-01-31 22:39:11 +03:00
6c8ca2d363
Merge pull request #1530 from Links2004/master
...
improve http client
2016-01-31 22:38:41 +03:00
8fdd29e45a
Merge pull request #1518 from lcafaro/master
...
Added ESP8266-EVB
2016-01-31 22:36:27 +03:00
ffb0d5e014
Merge pull request #1512 from arturkowalczyk/master
...
Updated docs
2016-01-31 22:35:55 +03:00
7019b950bf
Merge pull request #1509 from lnxbil/patch-1
...
Add VCC readout
2016-01-31 22:35:36 +03:00
54f3c6bd21
Merge pull request #1506 from chromy/master
...
Add a new board entry for the SparkFun Thing Dev
2016-01-31 22:35:20 +03:00
77ab33f7bf
Fix buffer overflow and formatting
2016-01-31 18:49:02 +01:00
4cd1744fc1
Protecting ArduinoOTA uploads with a password
...
New chapter addedd
TOC updated
TOC update
TOC update
Corrected path to pictures
2016-01-30 11:50:10 +01:00
c52409b5a1
Merge branch 'master' into master
2016-01-29 14:38:43 +01:00
1060db94c2
handle possible dead lock in HTTP client see: #1520
2016-01-29 14:02:09 +01:00
27f1a63170
allow String for payload in HTTPclient sendRequest
2016-01-29 13:19:56 +01:00
bf067f718a
make random more random
2016-01-29 13:17:10 +01:00
8edaf2c922
Fixed url
2016-01-28 09:29:49 +01:00
62e2c6828f
Fixed url
2016-01-28 09:27:04 +01:00
b39146d9c3
Merge pull request #1519 from WereCatf/master
...
More ESP8266-compatible libraries
2016-01-27 21:08:09 +01:00
b32ce252fb
More ESP8266-compatible libraries
2016-01-27 21:03:25 +02:00
e4e6831e58
Added ESP8266-EVB
2016-01-27 17:25:52 +01:00
ca93010232
Updated docs
2016-01-27 12:17:07 +01:00
282f9f559c
Merge pull request #1496 from esp8266/hardwareserial
...
HardwareSerial without software buffer and interrupts
2016-01-27 08:30:21 +03:00
7506055e8d
Add VCC readout
2016-01-27 00:26:03 +01:00
c818413b52
Add a new board entry for the SparkFun Thing Dev
...
While the 'SparkFun ESP8266 Thing' is similar to the
'SparkFun ESP8266 Thing - Dev Board' there are some critical
differences for programming:
The dev board expects the following settings:
Flash Mode: DIO
Flash Size: 512K (no SPIFFS)
Reset Method: nodemcu
Whereas the original board uses:
Flash Mode: QIO
Flash Size: 512K (64K SPIFFS)
Reset Method: ck
2016-01-26 20:10:41 +00:00
d1149c53e6
Remove UART register reference from HardwareSerial
2016-01-26 22:58:00 +03:00
af18612a4c
Turn of '--verbose' option in Travis builds to place log size within limits
2016-01-26 22:58:00 +03:00
16c0f3f1d5
Implement HardwareSerial::peek
2016-01-26 22:58:00 +03:00
7960b63357
Move UART HAL into separate file, clean up code
2016-01-26 22:57:59 +03:00
e255f25cfd
Bufferless and Interruptless HardwareSerial
...
Let's use the onboard buffers :)
2016-01-26 22:57:59 +03:00
aeb9597ccf
Merge pull request #1504 from Links2004/master
...
rename cbuf getSize to available, and add size function
2016-01-26 20:17:57 +01:00
531d748936
rename cbuf::getSize to cbuf::available (return available Bytes in cbuf)
...
add cbuf::size (return size of cbuf)
2016-01-26 18:21:42 +01:00