Age | Commit message (Collapse) | Author |
|
|
|
Fixes #925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- adjusted Mega board name
- moved pid/vid to the proper place
- defined default build.board prop (so the IDE stops warning about that)
See #1605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
build/shared/revisions.txt
|
|
|
|
|
|
Fixes #1568
|
|
|
|
|
|
|
|
|
|
|
|
This should make explicit String-from-integer constructor working again:
int a = 10;
String(a, 4);
|
|
Add two argument form of Serial_::begin
Signed-off-by: Paul Brook <paul@nowt.org>
|
|
Make USB Serial_::begin() function take an unsigned long argument for
consistency with HardwareSerial.
Signed-off-by: Paul Brook <paul@nowt.org>
|
|
Fixes #1558
|
|
|
|
|
|
|
|
Conflicts:
app/src/processing/app/Preferences.java
app/src/processing/app/debug/Uploader.java
|
|
Merge branch 'master' into ide-1.5.x
|
|
|
|
|
|
|
|
|
|
|
|
See #1422.
|
|
|
|
|
|
|
|
Conflicts:
hardware/arduino/avr/cores/arduino/USBCore.cpp
|
|
|
|
|
|
|