1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00
Commit Graph

2967 Commits

Author SHA1 Message Date
8b0b0a7d68 new librxtxSerial64 compiled on debian with glibc 2.13 2013-06-21 18:12:41 +02:00
ad500ae24d Update incorrect docs in tonePitchFollower example
The comments state that the speaker should be on pin 8, but the code references pin 9. Updated the comments to reflect the correct pin.
2013-06-11 14:47:15 +02:00
fc8103c969 Minor typo correction
formely->formerly
2013-06-08 12:37:51 -05:00
a2e7413d22 More efficient dtostrf() emulation on ARM 2013-06-06 23:11:43 +02:00
81d41fc761 Updated revision log 2013-06-06 20:07:02 +02:00
ba7fb5518f Fixed buffer overflow on String class (Paul Stoffregen) 2013-06-06 20:04:43 +02:00
f80c6c5f35 Merged various bugfix / improvements to String class.
Merge branch 'master' into ide-1.5.x
2013-06-06 19:54:58 +02:00
1130fede3a Added support for Flash string on String class. 2013-06-06 16:33:20 +02:00
b341a7c751 String class: removed deep copy on substring method.
Small code cleanup.
2013-06-06 16:33:20 +02:00
16b7b67c47 Fixed problem with % processing on .po files. Fixed quote ' processing on I18N lib. 2013-06-06 16:33:20 +02:00
82a2c1d3d9 add String.toFloat 2013-06-06 16:19:34 +02:00
0778f8a3f3 Added remove methods to WString 2013-06-05 14:08:59 -04:00
3394f61276 Merged 1.0.5 2013-05-29 18:30:36 +02:00
22320dbc07 keywords syntax highlighting corrected in SoftwareSerial library
Fixed #1426
2013-05-24 18:26:36 +02:00
5481bacba2 Fixes #1432 2013-05-23 16:24:38 +02:00
ec7996e8be Reintroduced copy error button.
Revert "Reverted 'copy error' button for 1.0.5, waiting for a better UI design"

This reverts commit cf4584eb29.
2013-05-22 12:19:59 +02:00
4486a922fc UOTGVBOF is now active high 2013-05-20 19:21:23 +02:00
203ca4f2fa Fixed spelling error in Horizon example 2013-05-18 10:07:22 +04:00
22997bbfd5 Fixed upload for robot boards 2013-05-17 19:52:32 +02:00
4c73b8c0f3 Fixed upload for robot boards 2013-05-17 19:40:57 +02:00
f28faa3b2d added a better configurarion string for the line following example 2013-05-17 13:58:43 +02:00
b2c17f9812 Added notification about the need of the IR-Remote library 2013-05-17 13:34:49 +02:00
aa800e8b0e added a better configurarion string for the line following example 2013-05-17 13:25:27 +02:00
82511def8e Merge remote-tracking branch 'arduino/TFT_display' 2013-05-17 12:47:27 +02:00
ee6a833b7b added the TFT display library 2013-05-17 12:39:31 +02:00
2b7753ffc7 fixed the classic fix vs stroke issue after migrating to the TFT library 2013-05-17 11:08:59 +02:00
b91e6308bd fixed glitch with the screen when starting the process 2013-05-17 11:08:50 +02:00
e5baff7372 fixed order in how the commands were executed 2013-05-17 11:07:44 +02:00
eab4a7ef72 Robot has its own core 2013-05-17 11:02:00 +02:00
b8c795e184 Don't give up when loading hardware/ profile directories with some invalid directories
This allows you to create hardware profiles that support both pre-1.5 and 1.5 onwards (boards.txt, cores, bootloader etc. in root for pre-1.5 and <architecture>/ directories containing 1.5 onward content.

Still prints a warning if a hardware folder doesn't contain anything 1.5 compatible.
2013-05-17 13:01:06 +10:00
7959d85dd4 Allow uploader choice in upload.tool to specify a different platform vendor 2013-05-17 13:01:06 +10:00
53fdcb53e9 Updated revision log 2013-05-15 11:34:05 +02:00
cf4584eb29 Reverted 'copy error' button for 1.0.5, waiting for a better UI design 2013-05-15 11:32:22 +02:00
ffdb0d7d81 Merge branch 'robot' 2013-05-15 11:16:09 +02:00
bd11079cd0 Added Arduino Robot libraries 2013-05-15 10:47:17 +02:00
7e3aef91bc Updated drivers for robot 2013-05-14 18:43:51 +02:00
bd240670ba Merge branch 'master' of github.com:arduino/Arduino 2013-05-13 21:25:16 +02:00
2387046c19 Added support to INT6 on Leonardo.
Fixes #988
2013-05-13 21:22:59 +02:00
54552c0bd0 Added robot hardware 2013-05-13 19:50:59 +02:00
76fd163a5f Fixed regression: CTRL+Left/CTRL+Right moves cursor one word backward/forward
See 4212be6669
2013-05-12 15:51:33 +02:00
a46259a0cf Merged 1.0.5
Still missing:
- updates to WiFi lib for sam.
- updates to examples of Ehternet and WiFi for sam.

Merge remote-tracking branch 'arduino/master' into ide-1.5.x

Conflicts:
	app/src/processing/app/Base.java
	app/src/processing/app/Editor.java
	app/src/processing/app/helpers/FileUtils.java
	app/src/processing/app/i18n/Resources_fr.po
	app/src/processing/app/i18n/Resources_fr.properties
	build/shared/revisions.txt
	hardware/arduino/avr/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiChatServer/WifiChatServer.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiPachubeClient/WifiPachubeClient.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiPachubeClientString/WifiPachubeClientString.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiUdpSendReceiveString/WifiUdpSendReceiveString.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiWebClient/WifiWebClient.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiWebClientRepeating/WifiWebClientRepeating.ino
	hardware/arduino/avr/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino
	libraries/WiFi/examples/WiFiChatServer/WiFiChatServer.ino
	libraries/WiFi/examples/WiFiPachubeClient/WiFiPachubeClient.ino
	libraries/WiFi/examples/WiFiPachubeClientString/WiFiPachubeClientString.ino
	libraries/WiFi/examples/WiFiTwitterClient/WiFiTwitterClient.ino
	libraries/WiFi/examples/WiFiUdpSendReceiveString/WiFiUdpSendReceiveString.ino
	libraries/WiFi/examples/WiFiWebClient/WiFiWebClient.ino
	libraries/WiFi/examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino
	libraries/WiFi/examples/WiFiWebServer/WiFiWebServer.ino
	libraries/WiFi/examples/WifiChatServer/WifiChatServer.ino
	libraries/WiFi/examples/WifiPachubeClient/WifiPachubeClient.ino
	libraries/WiFi/examples/WifiPachubeClientString/WifiPachubeClientString.ino
	libraries/WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
	libraries/WiFi/examples/WifiUdpSendReceiveString/WifiUdpSendReceiveString.ino
	libraries/WiFi/examples/WifiWebClient/WifiWebClient.ino
	libraries/WiFi/examples/WifiWebClientRepeating/WifiWebClientRepeating.ino
	libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino
2013-05-11 14:37:25 +02:00
296bdacfb9 Updated revision log 2013-05-11 13:25:37 +02:00
62846f1f1b Fixed disappearing 'Import library' menu 2013-05-11 13:25:37 +02:00
13d8214567 Backported OnlyDirs.class 2013-05-11 13:25:37 +02:00
544445524a removed check on .h file existence 2013-05-11 13:25:36 +02:00
fa9566235d Disabled 'fat' (multiplatform) library check.
Conflicts:
	app/src/processing/app/Base.java
2013-05-11 13:25:36 +02:00
8266ac5aad better error message when library names clash
filter out non .ZIP files
2013-05-11 13:25:36 +02:00
3d5c76a8a1 also rebuild examples menu after library import 2013-05-11 13:25:36 +02:00
29856fff53 improved import library: complains if invalid zip or folders are selected 2013-05-11 13:25:36 +02:00
1cdf75d4df "Add library" moved into "Import library" menu 2013-05-11 13:25:36 +02:00