c851f47d6b
fixed board and custom menus order
...
removed readBoardsOrder
2012-10-29 17:56:31 +01:00
9b7f473fae
new boards menu with custom submenus
...
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-29 16:40:49 +01:00
cf4d72c043
Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x
2012-10-26 20:22:11 +02:00
921dfe794f
{attach/detach}Interrupt() functions.
2012-10-26 20:17:34 +02:00
96941e79a1
Merge pull request #122 from Fede85/ide-1.5.x
...
fixed verbose mode for avrdude in platform.txt
2012-10-26 05:24:17 -07:00
10c87ce65d
fixed verbose mode for avrdude in platform.txt
2012-10-26 13:06:08 +02:00
e7193ac42c
Re-enabled 'Fat' library detection (with a better method)
2012-10-24 17:19:18 +02:00
8cc080fbd9
Removed unused folder.
2012-10-24 13:27:15 +02:00
da7436945b
Merge branch 'master' of github.com:arduino/ARM
2012-10-24 13:16:31 +02:00
9eeb0abee6
Disabled 'fat' (multiplatform) library check.
2012-10-24 12:50:30 +02:00
5935f1e2aa
eclipse .launch to run IDE inside eclipse: helps debugging and speeds up development
2012-10-24 10:11:41 +02:00
24d74ca8a2
typos and Due compliants comments on Keyboard examples
2012-10-22 10:20:35 +02:00
9dfebb5d78
Removed unsupported Wifi for sam3x
2012-10-22 10:14:37 +02:00
39aae0be01
Moved WiFi library in the proper place
2012-10-22 09:17:24 +02:00
6496943f4c
Minor changes to the keyboard and mouse controller examples
2012-10-21 19:57:23 -04:00
ea44e8859d
Merge branch 'master' of https://github.com/arduino/ARM
2012-10-21 17:56:20 -04:00
ab63860778
Set arudino version to 150 (1.5.0-beta)
2012-10-21 22:36:22 +02:00
61389303bb
Serial port can take a while to close (especially on latest MacOSX) take this fact in account.
2012-10-21 22:14:01 +02:00
68e5047736
Added keywords for new libraries, rearranged and modified Due and USB examples
...
Renamed Leonardo Only examples folder to USB. Modified keyboard and
Mouse examples to indicate Due compatibility.
Minor modifications to Due examples to conform with existing example
sketches.
Added keywords to for Audio, Scheduer, and USBHost libraries.
2012-10-21 12:36:54 -04:00
ed15dc3b5a
Remove 1200 automagic baud rate every time the IDE use the serial port touch
2012-10-20 17:21:46 +02:00
c97e3623a4
Refactored prepare() method in Audio library
2012-10-20 00:48:33 +02:00
43cf5b0ed6
Fixed HID report send (Emulated keyboard is back on MacOS)
2012-10-19 22:54:02 +02:00
a23721ad81
Enable pull-up on pin 0. (for real...)
2012-10-19 15:43:29 +02:00
9784c1f3d2
Merge branch 'master' of github.com:arduino/ARM
2012-10-19 15:02:31 +02:00
c2e872149c
Enable pull-up on pin 0.
2012-10-19 14:00:11 +02:00
90f43370b9
better error message when library names clash
...
filter out non .ZIP files
2012-10-19 10:49:23 +02:00
e3c088e167
also rebuild examples menu after library import
2012-10-19 10:41:43 +02:00
308793135c
improved import library: complains if invalid zip or folders are selected
2012-10-19 10:35:48 +02:00
2a401f2a8b
"Add library" moved into "Import library" menu
2012-10-19 09:32:26 +02:00
3e9ef44401
Fixed native USB serial port not appearing on Mac OS X 10.6.8.
2012-10-18 21:42:16 +02:00
05a2d77f15
Merge remote-tracking branch 'origin/master' into merge-1.0.1
2012-10-18 20:31:51 +02:00
e6d5255864
Fixed concurrent access to HashMap when programming Mega2560
2012-10-18 19:34:11 +02:00
a21c4e153f
review of typos a and small errors in some examples
2012-10-18 19:03:25 +02:00
289b836046
Merged latest changes in AVR arduino core
2012-10-18 18:47:50 +02:00
b89ef099a9
Merge branch 'master' of github.com:arduino/ARM
2012-10-18 16:49:53 +02:00
44045cc85d
import library also import folder (already expanded libraries)
2012-10-18 16:49:14 +02:00
d4666fad97
Removing "Dev. Ed." naming from Due boards.
2012-10-18 10:18:34 -04:00
b95a015284
Moved 'firmware' folder in the proper place
2012-10-18 16:01:53 +02:00
378c4392e0
keep included folder name as top level folder name, delete MAC folder and hidden files
2012-10-18 16:00:02 +02:00
aba27c43aa
Merged upstream arduino branch
2012-10-18 15:50:09 +02:00
1845b2dbc3
CPUType menu renamed to Processor
2012-10-18 15:13:14 +02:00
e8ea12c629
Add library from ZIP
2012-10-17 15:25:29 +02:00
0efc024f93
Merge branch 'boards-cputype'
2012-10-17 10:54:26 +02:00
c6efad5b2e
backporting fix to https://code.google.com/p/arduino/issues/detail?id=986
2012-10-16 14:55:25 +02:00
9125436bb0
Merge branch 'master' into boards-cputype
2012-10-15 23:23:37 +02:00
aa05b50e97
missing startup selection if board missed container property
2012-10-15 23:22:46 +02:00
a6b892ed35
boards and cpu type menus
2012-10-15 22:48:12 +02:00
49ba3277ff
Adjusted boards/variants
2012-10-15 17:22:10 +02:00
562324d5f6
Adjusted off-by-one naming for Serial object: Serial2/3/4 => Serial1/2/3
2012-10-15 14:27:03 +02:00
9a13d211ba
Fixed typo in PachubeClientString example
2012-10-12 15:59:45 -04:00