libatm8a
Atmega8A C++ library
TOOLCHAIN_PATH & F_CPU needs to be set.
Built on:
./avr-g++ --version
avr-g++ (GCC) 6.2.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Library size
----------------
./avr-size --totals libatm8a.0.2.3.a
text | data | bss | dec | hex | filename |
494 | 0 | 4 | 470 | 1d6 | ioport.o |
190 | 0 | 2 | 192 | c0 | powerManagement.o |
278 | 0 | 2 | 280 | 118 | eeprom.o |
38 | 0 | 2 | 40 | 28 | oscillator.o |
682 | 0 | 2 | 684 | 2ac | adc.o |
285 | 0 | 4 | 289 | 121 | timer0.o |
324 | 0 | 2 | 326 | 146 | bootLoaderSupport.o |
339 | 0 | 2 | 341 | 155 | watchdog.o |
1434 | 0 | 4 | 1438 | 59e | timer1.o |
404 | 0 | 4 | 408 | 198 | analogComparator.o |
463 | 0 | 2 | 465 | 1d1 | interrupts.o |
1404 | 0 | 3 | 1407 | 57f | uart.o |
659 | 0 | 2 | 661 | 295 | twi.o |
758 | 0 | 4 | 762 | 2fa | timer2.o |
182 | 0 | 2 | 184 | b8 | avrStatus.o |
580 | 0 | 2 | 582 | 246 | spi.o |
8514 | 0 | 43 | 8529 | 2151 | (TOTALS) |