This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-01-23 12:52:13 +01:00
Code
Issues
Releases
Activity
Arduino
/
arduino-core
/
src
/
cc
/
arduino
/
packages
History
Federico Fissore
f2427b47f0
LoadVIDPIDSpecificPreferences was giving for granted that the attached board provided VID & PID. This is not always true, especially with counterfeits.
Fixes
#3738
2015-08-28 09:01:47 +02:00
..
discoverers
LoadVIDPIDSpecificPreferences was giving for granted that the attached board provided VID & PID. This is not always true, especially with counterfeits.
Fixes
#3738
2015-08-28 09:01:47 +02:00
ssh
Code cleanup
2015-06-18 15:43:14 +02:00
uploaders
Added support to VID+PID specific build properties
2015-08-27 10:40:02 +02:00
BoardPort.java
LoadVIDPIDSpecificPreferences was giving for granted that the attached board provided VID & PID. This is not always true, especially with counterfeits.
Fixes
#3738
2015-08-28 09:01:47 +02:00
Discovery.java
Network and Serial board ports discovery is now asynchronous, hence it does not block "tools" menu any more.
2015-03-24 13:41:10 +01:00
DiscoveryManager.java
Got rid of Java 8 warnings about _ as a method name
2015-08-05 09:12:40 +02:00
Uploader.java
Got rid of Java 8 warnings about _ as a method name
2015-08-05 09:12:40 +02:00
UploaderFactory.java
Extending remote upload. Sketch merge with bootloader is done by the IDE (using "noblink" bootloader if board definition provides one). If platform provides a "remote" upload tool, that tool is used, otherwise falls back to hardcoded "run-avrdude"
2015-06-18 15:43:10 +02:00