Hi,
I've just been bitten by a nasty...
eeprom_write_block is defined differently in WinAVR and avr-libc, as
distributed under Linux.
Linux has:
static __inline__ void
eeprom_write_block (void *__dst, const void *__src, size_t __n)
{
__eewr_block (__dst, __src, __n, eeprom_write_byte);
}
W
Hi Stu >@2009.02.18_00:08:04_+0200
> I have an interesting idea/problem and I'm looking for ideas.
>
Similarly and I pinged Joerg on this recently and will raise it again
another time. The gist is that I want to create code that is shared
between boot an
Hi
> > I would also like very much to finally add the FAR macros that Carlos put
> > together a long time ago, or something very similar. I don't remember if
> > there was ever any issues with them that need to get resolved, or if there
> > is basic agreement that these should be added the way
Hi George,
> (Am I annoying everyone by using this mailing list as my personal
> coding blog?)
>
No. But I speak for myself.
Some of us are interested and reading but don't have time to comment or
to work through the code.
Your efforts are appreciated.
> After considerable rearranging (and fi