Markus Sattler
|
f033fe8e6e
|
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
|
2015-04-21 19:25:23 +02:00 |
|
Markus Sattler
|
554233f4d3
|
add prototypes for ets_vsnprintf and ets_vprintf
fix some compiler warnings
|
2015-04-21 18:34:23 +02:00 |
|
Greg Slomin
|
d6bb217a56
|
Fix for undefined reference to strtok_r
|
2015-04-20 01:10:00 -05:00 |
|
Markus Sattler
|
7ceff75e33
|
test for #86
|
2015-04-19 10:25:25 +02:00 |
|
Markus Sattler
|
6bcb8198b8
|
add to ESP class:
getChipId
getSDKversion
getBootVersion
getBootMode
getCPUfreqMHz
add some defines for AVR like WDT control
|
2015-04-19 10:20:33 +02:00 |
|
Markus Sattler
|
8aa93b6bf6
|
add EspClass::getFreeHeap see #81
|
2015-04-19 09:50:58 +02:00 |
|
Markus Sattler
|
b6ea1e45af
|
add includes for <stddef.h> <stdarg.h> <stdio.h> to Arduino.h
add strtok
|
2015-04-17 12:19:58 +02:00 |
|
Markus Sattler
|
6cf87708c5
|
add void restart(void) and uint16_t getVCC(void) to Esp class
|
2015-04-17 11:05:02 +02:00 |
|
Markus Sattler
|
4d3d818944
|
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
|
2015-04-12 15:31:59 +02:00 |
|
Ivan Grokhotkov
|
6b593a7978
|
Add ESP.reset() method
|
2015-04-12 02:07:56 +08:00 |
|
Markus Sattler
|
56641b462f
|
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
|
2015-04-11 10:16:19 +02:00 |
|
Markus Sattler
|
273ee1a3b7
|
fix possible null ptrs in HardwareSerial.cpp
|
2015-04-11 10:14:38 +02:00 |
|
Ivan Grokhotkov
|
1866ef0c98
|
Move some functions to .irom0.text
|
2015-04-11 10:59:36 +08:00 |
|
Ivan Grokhotkov
|
5c94d333c5
|
Add watchdog and deep sleep APIs
requested in #34
|
2015-04-11 10:58:57 +08:00 |
|
Markus Sattler
|
0bd2ea1948
|
remove some warnings
|
2015-04-06 19:54:01 +02:00 |
|
Markus Sattler
|
f165a0afcd
|
use Eclipse auto Format to get rip auf the tab, space and code style inconsistency
|
2015-04-06 19:33:50 +02:00 |
|
Markus Sattler
|
78ee754677
|
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Conflicts:
hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_noniso.c
|
2015-04-06 19:20:25 +02:00 |
|
Markus Sattler
|
3bb2de4a85
|
add flush() to unref() see #50
|
2015-04-06 19:17:19 +02:00 |
|
Markus Sattler
|
0276148613
|
fix printf corrupts Serial.print
|
2015-04-06 19:15:10 +02:00 |
|
Markus Sattler
|
be6b8f8a2d
|
add more libc functions
add missing ICACHE_RODATA_ATTR define in #else case
|
2015-04-06 18:41:03 +02:00 |
|
Sermus
|
ef75292d24
|
Definition of F() macro
|
2015-04-04 10:32:19 +03:00 |
|
Markus Sattler
|
5550792d7d
|
add __ieee754 functions
|
2015-04-03 22:56:46 +02:00 |
|
Ivan Grokhotkov
|
b21ff941b2
|
Merge branch 'esp8266' of https://github.com/Links2004/Arduino into Links2004-esp8266
Conflicts:
hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_noniso.c
|
2015-04-03 18:51:13 +03:00 |
|
Markus Sattler
|
3b839f8907
|
add macro for vsnprintf_P and snprintf_P
|
2015-04-03 14:27:21 +02:00 |
|
Markus Sattler
|
0efbe3a0c8
|
remove completed libc
|
2015-04-03 13:41:29 +02:00 |
|
Ivan Grokhotkov
|
18effc3f9e
|
fix sign handling in atof
fix #40
|
2015-04-03 12:50:09 +03:00 |
|
Ivan Grokhotkov
|
d97b7c2847
|
Temporary fix for __dso_handle issue
#39
|
2015-04-03 02:19:16 +03:00 |
|
Ivan Grokhotkov
|
ddb2343bc0
|
Initial support for CPU frequency selection
|
2015-04-03 02:18:13 +03:00 |
|
Ivan Grokhotkov
|
e6f3a59a52
|
Add atof implementation
Fix #27
|
2015-04-03 00:55:41 +03:00 |
|
Ivan Grokhotkov
|
3df5388b8f
|
Merge branch 'esp8266' of github.com:esp8266/Arduino into esp8266
|
2015-04-03 00:03:30 +03:00 |
|
Ivan Grokhotkov
|
dbee544ed8
|
Provide replacements for malloc, free and other libc functions
#11
|
2015-04-03 00:01:51 +03:00 |
|
Markus Sattler
|
fb286ff1d4
|
fix C&P Fail
|
2015-04-01 22:52:09 +02:00 |
|
Markus Sattler
|
1ee7ecdaa2
|
rewrite HardwareSerial code for UART0 + UART1 support in ESP8266
|
2015-04-01 22:47:13 +02:00 |
|
Ivan Grokhotkov
|
61f3d12909
|
Add missing __FlashStringHelper definition
|
2015-03-31 12:05:56 +03:00 |
|
Ivan Grokhotkov
|
31249bb747
|
Update to SDK 1.0.0
Fixes #1
|
2015-03-30 00:50:24 +03:00 |
|
Ivan Grokhotkov
|
d703131c00
|
Fix cbuf::read and cbuf::peak return types
Fixes #12
|
2015-03-29 18:21:32 +03:00 |
|
Ivan Grokhotkov
|
cfda6cbd06
|
Add ESP8266WebServer library
|
2015-03-27 11:17:45 +03:00 |
|
Ivan Grokhotkov
|
c3b428162f
|
Improve i2c waveforms
|
2015-03-19 23:45:03 +03:00 |
|
Ivan Grokhotkov
|
ad216c0ef5
|
fix i2c frequency setup
|
2015-02-11 18:21:14 +03:00 |
|
Ivan Grokhotkov
|
aa6e0ce54f
|
Disable TCP/UDP debug by default
|
2015-02-01 01:51:46 +03:00 |
|
Ivan Grokhotkov
|
811031cbd6
|
Add functions for direct IO register access
|
2015-01-26 02:08:26 +03:00 |
|
Ivan Grokhotkov
|
ee35484577
|
Move i2c files into core, fix some issues with i2c
|
2015-01-21 04:13:18 +03:00 |
|
Ivan Grokhotkov
|
2f39f82954
|
Use initVariant for wifio board
|
2015-01-17 16:35:54 +03:00 |
|
Ivan Grokhotkov
|
6ea230a1bc
|
Define wiring functions as weak
This way they can be redefined in board variants, allowing for port expansion
|
2015-01-16 22:46:43 +03:00 |
|
Ivan Grokhotkov
|
e40d18e107
|
GPIO16 support for pinMode, digitalRead, and digitalWrite
|
2015-01-16 17:55:09 +03:00 |
|
Ivan Grokhotkov
|
07432e5aa8
|
Add more pin mux definitions to eagle_soc.h
|
2015-01-16 17:53:53 +03:00 |
|
Ivan Grokhotkov
|
a3f28ef787
|
Fix HardwareSerial initialization and interrupt handling
RXD pin was not configured properly
|
2015-01-16 17:29:58 +03:00 |
|
Ivan Grokhotkov
|
4ef93a4f1e
|
Fix esp8266 HardwareSerial::flush
HardwareSerial::flush discarded data instead of waiting for it to be sent
|
2015-01-16 17:28:36 +03:00 |
|
Ivan Grokhotkov
|
c17e86842e
|
Fix millis rollover
|
2015-01-13 08:23:36 +03:00 |
|
Ivan Grokhotkov
|
5c362798f9
|
Add method to use GPIO13 and GPIO15 as UART RX and TX
|
2015-01-09 02:33:42 +03:00 |
|