squelched
1c25d2432f
SD: allow multiple SD instances
...
The SDClass class makes a reference to "SD.card" instead of just "card". SD is a global instance of SDClass.
This prevents any other instance of SDClass from functioning correctly.
The fix also allows SDClass to be used with an SD card which is removed and replaced, whereas previously, using the global instance SD did not allow this due to the limitation of begin() which cannot be called more than once.
2015-04-27 11:53:02 +02:00
Federico Fissore
90026f3764
Disabling uncertified warning, leaving vids/pids
2015-04-27 10:55:16 +02:00
Ivan Grokhotkov
6a37b4461c
Merge pull request #107 from Makuna/StrNAdditions
...
missing strn program space wrappers
2015-04-26 17:42:22 +08:00
Ivan Grokhotkov
eab9e873a6
Merge pull request #108 from Makuna/strnlen
...
strnlen implementation
2015-04-26 17:41:38 +08:00
Ivan Grokhotkov
f804afe66f
Merge pull request #114 from Chris--A/patch-2
...
Add boot loader compatible speed of 74880 to serial
2015-04-26 12:44:26 +08:00
Ivan Grokhotkov
6fe1cc1594
Merge pull request #116 from Toshik/patch-2
...
Fix Windows build
2015-04-26 07:04:49 +08:00
Ivan Grokhotkov
9cca8e8787
Merge pull request #117 from thomasfla/esp8266
...
HardwareSerial: add other configs than 8N1
2015-04-26 07:04:00 +08:00
Thomas Flayols
e42ca8ed6c
HardwareSerial: add other configs than 8N1
2015-04-26 00:20:39 +02:00
Toshik
b158e3397a
Delete jre-8u31.zip.sha
...
Not needed anymore
2015-04-26 00:05:54 +03:00
Toshik
05c08a78f5
Fix Windows build
...
Fix Windows build.
According to official Arduino build process now it is required to install JDK and point JAVA_HOME to it's location
2015-04-25 23:58:20 +03:00
Ivan Grokhotkov
eb2bbfa8f6
Merge pull request #113 from Links2004/esp8266
...
update the SDK to 1.0.1_15_04_24, and some more
2015-04-25 17:43:16 +08:00
Christopher Andrews
348d03d242
Add boot loader compatible speed of 74880 to serial.
2015-04-25 19:16:03 +10:00
Markus Sattler
951ab8e482
update SDK to esp_iot_sdk_v1.0.1_15_04_24
2015-04-25 10:52:19 +02:00
Markus Sattler
6a7d94a2df
include stdlib_noniso.h in Arduino.h see #110
2015-04-25 10:43:10 +02:00
Makuna
d477c5fdc7
strnlen implementation
...
since there is no ets_strnlen, provide an implementation
2015-04-24 15:59:34 -07:00
Makuna
64a2f1e197
missing strn program space wrappers
2015-04-24 15:46:02 -07:00
Ivan Grokhotkov
86bf0104fd
Merge pull request #106 from Links2004/esp8266
...
move libm to flash (.irom0.text)
2015-04-25 06:15:35 +08:00
Markus Sattler
00318e56de
uart_interrupt_handler is now in ram
2015-04-24 21:15:41 +02:00
Markus Sattler
abdbdb1a5c
move libm to flash (.irom0.text)
...
saves 3544 Byte in ram
see #104
2015-04-24 21:07:16 +02:00
Federico Fissore
b10417505f
Windows: added comment to DoubleQuotedArgumentsOnWindowsCommandLine to explain the need for such a char replacement
2015-04-24 12:20:42 +02:00
Federico Fissore
f54851ecfa
Windows: Compiler wasn't supplying Windows command line with the correct double quotes
2015-04-24 12:03:41 +02:00
Federico Fissore
d805fb4e1f
Renamed compiler.warning_flags pref to compiler.warning_level
...
Provided a default value for compiler.warning_flags
Releasing avr core 1.6.5
2015-04-24 09:27:28 +02:00
Federico Fissore
871bc172d0
Added lib_sync, utility script
2015-04-23 17:46:20 +02:00
Federico Fissore
5519f15663
Libraries: added help files to mitigate missing contextual reference issue
2015-04-23 17:19:15 +02:00
Ivan Grokhotkov
ad74beec4d
Merge branch 'Links2004-esp8266' into esp8266
2015-04-23 21:47:41 +08:00
Ivan Grokhotkov
c079ee1cf2
Revert c_types.h
...
bool, true, and false are defined in stdbool.h
2015-04-23 21:45:34 +08:00
Federico Fissore
9a75cd3867
MacOSX: fixed wrong checksum
2015-04-23 13:34:17 +02:00
Federico Fissore
e720bb058d
Audio and Servo library version bump
2015-04-23 13:28:17 +02:00
Federico Fissore
0b4b76fa67
Bundled libraries update
2015-04-23 13:01:30 +02:00
Arturo Guadalupi
f76087cd10
Update Firmata.h
2015-04-23 12:53:30 +02:00
Arturo Guadalupi
42f62fc3e5
Update README.adoc
2015-04-23 12:53:30 +02:00
Enrico Gueli
38ccd55399
added license on TFT library
2015-04-23 12:53:30 +02:00
Arturo Guadalupi
5bfdbe853c
minor changes
2015-04-23 12:53:30 +02:00
Arturo Guadalupi
9eb2bac42e
First licenses review
2015-04-23 12:53:30 +02:00
Federico Fissore
8b0fcbe281
Temboo: updated bundled library
2015-04-23 12:45:31 +02:00
Federico Fissore
4cf77cd90d
If previously downloaded package_index.json is older than the bundled one, the bundled one wins
2015-04-23 11:10:54 +02:00
Federico Fissore
2f31b8a80c
AVR: upgrading avr core version
2015-04-23 11:10:17 +02:00
Federico Fissore
ba77ade694
AVR: Upgrading bundled toolchains
2015-04-23 10:56:56 +02:00
Markus Sattler
db86766b36
fix bug #98
2015-04-22 16:44:30 +02:00
Federico Fissore
ea9a7a11c7
Converted Robot_Control files to unix format for better git diffs
2015-04-22 16:40:00 +02:00
Cristian Maglie
a7e6a39f4e
programmer.txt has now priority over platforms.txt tools definitions
...
This allows properties defined in programmers.txt to override generic
configurations in platform.txt where needed, for example in the
following configuration:
programmers.txt:
myprog.name=My New Programmer
[...]
myprog.program.tool=avrdude
myprog.config.path={runtime.platform.path}/myprog_avrdude.conf
[...]
platform.txt:
tools.avrdude.path={runtime.tools.avrdude.path}
tools.avrdude.cmd.path={path}/bin/avrdude
tools.avrdude.config.path={path}/etc/avrdude.conf
[...]
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
the generic tools.avrdude.config.path value
{path}/etc/avrdude.conf
is replaced by the more specific myprog.config.path used in "myprog" programmer
{runtime.plaform.path}/myprog_avrdude.conf
2015-04-22 14:33:20 +02:00
Federico Fissore
269a8b1199
"No internet connection" copy change. Closes #3007
2015-04-22 09:59:28 +02:00
Markus Sattler
884b600db6
add INPUT_PULLDOWN support
2015-04-21 19:46:23 +02:00
Markus Sattler
19fccb61ba
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-04-21 19:25:23 +02:00
Markus Sattler
129175c1bc
add prototypes for ets_vsnprintf and ets_vprintf
...
fix some compiler warnings
2015-04-21 18:34:23 +02:00
Cristian Maglie
5af390b5e2
Added missing eclipse classpath entries
2015-04-21 18:28:26 +02:00
Cristian Maglie
c944a4c84d
Updated Stream.cpp in SAM core to the latest version
2015-04-21 18:11:05 +02:00
Cristian Maglie
c96c917dd0
Fixed indentation in Stream.cpp, no code change
2015-04-21 18:10:32 +02:00
Cristian Maglie
35fc66c23d
Fixed wrong bracket placement (see #3011 )
2015-04-21 18:07:42 +02:00
Markus Sattler
af6c4008df
update SDK to 1.0.1_b2_15_04_10 + SSL Patch
2015-04-21 17:55:47 +02:00