diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-03-28 16:10:06 +0000 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-03-28 16:10:06 +0000 |
| commit | f42a7e6508ffb1b5462847015be992a714533568 (patch) | |
| tree | d726e616099364080e5fddb86237ff8bcd1ad4a7 /arduino-mk-vars.md | |
| parent | 861d2ff72f9597c5ca0e486437a7c73f3262cc69 (diff) | |
Added support for VARIANT in submenu's
Also added a note that in certain 1.6 cores (attiny) F_CPU is
a submenu item e.g. attiny.menu.clock.internal1.build.f_cpu=1000000L
Diffstat (limited to 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index f961177..674a34f 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -520,7 +520,8 @@ USB_PID = 0x8039 CPU speed in Hz -Usually can be auto-detected as `build.f_cpu` from `boards.txt` +Usually can be auto-detected as `build.f_cpu` from `boards.txt`, except in +some 1.6 cores like attiny where there is a clock submenu. **Example:** |
