15 lines
329 B
TOML
15 lines
329 B
TOML
[general]
|
|
port = "/dev/ttyUSB0"
|
|
serial-baudrate = 57600
|
|
open-console = true
|
|
|
|
[board.avrdude]
|
|
# avrdude configuration
|
|
programmer = "arduino"
|
|
partno = "m328p"
|
|
baudrate = 57600
|
|
do-chip-erase = true
|
|
|
|
# For documentation about this file, check here:
|
|
# https://github.com/Rahix/avr-hal/blob/main/ravedude/README.md#ravedudetoml-format
|