2d1433b8dc
Merge pull request #358 from Makuna/Servo
...
Servo library
2015-06-01 02:20:23 +03:00
54b35a7034
Merge pull request #361 from thewiep/ntpclient_1
...
Use correct variable for sendNTPpacket
2015-06-01 02:16:55 +03:00
5dbc9ef8b1
Remove .bss from sketch size calculation
2015-06-01 02:09:46 +03:00
219be7d4c3
reading eboot commands via RTC, flash erase/copy
2015-06-01 02:08:48 +03:00
790606adb2
Use correct variable for sendNTPpacket
2015-05-31 13:04:11 +02:00
074d910857
Fixed unused argument warning
2015-05-30 15:19:44 +02:00
492629a81f
Merge pull request #1 from Makuna/Servo
...
Servo
2015-05-30 15:31:02 +03:00
c66919e36f
add higher I2C freqs for 160MHz core clock
2015-05-30 15:10:56 +03:00
54e7ecd414
Timer0 and Servo library support
...
This exposes the Timer0
This provides a Servo library support compatible with Arduino Servo
library but only supports the two timers the esp8266 has available
2015-05-29 13:30:15 -07:00
a19402414f
Add wakeup pullup and pulldown pin modes
2015-05-29 21:26:23 +03:00
69e9f2ed43
Update board manager package to use esptool 0.4.5
...
Note: linux32 package not updated yet
2015-05-29 21:18:09 +03:00
f5e2deb63f
Add staging board manager package ( #324 )
2015-05-29 21:17:11 +03:00
2cbdc121e9
Fixed unused variables warnings and indentation
2015-05-29 20:02:50 +02:00
db0b8be7f1
Improve I2C waveforms
2015-05-29 20:40:18 +03:00
579dbb7cd2
Fix linker errors
2015-05-29 20:37:32 +03:00
7fef63e2ba
Merge pull request #2 from esp8266/esp8266
...
merged
2015-05-29 10:26:20 -07:00
d50aa43960
Fix max sketch sizes for branded boards
2015-05-29 19:57:03 +03:00
9280f3dc27
Merge pull request #325 from Links2004/esp8266
...
add 2 compiler options from last SDK, __attribute__ format to Print::printf, link to arduinoWebSockets
2015-05-29 19:44:32 +03:00
11952e167a
Merge pull request #339 from moeur/patch-1
...
Update NTPClient.ino
2015-05-29 19:41:28 +03:00
3a55cadf8d
Merge pull request #350 from Toshik/patch-1
...
Fix windows build
2015-05-29 19:39:41 +03:00
4972a50cd5
Merge pull request #357 from Makuna/StrTok
...
Fix strtok
2015-05-29 19:39:27 +03:00
3f26dc6666
Merge pull request #351 from adafruit/esp8266
...
Add Adafruit HUZZAH ESP8266 (ESP-12 breakout) to Board Manager Package
2015-05-29 19:39:12 +03:00
9a86df1de7
Update flash layout to use eboot
2015-05-29 19:37:31 +03:00
9980066e3c
Fix eboot makefile
2015-05-29 19:35:31 +03:00
a4d8a3b843
Update esptool to 0.4.5
2015-05-29 19:33:15 +03:00
8ebdcfac72
Add eboot
2015-05-29 19:27:03 +03:00
94a182e841
update revisions log
2015-05-29 18:12:44 +02:00
cd9d30a8fe
Saving some bytes in HardwareSerial::write
2015-05-29 18:12:24 +02:00
993f731da6
strtok fix
...
public strtok_r implementation
2015-05-29 08:57:00 -07:00
5d34317bd3
Revert "Expose Chip CCompare0 timer"
...
This reverts commit 17b29fc437
.
2015-05-29 08:37:13 -07:00
a5a7872d2f
Revert "ETS_INTR_ENABLED & ETS_INT_PENDING as inline"
...
This reverts commit 9560c67aa8
.
2015-05-29 08:36:50 -07:00
7647df15db
Revert "Fixed timer bug and cleaned up"
...
This reverts commit cff57490fe
.
2015-05-29 08:36:11 -07:00
f735e10908
Update revisions.txt
2015-05-29 16:22:21 +02:00
b590d4898f
update revisions.txt
2015-05-29 15:55:50 +02:00
2af29619d8
Merge branch 'master' into ide-1.5.x
2015-05-29 15:37:45 +02:00
3859fe680b
Merge pull request #2495 from facchinm/test-pulseIn-pullreq2
...
rework pulseIn function to solve issue #2409
2015-05-29 15:38:22 +02:00
6974978ea3
Linux: arduino startup script uses #!/usr/bin/env bash. Fixes #3003
2015-05-29 15:35:10 +02:00
935becec64
Command line --get-pref may be used without name of the target pref.
...
If pref name is missing, all prefs are printed on stdout.
Should fix/mitigate #2982
2015-05-29 15:16:51 +02:00
a48906e0c2
ContributedPlatform.toString() is used as item in dropdown, so it should print only its version
2015-05-29 15:12:32 +02:00
a7d81d0b1c
pulseIn: add alternative implementation based on micros()
2015-05-29 15:01:38 +02:00
bb3963c0e9
pulseIn: add ASM implementation for Due
2015-05-29 15:01:38 +02:00
7a22827359
pulseIn: be consistent with standard API
...
return 0 if timeout has been reached
2015-05-29 15:01:38 +02:00
689c654e8d
pulseInASM: rework comment style
2015-05-29 15:01:38 +02:00
d4a80be045
pulseIn: add alternative implementation based on micros()
...
pulseInLong is suitable for long pulses in interrupt context
2015-05-29 15:01:38 +02:00
93f74f84ce
pulseIn: modify function to use ASM implementation
2015-05-29 15:01:37 +02:00
b37b0d1b6d
pulseIn: add ASM implementation
...
this assembly code was generated by avr-gcc 4.8.3
2015-05-29 15:01:37 +02:00
0c9f0d50a5
Revert "Temporary fix for pulseIn() regression."
...
This reverts commit 8ddc5198f6
.
To be substituted by ASM generated code
2015-05-29 15:01:37 +02:00
5933a7e8d3
Changing order of boards in boards menu: built-in first, boards manager second,
...
sketchbook hardware folder third. Each group if sorted by alpha, case
insensitive. Fixes #2650
2015-05-29 14:22:45 +02:00
1b7574a8b9
Boards Manager: contributions MAY miss tools, but we missed to consider this case. Fixes #3248
2015-05-29 14:22:45 +02:00
31290179e7
update revision log
2015-05-29 12:55:41 +02:00