1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Commit Graph

4405 Commits

Author SHA1 Message Date
bae97e5cc1 strtol and strtoul in flash 2015-08-10 16:25:28 +03:00
06676482cc strtod: allow endptr to be null 2015-08-10 16:17:16 +03:00
3b9ea5c837 add strtol and strtoul from newlib 2015-08-10 16:16:18 +03:00
25e03530a2 Update reference
Remove note that WiFi.RSSI doesn't work (#670).
2015-08-10 16:15:29 +03:00
6cf18ed1a2 Multicast in SoftAP mode (#96)
SDK 1.3 fixed a bug which caused multicast UDP to fail on SoftAP interface. Update MDNSResponder and documentation appropriately.
2015-08-10 16:14:26 +03:00
208ae95979 Improve file system documentation 2015-08-10 15:57:13 +03:00
15fca01031 Import fs::SeekMode enum into global namespace 2015-08-10 15:27:28 +03:00
34be16c8da Add example for storing JSON config file in SPIFFS 2015-08-10 15:15:06 +03:00
7bfd425754 Update to SDK 1.3.0 2015-08-10 10:51:09 +03:00
b500a1f26a Made changes to allow the compiler to compile without warnings. 2015-08-09 14:10:20 -05:00
1cd99391c3 integrate new version provided by Odometer 2015-08-08 15:25:08 -04:00
15991fb35a Improvements to ESP8266WebServer::sendContent
Now makes only one call to .c_str() and using pointer tracking, rather that recalculating offset within the sending loop, to manage data window.

Moved invariant code out of the sending loop body.
2015-08-08 11:48:18 +01:00
659e467141 padding should be done with space, not with '0' 2015-08-07 21:55:25 -04:00
aa6965c172 fix the missing minimum width requirement 2015-08-07 11:06:06 -04:00
cd69be7f8f Merge pull request #665 from lcafaro/esp8266
Added NodeMCU 1.0
2015-08-07 11:49:27 +03:00
857592c627 Added NodeMCU 1.0 2015-08-07 00:14:27 +02:00
8f0c1bde85 Merge pull request #660 from lcafaro/esp8266
Added MOD-WIFI-ESP8266-DEV
2015-08-07 00:53:21 +03:00
80ccbaef0d fix dtostrf() issue using trackerj/odometer fixes along with my own fix for string null character ending 2015-08-06 13:32:02 -04:00
d46285d6f7 Added MOD-WIFI-ESP8266-DEV 2015-08-05 21:07:35 +02:00
2fb1c453ee File system API reference 2015-08-05 12:27:51 -04:00
afd0ca23a0 EEPROM: round requested size to 4 byte boundary (#659) 2015-08-05 09:00:17 -04:00
3a3f25997c Disable interrupts inside Esp.getVcc (#567) 2015-08-05 08:54:45 -04:00
661ccb23ae Fix compilation error when Esp.h is included first in sketch (#590) 2015-08-05 08:48:21 -04:00
cc152de907 Return to scheduler context from ESP::deepSleep (#609) 2015-08-05 08:42:29 -04:00
e02932fcdd Only erase RTC RAM if sleep mode doesn't look valid (#619)
Source: http://esp8266.ru/forum/threads/mem-check-fail.168/#post-7354
2015-08-05 08:41:15 -04:00
5cbaa57af9 Resolve naming conflicts between FS and SD library 2015-08-05 08:36:43 -04:00
be2303f198 Merge pull request #648 from kzyapkov/avrisp
ESP8266AVRISP library
2015-08-05 08:06:55 -04:00
85c05e9454 Merge pull request #647 from Links2004/esp8266
add parameter names to Arduino.h
2015-08-05 08:05:20 -04:00
a0172dd93a Merge pull request #649 from Makuna/interrupts
Interrupt cleanup
2015-08-05 08:04:00 -04:00
a074a0b730 Merge pull request #646 from raimohanska/patch-2
Include WIFI_OFF option for WiFi.mode(m)
2015-08-05 07:44:31 -04:00
e8b27912d7 ESP8266WebServer: serve static files from FS 2015-08-05 07:44:00 -04:00
b5d9db91aa Filesystem: fix File::available, add File::name 2015-08-05 07:41:12 -04:00
899c575163 Merge branch 'esp8266' into avrisp 2015-08-04 23:26:25 +03:00
4bf286954e ESP8266AVRISP: allow setting SPI freq and reset, postpone SPI init 2015-08-04 23:24:52 +03:00
d5ab22f4ae ESP8266AVRISP: switch default to active-low reset 2015-08-04 13:45:38 +03:00
a2673f2f4b copy paste error fi 2015-08-03 19:58:42 -07:00
dfeed84ecb make compatible with existing interrupt lock class
Support both the normal auto lock at all levels, and the lock at a
specific level requiring different syntax
2015-08-03 19:55:56 -07:00
57642c10b6 Interrupt cleanup
Fixes issue of reentrant calls to nointerrupts()
exposed functional replacements to cli sei and SREG when dealing with
interrupts
InterruptLock class to auto stop and restore interrupt level
Fix user ISR calls to be like Arduino with interrupts disabled fully.
2015-08-03 19:35:17 -07:00
56b70f6aab ESP8266AVRISP: add README.md 2015-08-04 01:33:00 +03:00
5ac5d8e008 ESP8266AVRISP: initial 2015-08-04 01:08:24 +03:00
4c26729104 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-08-03 21:32:52 +02:00
53c8d87e8f Merge pull request #3 from esp8266/esp8266
pull master
2015-08-03 22:00:28 +03:00
90efba073f Update esptool to 0.4.6 2015-08-03 14:04:35 -04:00
52390a3f35 Include WIFI_OFF option for WiFi.mode(m) 2015-08-03 18:21:52 +03:00
5465eb1755 add parameter names to Arduino.h 2015-08-03 17:12:46 +02:00
c69135d773 Merge pull request #2 from esp8266/esp8266
pull master
2015-08-01 13:47:27 +03:00
8e09520501 Provide links to previous stable versions 2015-08-01 11:37:02 +03:00
47a24ef23a FileSystem: update test case 2015-07-30 13:58:00 +03:00
5b82668a75 Fix warning for __run_user_rf_pre_init declaration 2015-07-30 13:52:20 +03:00
4aa8e1b8d5 FileSystem: interface changes and some additions
- rename mount to begin to be more in line with other libraries
- add rename and remove methods
- remove freestanding functions (mount,open,openDir) from public API until that part is ready
- fix resource leak in SPIFFSDirImpl
2015-07-30 13:44:50 +03:00