-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathboards.yaml
50 lines (46 loc) · 1.06 KB
/
boards.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- family: "arduino"
names:
- "Arduino Duemilanove"
- "Freeduino"
params:
programmer: "arduino"
baud: 57600
mcpu: "atmega328p"
F_CPU: 16000000
start-address: "4F00"
firmware: "tvm-avr-atmega328p-16000000-arduino.hex"
- family: "pro"
names:
- "Arduino Pro 3.3V"
- "Pro Mini 3.3V"
params:
programmer: "arduino"
baud: 57600
mcpu: "atmega328p"
F_CPU: 8000000
start-address: "4F00"
firmware: "tvm-avr-atmega328p-8000000-arduinopro.hex"
- family: "uno"
names:
- "Arduino Uno"
- "Motino"
params:
programmer: "arduino"
baud: 115200
mcpu: "atmega328p"
F_CPU: 8000000
start-address: "4F00"
firmware: "tvm-avr-atmega328p-16000000-arduinouno-0624.hex"
# The TVM needs to be re-compiled to support the
# Leonardo, and a new set of libraries to support
# the configuration of the hardware on the CPU.
#- family: "leonardo"
# names:
# - "Leonardo"
# params:
# programmer: "avr109"
# baud: 57600
# mcpu: "atmega32u4"
# F_CPU: 16000000
# start-address: "4F00"
# firmware: "NONE"