Increase baud rate to 38.4 kbps; add picocom example to README.md
This commit is contained in:
parent
10111979a8
commit
e8fbc175ca
3 changed files with 19 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Compiler and tools
|
||||
CC = avr-gcc
|
||||
OBJCOPY = avr-objcopy
|
||||
AVRDUDE = avrdude
|
||||
AVRDUDE ?= avrdude
|
||||
|
||||
# Compiler and linker flags
|
||||
CFLAGS = -Wall -std=c11 -Os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue