| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-15 | wrap up DFU update | hathach | |
| 2021-07-14 | more rename and update | hathach | |
| 2021-07-14 | rename dfu API | hathach | |
| - 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-12 | rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb() | hathach | |
| also add state as argument | |||
| 2021-07-12 | simplify TUD_DFU_DESCRIPTOR with alternate count | hathach | |
| remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional descriptor | |||
| 2021-07-12 | rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR | hathach | |
| 2021-07-08 | Add bwPollTimeout set callback, postpone download callback after GETSTATUS | Mengsk | |
| 2021-07-07 | Refactor with one DFU functionnal descriptor | HiFiPhile | |
| 2021-07-07 | Reactor to one functional descriptor. | Mengsk | |
| 2021-07-06 | Update | MasterPhi | |
| 2021-07-05 | Add alt settings support in DFU class. | Mengsk | |
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-05-30 | Rework rp2040 examples and CMake build: | graham sanderson | |
| - Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added. | |||
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-05 | Fix typo | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
