hathach
|
ac8d0abecf
|
rename dfu API
- tud_dfu_dnload_complete() -> tud_dfu_download_complete()
- tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb()
- tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
|
2021-07-14 15:04:38 +07:00 |
|
hathach
|
86d511f244
|
rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()
also add state as argument
|
2021-07-12 21:08:13 +07:00 |
|
hathach
|
8c48a4a288
|
clean up
|
2021-07-12 20:23:19 +07:00 |
|
hathach
|
389d340678
|
clean up
|
2021-07-12 20:17:44 +07:00 |
|
hathach
|
2916cd4575
|
rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR
|
2021-07-12 18:51:57 +07:00 |
|
hathach
|
134ed995c8
|
add alt to tud_dfu_abort_cb()
|
2021-07-12 18:50:19 +07:00 |
|
hathach
|
a0691a4fd4
|
update dfu_moded_open
|
2021-07-12 18:48:33 +07:00 |
|
Mengsk
|
2147a31f25
|
Fix wrong blocknum and length
|
2021-07-08 01:10:02 +02:00 |
|
Mengsk
|
5b4b5ca533
|
Add bwPollTimeout set callback, postpone download callback after GETSTATUS
|
2021-07-08 00:25:12 +02:00 |
|
HiFiPhile
|
7e883e0f41
|
Refactor with one DFU functionnal descriptor
|
2021-07-07 19:01:00 +02:00 |
|
Mengsk
|
941b02c6a9
|
Reactor to one functional descriptor.
|
2021-07-07 18:02:04 +02:00 |
|
Mengsk
|
71c0043261
|
TU_ASSERT return 0.
|
2021-07-07 12:18:25 +02:00 |
|
Mengsk
|
3949fb9e8c
|
Add DFU_DETACH support
|
2021-07-07 12:12:52 +02:00 |
|
Mengsk
|
bc49ee7f2f
|
Better alt settings support
|
2021-07-07 11:55:36 +02:00 |
|
MasterPhi
|
cf4220a9fb
|
Update
|
2021-07-06 18:04:24 +02:00 |
|
Mengsk
|
c2b9ac9dd4
|
Fix ATTR_MANIFESTATION_TOLERANT logic.
|
2021-07-05 17:57:23 +02:00 |
|
Mengsk
|
c2d8ed3fd1
|
Add alt settings support in DFU class.
|
2021-07-05 17:56:21 +02:00 |
|
hathach
|
dfe410ea8b
|
fix ci build, address review comment
|
2021-07-05 12:38:15 +07:00 |
|
Jeremiah McCarthy
|
f5f087b2f8
|
Add dfu function memory access protection
Adds TU_VERIFY to dfu internal buffer access from host.
Adds TU_ASSERT to dfu internal buffer access by application.
|
2021-06-23 10:58:18 -04:00 |
|
hathach
|
9736e54734
|
include clean up
|
2021-05-27 17:40:39 +07:00 |
|
hathach
|
f9c542aa52
|
fix dfu example build
|
2021-05-26 18:16:56 +07:00 |
|
Jeremiah McCarthy
|
f830800d00
|
Fix typo and clean up reset
|
2021-04-29 16:04:18 -04:00 |
|
Jeremiah McCarthy
|
b8e5885c2b
|
Removes polltimeout behaviour and restructures
Moves dfu_req_dnload_reply to ACK stage of a DNREQUEST.
Removes unneeded variables due to other simplifications.
|
2021-04-22 17:45:33 -04:00 |
|
Jeremiah McCarthy
|
8c80ddeb54
|
Fix statte check on DATA stage
|
2021-04-22 17:00:57 -04:00 |
|
Jeremiah McCarthy
|
cc440ade81
|
Remove custom status description table
|
2021-04-22 16:47:05 -04:00 |
|
Jeremiah McCarthy
|
e54d9d10af
|
Add const
|
2021-04-22 16:39:43 -04:00 |
|
Jeremiah McCarthy
|
18e9d253e9
|
Remove usb reset callback
|
2021-04-22 16:04:09 -04:00 |
|
Jeremiah McCarthy
|
0936a76dc9
|
Remove nonstd behaviour
|
2021-04-22 15:59:49 -04:00 |
|
Jeremiah McCarthy
|
88dea7a0a8
|
Move debug from .h to .c
|
2021-04-22 15:02:50 -04:00 |
|
Jeremiah McCarthy
|
01661b3f28
|
Replace dfu_mode with dfu
|
2021-04-22 14:56:52 -04:00 |
|