Skip to content

Commit b798d6e

Browse files
authored
Create output.log
1 parent eba506a commit b798d6e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
AVR Memory Usage
2+
----------------
3+
Device: atmega328p
4+
5+
Program: 936 bytes (2.9% Full)
6+
(.text + .data + .bootloader)
7+
8+
Data: 9 bytes (0.4% Full)
9+
(.data + .bss + .noinit)
10+
11+
/usr/share/arduino/hardware/tools/avrdude -q -V -p atmega328p -C /usr/share/arduino/hardware/tools/avrdude.conf -D -c arduino -b 115200 -P /dev/ttyACM2 \
12+
-U flash:w:build-uno/ArduMk_.hex:i
13+
14+
avrdude: AVR device initialized and ready to accept instructions
15+
avrdude: device signature = 0x1e950f (probably m328p)
16+
avrdude: reading input file build-uno/ArduMk_.hex for flash
17+
with 936 bytes in 1 section within [0, 0x3a7]
18+
using 8 pages and 88 pad bytes
19+
avrdude: writing 936 bytes flash ...
20+
avrdude: 936 bytes of flash written
21+
22+
avrdude done. Thank you.

0 commit comments

Comments
 (0)