Re: [avr-gcc-list] "progmem_far" attribute

2008-05-03 Thread Dmitry K.
On Saturday 03 May 2008 03:36, Anatoly Sokolov wrote: [...] > What your opinion on this offer? > > Anatoly. Hmm... Once we will provide the 'far' allocation, so we must to provide the method to obtain the address? Seems, the GET_FAR_ADDRESS() is not a release quality. Dmitry.

RE: [avr-gcc-list] "progmem_far" attribute

2008-05-02 Thread Stu Bell
2, 2008 10:36 AM To: avr-GCC Subject: [avr-gcc-list] "progmem_far" attribute Hello. Now GCC have "progmem" attribute to place data in the '.progmem' section. The 'avr-libc' have set of '*_P' string functions for access to "progmem" data.

[avr-gcc-list] "progmem_far" attribute

2008-05-02 Thread Anatoly Sokolov
Hello. Now GCC have "progmem" attribute to place data in the '.progmem' section. The 'avr-libc' have set of '*_P' string functions for access to "progmem" data. But pointer operand in '*_P' functions is 16-bit size and hence size of data in '.progmem' section it is limited by about 64KB. Th