1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-09 03:41:41 +03:00

2305 Commits

Author SHA1 Message Date
krzychb
2a78cb152a Added DImSwith to "Other libraries (not included with the IDE)"
This library let you control electronic dimmable ballasts for fluorescent light tubes remotely as if using a wall switch.
2016-02-08 12:57:59 +01:00
Nat Weerawan
b01a766d17 Add ESPert ESPresso Lite to boards.txt & variants 2016-02-08 18:39:07 +07:00
Narongrat Srimee
e1b1ea90d5 Update boards.md - add ESPino by ThaiEasyElec
Update boards.md - add ESPino by ThaiEasyElec
http://thaieasyelec.com/products/wireless-modules/wifi-modules/espino-wifi-development-board-detail.html
2016-02-08 18:31:06 +07:00
Narongrat Srimee
0db198ed68 Create pins_arduino.h for ESPino (WROOM-02)
Create pins_arduino.h for ESPino (WROOM-02) by ThaiEasyElec.com
2016-02-08 18:17:03 +07:00
Narongrat Srimee
5dbbb5aaf3 Update boards.txt - add espinotee
Adding new board ESPino (WROOM-02 Module) by ThaiEasyElec.com
2016-02-08 18:11:03 +07:00
Assaf Inbal
728e2dfae9 Added 'text/cache-manifest' content type 2016-02-08 06:58:19 +02:00
Charles
b4f21923f1 Added Teleinfo Library 2016-02-07 02:41:54 +01:00
Charles
fe3722c3e5 Added Teleinfo library 2016-02-07 02:21:28 +01:00
probonopd
047292a06b Update libraries.md 2016-02-06 15:01:26 +01:00
Markus
04c66091af Merge pull request #1588 from h4rm0n1c/schematic_pins_fix
Schematic pin reordering fix
2016-02-06 10:05:53 +01:00
h4rm0n1c
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
Ivan Grokhotkov
737f6c28ea Remove forced alignment in operators new and delete
This alignment prevents umm_malloc to detect buffer overruns which fall within padding introduced by new/new[]. Allocated memory will be aligned by design of umm_malloc, so we don't need to pad anything here.
Also fixed some formatting/newlines and removed unused header files.
2016-02-06 02:06:56 +03:00
Ivan Grokhotkov
6fc141772c Implement static initialization guards (#500) 2016-02-06 02:06:56 +03:00
Ben Pirt
7beda37da1 Implementation of Tone API using timer1 2016-02-05 12:03:29 +00:00
Ivan Grokhotkov
b5684b4641 Merge pull request #1574 from rherget/small_doc_fix
fix demo OTA php script
2016-02-04 22:45:22 +03:00
Ivan Grokhotkov
3e42042b86 Fix warning in libc_replacements.c 2016-02-04 20:02:47 +03:00
Roland von Herget
dbcf674ec2 fix demo OTA php script 2016-02-04 17:43:06 +01:00
Ivan Grokhotkov
3b2ea52d23 Merge pull request #1563 from mvdbro/master
Configurable I2C clock stretching limit
2016-02-04 17:46:27 +03:00
Ivan Grokhotkov
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
Alex
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
Ivan Grokhotkov
5e8be46e84 Merge pull request #1552 from andig/spiffs
Change %i to %d for ets_printf compatibility
2016-02-04 17:39:09 +03:00
Ivan Grokhotkov
339140c756 Use umm_malloc for heap management 2016-02-04 13:14:47 +03:00
Ivan Grokhotkov
2e1be32825 Fix undefined reference to os_free (#1522) 2016-02-04 01:24:38 +03:00
Ivan Grokhotkov
1d149560be Fix WiFi scan issue (#1355) 2016-02-04 01:19:29 +03:00
mvdbro
3f15903566 Configurable I2C clock stretching limit
Use Wire.setClockStretchLimit(limit)
limit is in uSeconds
2016-02-03 17:05:04 +01:00
Charles
4036e3a436 Changed header() to have string parameter instead of const char * 2016-02-03 13:48:35 +01:00
Charles
34d73f12b0 Merge branch 'master' into master 2016-02-03 12:07:04 +01:00
Charles
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
Charles
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
Markus
aa0c14c2d0 Merge pull request #1558 from Links2004/master
add stack_dump.md
2016-02-02 18:18:29 +01:00
Markus Sattler
ea95f2e8fa Merge remote-tracking branch 'remotes/esp8266/master' 2016-02-02 17:51:07 +01:00
Markus Sattler
0404470f85 add stack_dump.md help to docs 2016-02-02 17:50:46 +01:00
andig
1d5d1c18c6 Change %i to %d for ets_printf compatibility 2016-02-02 09:26:27 +01:00
Ivan Grokhotkov
8a26750e63 Merge pull request #1544 from andig/md5
Fix buffer overflow and formatting
2016-01-31 22:40:05 +03:00
Ivan Grokhotkov
8899f55304 Merge pull request #1535 from krzychb/master
Protecting ArduinoOTA uploads with a password
2016-01-31 22:39:11 +03:00
Ivan Grokhotkov
6c8ca2d363 Merge pull request #1530 from Links2004/master
improve http client
2016-01-31 22:38:41 +03:00
Ivan Grokhotkov
8fdd29e45a Merge pull request #1518 from lcafaro/master
Added ESP8266-EVB
2016-01-31 22:36:27 +03:00
Ivan Grokhotkov
ffb0d5e014 Merge pull request #1512 from arturkowalczyk/master
Updated docs
2016-01-31 22:35:55 +03:00
Ivan Grokhotkov
7019b950bf Merge pull request #1509 from lnxbil/patch-1
Add VCC readout
2016-01-31 22:35:36 +03:00
Ivan Grokhotkov
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
andig
77ab33f7bf Fix buffer overflow and formatting 2016-01-31 18:49:02 +01:00
krzychb
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
Lorenzo Cafaro
c52409b5a1 Merge branch 'master' into master 2016-01-29 14:38:43 +01:00
Markus Sattler
1060db94c2 handle possible dead lock in HTTP client see: #1520 2016-01-29 14:02:09 +01:00
Markus Sattler
27f1a63170 allow String for payload in HTTPclient sendRequest 2016-01-29 13:19:56 +01:00
Markus Sattler
bf067f718a make random more random 2016-01-29 13:17:10 +01:00
Lorenzo Cafaro
8edaf2c922 Fixed url 2016-01-28 09:29:49 +01:00
Lorenzo Cafaro
62e2c6828f Fixed url 2016-01-28 09:27:04 +01:00
Markus
b39146d9c3 Merge pull request #1519 from WereCatf/master
More ESP8266-compatible libraries
2016-01-27 21:08:09 +01:00
WereCatf
b32ce252fb More ESP8266-compatible libraries 2016-01-27 21:03:25 +02:00