| Age | Commit message (Collapse) | Author |
|
rp2040: correctly size variables to reduce RAM usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/common/tusb_fifo.h
src/osal/osal_none.h
|
|
|
|
|
|
Enhance Host MSC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was a github edit, not tested
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented a special copy strategy to copy directly from the FIFO. This
function, however, is untested and should be regarded as unreliable
until somebody was able to test it
|
|
|
|
|
|
This way people don't need to pay attention for the buffer pointer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close).
|
|
Rp2040 followup2
|
|
start the assimilation of Pi Pico into TU
|
|
|
|
|
|
|