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

Improving third-party hardware support:

- moving back to multple cores per platform
- using target instead of platform
- moving per-board and per-programmer preferences out of Preferences.java and into a new Target class
- adding a new "target" preference
- support for platform:value values in board preferences for bootloader path and core
- XXX: need to support platform:value syntax for board upload.using preferences.
This commit is contained in:
David A. Mellis
2009-11-21 23:23:43 +00:00
parent 8720addcba
commit d2a38e4b5a
28 changed files with 205 additions and 203 deletions