Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pulling lib #417

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 73 commits into from
Closed

pulling lib #417

wants to merge 73 commits into from

Conversation

nirbadichi
Copy link

pulling lib

sandeepmistry and others added 30 commits March 28, 2015 16:56
add installation instructions
remove need to set programmer
Conflicts:
	README.md
	arduino-core/src/processing/app/Serial.java
	esp8266com/esp8266/boards.txt
	hardware/esp8266com/esp8266/programmers.txt
Conflicts:
	esp8266com/esp8266/boards.txt
	esp8266com/esp8266/variants/esp01/pins_arduino.h
	hardware/esp8266com/esp8266/variants/esp01/pins_arduino.h
	hardware/esp8266com/esp8266/variants/generic/pins_arduino.h
Conflicts:
	hardware/esp8266com/esp8266/cores/esp8266/Client.h
	hardware/esp8266com/esp8266/cores/esp8266/IPAddress.h
	hardware/esp8266com/esp8266/cores/esp8266/Printable.h
	hardware/esp8266com/esp8266/cores/esp8266/Server.h
	hardware/esp8266com/esp8266/cores/esp8266/Udp.h
	hardware/esp8266com/esp8266/cores/esp8266/binary.h
WiFiClient::connected() should return true if the connection is disconnected, but there is still data available. This is specified in the Arduino docs: http://www.arduino.cc/en/Reference/WiFiClientConnected
igrr and others added 27 commits April 21, 2015 19:59
* esp8266: (21 commits)
  HardwareSerial: add other configs than 8N1
  Delete jre-8u31.zip.sha
  Fix Windows build
  Add boot loader compatible speed of 74880 to serial.
  update SDK to esp_iot_sdk_v1.0.1_15_04_24
  include stdlib_noniso.h in Arduino.h see #110
  strnlen implementation
  missing strn program space wrappers
  uart_interrupt_handler is now in ram
  move libm to flash (.irom0.text) saves 3544 Byte in ram see #104
  Revert c_types.h
  fix bug #98
  add INPUT_PULLDOWN support
  add prototypes for ets_vsnprintf and ets_vprintf fix some compiler warnings
  update SDK to 1.0.1_b2_15_04_10 + SSL Patch
  update SDK to 1.0.1_b1_15_04_02
  add files to ignore (use hardlink) to get git hardware in arduino dir
  Add method to configure softAP IP address
  test for #86
  add to ESP class: getChipId getSDKversion getBootVersion getBootMode getCPUfreqMHz
  ...
move uart_interrupt_handler in ram
warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
warning: defined but not used [-Wunused-variable]
warning: declared 'static' but never defined [-Wunused-function]
warning: suggest parentheses around '&&' within '||' [-Wparentheses}
add gitter badge
Might be useful to distinguish between normal and multicast packets arriving at the same port (#105)
This was not immediately apparent to me. I don't think it would be apparent to anyone else just playing around with ESP8266/Arduino either. GPIO16 and RST (REST) need to be tied together or you can "never wake from .deepSleep"

It must be GPIO16 and it must be RST, no other GPIO pin will wake it from deepSleep.
Ability to wake from .deepSleep
ESP8266WiFi: made connected() return true if data is available
Add prerequisites section to address #11
@igrr
Copy link
Member

igrr commented Jun 19, 2015

Pulled the wrong way?

@igrr igrr closed this Jun 19, 2015
@nirbadichi
Copy link
Author

Sorry for the mistake I am new with it

On Fri, Jun 19, 2015 at 9:01 PM, Ivan Grokhotkov [email protected]
wrote:

Closed #417 #417.


Reply to this email directly or view it on GitHub
#417 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants