forked from esp8266/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Platform.txt in-memory rewrite rules: whenever loaded, if a property …
…is set to a value known to be wrong/old, that property is replaced with the current/right value. This happens in-memory, no platform.txt file were harmed during rewriting Mitigate esp8266#2838
- Loading branch information
Federico Fissore
committed
Mar 30, 2015
1 parent
ea51556
commit ecde17b
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
old.0.compiler.path={runtime.ide.path}/hardware/tools/avr/bin/ | ||
new.0.compiler.path={runtime.tools.avr-gcc.path}/bin/ | ||
|
||
added.tools.avrdude.path={runtime.tools.avrdude.path} | ||
|
||
old.1.tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude | ||
new.1.tools.avrdude.cmd.path={path}/bin/avrdude | ||
|
||
old.2.tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf | ||
new.2.tools.avrdude.config.path={path}/etc/avrdude.conf | ||
|
||
old.3.compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ | ||
new.3.compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ | ||
|
||
old.4.tools.bossac.path={runtime.ide.path}/hardware/tools | ||
new.4.tools.bossac.path={runtime.tools.bossac.path} | ||
|