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

Allowing third-party hardware platforms to reference programmers defined in other platforms (issue #283).

This commit is contained in:
David A. Mellis
2010-07-10 21:29:32 +00:00
parent 52e0e1a999
commit 03a62f38d2
2 changed files with 17 additions and 6 deletions

View File

@ -41,6 +41,9 @@ ARDUINO 0019
* Fixed problem with tabs of the same name but different extensions.
http://code.google.com/p/arduino/issues/detail?id=191
* Allowing third-party hardware platforms to reference programmers defined
in other platforms. http://code.google.com/p/arduino/issues/detail?id=283
ARDUINO 0018 - 2010.01.29
[core / libraries]