Hi Guys,

Now that USB uses the memory_pointer library, you may be able to make up 
pseudo routines to replace the memory_pointer libraries aliases so that USB 
does not require POSTINC1 and FSR1 registers.

It may be possible to:

1. Create a pseudo routine that can set the location to read/write to next 
in an array. This is to replace "mem_pointer1_address" which aliases to 
FSR1 .

2. Create another pseudo routine that will read or write to an array, and 
automatically increment the location in that array by 1. This is to replace 
"mem_pointer1" which aliases to POSTINC1.

Matt.

On Monday, April 28, 2014 11:46:38 PM UTC-4, [email protected] wrote:
>
> Revision: 3520 
> Author:   [email protected] <javascript:> 
> Date:     Tue Apr 29 03:46:28 2014 UTC 
> Log:      USB libraries now use mem_pointer1 library for POSTINC1/FSR1 
> http://code.google.com/p/jallib/source/detail?r=3520 
>
> Modified: 
>   /trunk/include/external/storage/usb_msd.jal 
>   /trunk/include/peripheral/usb/usb_drv_cdc_class.jal 
>   /trunk/include/peripheral/usb/usb_drv_core.jal 
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to