esp32-s2_dfu/src
ndinsmore 09868434cd
Fixes RP2040 buffer reallocation overrun problem (#642)
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).
2021-02-12 08:16:46 +00:00
..
class rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00
common fix host build 2021-01-25 13:25:47 +07:00
device Merge pull request #648 from hathach/rename-dfu-rt-to-runtime 2021-02-11 15:29:55 +07:00
host fix host build 2021-01-25 13:25:47 +07:00
osal add basic support for rt-thread 2021-02-08 20:46:49 +08:00
portable Fixes RP2040 buffer reallocation overrun problem (#642) 2021-02-12 08:16:46 +00:00
tusb.c have tusb_init() return true instead of TUSB_ERROR_NONE 2020-11-23 13:12:51 +07:00
tusb.h rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00
tusb_option.h rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00