| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-06 | Update | MasterPhi | |
| 2021-07-05 | Fix ATTR_MANIFESTATION_TOLERANT logic. | Mengsk | |
| 2021-07-05 | Add alt settings support in DFU class. | Mengsk | |
| 2021-07-05 | fix ci build, address review comment | hathach | |
| 2021-06-23 | Add dfu function memory access protection | Jeremiah McCarthy | |
| Adds TU_VERIFY to dfu internal buffer access from host. Adds TU_ASSERT to dfu internal buffer access by application. | |||
| 2021-05-27 | include clean up | hathach | |
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 2021-04-29 | Fix typo and clean up reset | Jeremiah McCarthy | |
| 2021-04-22 | Removes polltimeout behaviour and restructures | Jeremiah McCarthy | |
| Moves dfu_req_dnload_reply to ACK stage of a DNREQUEST. Removes unneeded variables due to other simplifications. | |||
| 2021-04-22 | Fix statte check on DATA stage | Jeremiah McCarthy | |
| 2021-04-22 | Remove custom status description table | Jeremiah McCarthy | |
| 2021-04-22 | Add const | Jeremiah McCarthy | |
| 2021-04-22 | Remove uunused code | Jeremiah McCarthy | |
| 2021-04-22 | Remove usb reset callback | Jeremiah McCarthy | |
| 2021-04-22 | Remove nonstd behaviour | Jeremiah McCarthy | |
| 2021-04-22 | Move debug from .h to .c | Jeremiah McCarthy | |
| 2021-04-22 | Replace dfu_mode with dfu | Jeremiah McCarthy | |
| 2021-04-12 | Remove DFU mode and rt | Jeremiah McCarthy | |
| 2021-04-07 | Resolve gcc warnings for no parameter functions | Jeremiah McCarthy | |
| 2021-04-07 | Revise per initial comments | Jeremiah McCarthy | |
| Returns the RT driver to the function state of previous iteration, which did not support the will_detach. Behavior should be fine without this feature. This removes much of the added bloat to track state, and handle requests in the APP_DETACH state which is no longer required. Removes the optional bloat added to the RT driver, such as responding to GETSTATE requests. Fixes the DFU Mode to extract the attr bits from the functional descriptor when opened. Fixes some incorrect bitwise if checks. Also, updates some naming of functions to be consistent with the rest of the library. | |||
| 2021-04-05 | Add DFU runtime and mode "class" | Jeremiah McCarthy | |
| With the runtime and mode portions in separate classes, a single application should only be building with one or the other enabled. In some applications both might be desired at build time. The CFG_TUD_DFU_RUNTIME_AND_MODE option creates a DFU class, which asks the application which mode to initialize to. This allows a runtime change between RT and DFU mode, by just reinitializing tusb. | |||
| 2021-04-05 | Remove unreachable callback | Jeremiah McCarthy | |
| 2021-04-05 | Fix bug during initialization of DFU Mode | Jeremiah McCarthy | |
| 2021-04-05 | Separate DFU RT and Mode. Untested | Jeremiah McCarthy | |
| 2021-04-05 | Fix incorrect DNLOAD request len passed to app | Jeremiah McCarthy | |
| Fixes bug where the app callback was getting the length of the status request transfer rather than the length of the data stage payload. TODO: Right now this returns the expected length, when it really should be returning the transfer length. | |||
| 2021-03-26 | Minor cleanup | Jeremiah McCarthy | |
| 2021-03-26 | Add DFU Class per Version 1.1 Spec | Jeremiah McCarthy | |
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2020-11-20 | migrate dfu runtime device to new control xfer cb | hathach | |
| 2020-07-01 | fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS | hathach | |
| fix #450 | |||
| 2020-05-28 | rename to drv_len to be consistent | hathach | |
| 2020-05-28 | change signature for dfu runtime | hathach | |
| 2020-04-15 | use class driver open() for interface support detection | hathach | |
| tested with dfu_runtime | |||
| 2019-11-27 | fix #229 | hathach | |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
