summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach
2021-06-18add saml21 to CIsabas1080
2021-06-18fix build with mm32 boardhathach
2021-06-18remove duplicate mm32 dcdhathach
2021-06-18dsp updatazhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-18remove the keil ziphathach
2021-06-18mit licensezhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-18add mindmotion mm32sdk as submodulehathach
remove the local copy of mm32
2021-06-18add keil projrctzhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-18Add MM32 SDK and USB driverzhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-17force single buffered for device mode, out endpointhathach
2021-06-16Revert "Use byte copy.", add barrier after buffer write.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Default use dual bank for FS, use dcd irq switch.MasterPhi
2021-06-15Prevent buffer overflow.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Use byte copy.MasterPhi
2021-06-15Fix resume, always init FS clock.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15add support SAML21sabas1080
2021-06-13fix calculating xferred bytes with double buffer with short packet on buffer0hathach
2021-06-13fix ep tx with double bufferedhathach
2021-06-13fix build with log for devicehathach
2021-06-13remove sent_setup from hw endpointhathach
2021-06-13remove dev_ep_maphathach
2021-06-12Merge pull request #889 from kilograham/masterHa Thach
Make examples standalone buildable via CMake
2021-06-12set TOP to build with esp32sxhathach
2021-06-12Rename SAM7X to SAMX7XMasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12Fix indent.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-12examples: freertos: add skip for same70Rafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11clean upWini-Buh
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-06-11dcd: same70: trim trailling spacesRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11bsp: same70_xplained: replace template vars from makeRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11bsp: same70_xplained: fix unused variable warningRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11dcd: same70: fix unused variable warningRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
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