Todo List

Group avr_boot
From email with Marek: On smaller devices (all except ATmega64/128), __SPM_REG is in the I/O space, accessible with the shorter "in" and "out" instructions - since the boot loader has a limited size, this could be an important optimization.

Group avr_inttypes
There is a pending patch that may go into gcc to change the behaviour of the -mint8 option. The current (2003-09-17) situation for -mint8 is sizeof(int) == 1, sizeof(long) == 2 and sizeof(long long) == 8. Note the absence of a 4-byte, 32-bit type. The patch proposes to change sozeof(long long) to be 4 bytes (32 bits). When and if the patch is included in gcc, we will need to change avr-libc accordingly.

Automatically generated by Doxygen 1.3.3 on 8 Oct 2003.