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
Markus Sattler
8b311b6bdd
update SDK to 1.0.1_b1_15_04_02
2015-04-21 17:47:55 +02:00
Markus Sattler
b2ee187e93
add files to ignore
...
(use hardlink) to get git hardware in arduino dir
2015-04-21 17:34:59 +02:00
Ivan Grokhotkov
307ea87357
Add method to configure softAP IP address
...
fix #76
2015-04-21 20:52:02 +08:00
Ivan Grokhotkov
2edc5227b4
Merge pull request #89 from gregslomin/esp8266
...
Fix for undefined reference to strtok_r
2015-04-21 19:46:55 +08:00
Cristian Maglie
6a22efef7c
Merge pull request #3011 from Lauszus/warnings
...
Fixed some warnings
2015-04-21 08:54:41 +02:00
Kristian Sloth Lauszus
91489d7ba8
Fixed: warning: comparison between signed and unsigned integer expressions
2015-04-21 00:08:11 +02:00
Kristian Sloth Lauszus
f3e7a3909d
Fixed: warning: suggest explicit braces to avoid ambiguous 'else'
2015-04-21 00:08:02 +02:00
Greg Slomin
208a068665
Fix for undefined reference to strtok_r
2015-04-20 01:10:00 -05:00
Markus Sattler
1dd2897097
test for #86
2015-04-19 10:25:25 +02:00
Markus Sattler
1590beb907
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
4c53c81e83
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-04-19 09:52:08 +02:00
Markus Sattler
c3797ebc50
add EspClass::getFreeHeap see #81
2015-04-19 09:50:58 +02:00
Ivan Grokhotkov
ec4f53e705
Merge pull request #77 from Links2004/esp8266
...
Add Esp.restart and Esp.getVCC, add standard includes to Arduino.h
2015-04-19 10:23:59 +08:00
Ivan Grokhotkov
1a233d6ef9
Merge pull request #80 from boybundit/eeprom-get-put
...
Add get and put functions to EEPROM
2015-04-19 10:23:06 +08:00
Bundit J.
33f735c15d
Use memcpy instead of loop
2015-04-18 22:48:04 +07:00
Ivan Grokhotkov
23938bb671
Merge pull request #79 from icnagy/esp8266
...
Quote port name for esptool
2015-04-18 21:29:07 +08:00
Bundit J.
7795695c2e
Add get and put functions to EEPROM
...
As available in http://www.arduino.cc/en/Reference/EEPROM
2015-04-18 16:08:36 +07:00
Bundit J.
69158c293c
Add get and put functions to EEPROM
...
As available in http://www.arduino.cc/en/Reference/EEPROM
2015-04-18 15:33:45 +07:00
Federico Fissore
38d5e916ca
Merge pull request #2973 from ffissore/warnings
...
Reviewed warnings key names and dropdown in Preferences
2015-04-17 23:55:54 +02:00
Csaba Nagy
55fb030a8c
Merge pull request #1 from icnagy/dev_tty_space
...
Update platform.txt
2015-04-17 21:52:24 +02:00
Csaba Nagy
5e864f1d05
Update platform.txt
...
Quoting the serial.port will enable esptool to work for dev/tty devices with spaces in their name. Like in OSX: `/dev/tty.wch ch341 USB=>RS232 fa130`. Without quote the esptool fails silently since it only parses the `/dev/tty.wch`.
2015-04-17 21:51:28 +02:00
Markus Sattler
55b60674dd
add includes for <stddef.h> <stdarg.h> <stdio.h> to Arduino.h
...
add strtok
2015-04-17 12:19:58 +02:00
Markus Sattler
50a920bf98
add void restart(void) and uint16_t getVCC(void) to Esp class
2015-04-17 11:05:02 +02:00
Federico Fissore
d201069172
Merge pull request #2980 from ffissore/delete_on_exit
...
Delete temporary files on exit
2015-04-15 17:15:21 +02:00
Federico Fissore
dabd6e4903
Tests weren't deleting temporary files: fixed
2015-04-15 11:00:23 +02:00
Federico Fissore
96c4576962
Added --preserve-temp-files command line option
2015-04-15 11:00:01 +02:00
Federico Fissore
e7dc30dae4
Update revisions.txt
2015-04-15 10:21:37 +02:00
Federico Fissore
3465fcf97b
File.deleteOnExit is not recursive. Replaced by DeleteFilesOnShutdown shutdown hook. Fixes #2971
2015-04-15 10:21:37 +02:00
Martino Facchin
d72bc63d6e
Merge pull request #2974 from facchinm/test_2659_2
...
SD: remove any reference to pinMode(10, OUTPUT) in the examples
2015-04-15 08:57:32 +01:00
Martino Facchin
d3a6c37980
increase version number
2015-04-15 09:55:37 +02:00
Markus Sattler
6e223ce67d
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-04-14 22:09:50 +02:00
Martino Facchin
b41e4a3d7d
Merge branch 'jipp-master'
2015-04-14 10:13:58 +02:00
Martino Facchin
cbd6812e98
Merge branch 'master' of https://github.com/jipp/Arduino into jipp-master
2015-04-14 10:12:11 +02:00
Martino Facchin
3bbdf495f2
Merge pull request #2961 from jan-r/issue292-fix
...
Tone: fix for ATmega8
2015-04-14 08:36:12 +01:00
Jan
df577bf244
Fix for issue #292
...
Replaced direct register manipulation with calls to bitWrite(). Fixed TIMSK5 usage on Leonardo (as well as some other preprocessor statements).
2015-04-13 20:36:28 +02:00
Ivan Grokhotkov
ed76e56468
Fix resource leaks in UDP library
...
Reference counts were not incremented after creation of UdpContext, so pbufs and pcbs were not freed.
2015-04-14 01:34:52 +08:00