Skip to content

for project #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 76 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
ded9606
remove Arduino IDE files
sandeepmistry Mar 28, 2015
728351e
delete sam and avr folders
sandeepmistry Mar 28, 2015
bc2c88f
remove . files
sandeepmistry Mar 28, 2015
2a96650
remove . files
sandeepmistry Mar 28, 2015
47a1582
move sdk dir
sandeepmistry Mar 28, 2015
af1c7c6
platform specific tools path
sandeepmistry Mar 28, 2015
fcd0fab
add extract OS X tools
sandeepmistry Mar 28, 2015
d9790a1
add extracted Linux tools
sandeepmistry Mar 28, 2015
a7af48d
add extracted windows tools
sandeepmistry Mar 28, 2015
f3e5e5a
remove empty hardware folder
sandeepmistry Mar 28, 2015
0468cc6
Update README.md
sandeepmistry Mar 28, 2015
23c810c
Update README.md
sandeepmistry Mar 28, 2015
89a9e74
Update README.md
sandeepmistry Mar 28, 2015
8915cbb
correct tools.esptool.path
sandeepmistry Mar 28, 2015
e44f3ff
remove need to set programmer
sandeepmistry Mar 30, 2015
906124e
Update README.md
sandeepmistry Mar 30, 2015
1d253c6
add -DESP8266 as extra CFLAG
sandeepmistry Mar 30, 2015
de29a7c
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Mar 30, 2015
768c6fd
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 2, 2015
9ece688
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 2, 2015
a1ceb28
move libc_replacements.c
sandeepmistry Apr 2, 2015
7ea5c96
trailing whitespace
sandeepmistry Apr 2, 2015
c7c18f9
swap \ for / in include
sandeepmistry Apr 2, 2015
44324ed
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 3, 2015
52ffd96
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 4, 2015
9560f0b
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 10, 2015
0e4d7ca
move Adafruit_ILI9341 library folder
sandeepmistry Apr 10, 2015
c85d52e
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 12, 2015
9459e3e
ESP8266WiFi: made connected() return true if data is available
bobvanderlinden Apr 16, 2015
7e7403e
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 18, 2015
8b6ab17
Update ESP8266WiFi.cpp
hwwr Apr 19, 2015
0a3b3ea
Update ESP8266WiFi.h
hwwr Apr 19, 2015
56ceaa8
Create SmartConfig
hwwr Apr 19, 2015
0ce775c
Add libiconv-2.dll in case not present in path
luc-github Apr 19, 2015
ac05345
Merge pull request #4 from luc-github/master
sandeepmistry Apr 19, 2015
20a166f
fix possible null ptrs in HardwareSerial.cpp
Links2004 Apr 11, 2015
c003445
add void restart(void) and uint16_t getVCC(void) to Esp class
Links2004 Apr 17, 2015
c30d0b0
add includes for <stddef.h> <stdarg.h> <stdio.h> to Arduino.h
Links2004 Apr 17, 2015
c9d0c07
Add get and put functions to EEPROM
boybundit Apr 18, 2015
cadbcd1
Add get and put functions to EEPROM
boybundit Apr 18, 2015
1601053
Use memcpy instead of loop
boybundit Apr 18, 2015
fba238d
Add a version of OneWire library adapted for ESP8266
igrr Jan 25, 2015
d669e77
add OneWire lib to core (#3)
sandeepmistry Apr 19, 2015
e5f1822
move strtok below strtok_r to fix compile issue
sandeepmistry Apr 19, 2015
74e73e8
Merge branch 'patch-3' of https://github.com/hwwr/Arduino into hwwr-p…
igrr Apr 21, 2015
f1143b9
Merge branch 'patch-2' of https://github.com/hwwr/Arduino into hwwr-p…
igrr Apr 21, 2015
6558d8e
Merge branch 'patch-1' of https://github.com/hwwr/Arduino into hwwr-p…
igrr Apr 21, 2015
f0cf0be
SmartConfig refactoring
igrr Apr 21, 2015
299feaf
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 21, 2015
6d82015
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 25, 2015
196992a
Merge branch 'esp8266' into smartconfig
igrr Apr 26, 2015
245af3d
add new macro for force function to ram
Links2004 Apr 26, 2015
58edcf7
fix some warnings
Links2004 Apr 26, 2015
29e6e51
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 26, 2015
64696b7
Update README.md
sandeepmistry Apr 26, 2015
29cf4c4
add _bv macro from avr
Links2004 Apr 26, 2015
f1e6a72
Merge pull request #127 from Links2004/esp8266
igrr Apr 26, 2015
99510e3
UDP multicast APIs fix
igrr Apr 27, 2015
aedf97a
Add destinationIP method to WiFiUDP
igrr Apr 27, 2015
4cf1b1f
Ability to wake from .deepSleep
linagee Apr 27, 2015
85b587c
Merge pull request #135 from linagee/patch-2
igrr Apr 27, 2015
a5f0605
Merge pull request #126 from bobvanderlinden/fix-wifi-connected
igrr Apr 27, 2015
a6be93b
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 27, 2015
c397721
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry Apr 29, 2015
521b4db
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry May 2, 2015
1894e67
esptool 0.4.3 (from https://github.com/igrr/esptool-ck/releases/tag/0…
sandeepmistry May 2, 2015
ca482ba
Update README.md
sandeepmistry May 2, 2015
f0a674a
Update README.md
sandeepmistry May 2, 2015
f2f0e52
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry May 9, 2015
2417c15
use runtime.platform.path instead of runtime.hardware.path as suggest…
sandeepmistry May 10, 2015
ecc3e0a
Merge remote-tracking branch 'upstream/esp8266'
sandeepmistry May 16, 2015
829669f
updated xtensa toolchains
sandeepmistry May 16, 2015
778093a
Web server refactoring
igrr May 14, 2015
46a657d
Update README.md
sandeepmistry Aug 30, 2015
99f41d3
Update README.md
sandeepmistry Aug 30, 2015
6a32b46
Update README.md
sandeepmistry Aug 30, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/esp8266'
  • Loading branch information
sandeepmistry committed Apr 29, 2015
commit c397721b51e885a15f5cb7bbad6179c0cdd17bb5

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.