From 2d4f56d374b1bafc426c230a572fb9b12eafef76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 21:12:53 +0200 Subject: Add small readme for uasrtecho example and small tweaks --- examples/usartecho/makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/usartecho/makefile') diff --git a/examples/usartecho/makefile b/examples/usartecho/makefile index 343addc..7475127 100644 --- a/examples/usartecho/makefile +++ b/examples/usartecho/makefile @@ -3,16 +3,13 @@ MAKEFLAGS += --no-builtin-rules MMCU = atmega328p F_CPU = 16000000L IOE_PREFIX = ../.. -IOE_CFLAGS = -Os -ffunction-sections -fdata-sections -fshort-enums -Wall -g \ +IOE_CFLAGS = -Os -ffunction-sections -fdata-sections -fshort-enums -Wall \ -DCONFIG_IOE_USART_OUTBUFFER_SIZE=64 \ -DCONFIG_IOE_USART_OUTBUFFER_MODE=0 all: usart.hex @echo Flash usart.hex to chip -install: usart.hex - # TODO - clean: ioeclean $(RM) echo.o $(RM) usart.elf usart.hex -- cgit v1.2.3