Board presets: - anvil new --board mega (uno, mega, nano, nano-old, leonardo, micro) - anvil new --list-boards shows presets with compatible clones - FQBN and baud rate flow into .anvil.toml via template variables - Defaults to uno when --board is omitted Devices --clear: - anvil devices --clear deletes .anvil.local, reverts to auto-detect
13 lines
208 B
Cheetah
13 lines
208 B
Cheetah
[project]
|
|
name = "{{PROJECT_NAME}}"
|
|
anvil_version = "{{ANVIL_VERSION}}"
|
|
|
|
[build]
|
|
fqbn = "{{FQBN}}"
|
|
warnings = "more"
|
|
include_dirs = ["lib/hal", "lib/app"]
|
|
extra_flags = ["-Werror"]
|
|
|
|
[monitor]
|
|
baud = {{BAUD}}
|