From bdff4289c8d10f287f6b2ca562730b17b295c8dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jan 2021 22:02:54 +0100 Subject: add more cat targets and size output --- src/arch/arduino-nano/Makefile.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/arch/arduino-nano') diff --git a/src/arch/arduino-nano/Makefile.inc b/src/arch/arduino-nano/Makefile.inc index 2365cfd..12777d9 100644 --- a/src/arch/arduino-nano/Makefile.inc +++ b/src/arch/arduino-nano/Makefile.inc @@ -161,6 +161,9 @@ program: build/system.hex arch_clean: ${QUIET}rm -f ${OBJECTS} build/system.hex +cat: + ${QUIET}script/cat.py ${SERIAL_PORT} ${uart_baud} ${cpu_freq} 65536 + monitor: ${QUIET}screen ${SERIAL_PORT} ${uart_baud} @@ -184,4 +187,4 @@ arch_info: attributes: build/system.elf ${QUIET}script/size.py avr-size text,data data,bss -.PHONY: arch_clean arch_help arch_info attributes monitor program size +.PHONY: arch_clean arch_help arch_info attributes cat monitor program size -- cgit v1.2.3