Changeset 28:07fe5f12dbdf
- Timestamp:
- 04/24/10 15:23:14 (5 months ago)
- Author:
- sgk
- Branch:
- default
- Message:
-
Backport the Arduino Fio definition in 'boards.txt'.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r21
|
r28
|
|
| 202 | 202 | ############################################################## |
| 203 | 203 | |
| | 204 | fio.name=Arduino Fio |
| | 205 | |
| | 206 | fio.upload.protocol=stk500 |
| | 207 | fio.upload.maximum_size=30720 |
| | 208 | fio.upload.speed=57600 |
| | 209 | |
| | 210 | fio.bootloader.low_fuses=0xFF |
| | 211 | fio.bootloader.high_fuses=0xDA |
| | 212 | fio.bootloader.extended_fuses=0x05 |
| | 213 | fio.bootloader.path=arduino:atmega |
| | 214 | fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex |
| | 215 | fio.bootloader.unlock_bits=0x3F |
| | 216 | fio.bootloader.lock_bits=0x0F |
| | 217 | |
| | 218 | fio.build.mcu=atmega328p |
| | 219 | fio.build.f_cpu=8000000L |
| | 220 | fio.build.core=arduino:arduino |
| | 221 | |
| | 222 | |
| | 223 | ############################################################## |
| | 224 | |
| 204 | 225 | atmega168.name=Arduino NG or older w/ ATmega168 |
| 205 | 226 | |