[avr-libc-dev] eeprom_write_block inconsistent between WinAVR and Linux

2008-07-13 Thread Dale Whitfield
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

Re: [avr-libc-dev] RFC: index-redirection with PROGMEM and linker symbol use

2009-02-19 Thread Dale Whitfield
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

Re: [avr-libc-dev] New pgm_read_ptr() macro?

2010-06-03 Thread Dale Whitfield
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

Re: [avr-libc-dev] Working octal code (FYI)

2016-12-16 Thread Dale Whitfield
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