File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
UsingArduino/Arduino-Make/Example00 Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments