summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-11dcd: same70: change cmsis deprecated macrosRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11fix ci buildhathach
2021-06-11log clean uphathach
2021-06-11map pico_info to log2, pico_trace to log3hathach
2021-06-11replace pico_warn by log level 1hathach
2021-06-11remove unused variable in hw endpointhathach
last_buf, buf_sel, transfer_size
2021-06-11more refactor double buffered rp2040hathach
2021-06-11rename hw endpointhathach
- total_len to remaining_len - len to xferred_len
2021-06-11refactor rp2040 usbhathach
- make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private - drop prefix _ from _hw_endpoint_xfer_continue and _hw_endpoint_reset_transfer
2021-06-11Add fifo & DMA linked list mode support.MasterPhi
2021-06-11Format.HiFiPhile
2021-06-11- Add Full Speed switchHiFiPhile
- Add DMA support - Add Dual bank support Signed-off-by: HiFiPhile <[email protected]>
2021-06-11Seems like fixed ep0 issues, code format.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2021-06-11Add OPT_MCU_SAME70 option value.HiFiPhile
2021-06-11Add sketchy SAME70 DCD driver.HiFiPhile
2021-06-11improve usbhhathach
2021-06-11double buffered work with hosthathach
2021-06-10more clean uphathach
2021-06-10clean uphathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10add usbh_classdriver.hhathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
fix computing transferred bytes with E4
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09fix enum overflow with msp430hathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
Remove configuration options and just bump number of buttons to 32 Fix button numbereing and comments in
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-08fix computing transferred bytes with E4hathach
2021-06-07add OPT_MCU_MM32F327Xhathach
move dcd_mm32f into mindmotion folder
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice
* Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]>
2021-06-03Merge remote-tracking branch 'upstream/master' into CCRX_PortWini-Buh
2021-06-03Add __unused to variables that are only used if TU_LOG does somethinggraham sanderson
2021-06-02Missing RX device dependency correctedWini-Buh
2021-06-03increase version for release, update changeloghathach
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
Pico 0.10.0
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach
2021-05-31clean uphathach
2021-05-31correct ohci endpoint address in xfer completehathach
2021-05-31use hcd_frame_number() instead of uframehathach
2021-05-31clean up ohci, remove obsolete apihathach
2021-05-31clean uphathach