summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence
2020-04-11Merge pull request #333 from hathach/fix-esp32s2-setup-packetHa Thach
2020-04-11Merge pull request #332 from pigrew/stm32fsdev-dcdconnectHa Thach
2020-04-11fix incorrect setup packethathach
2020-04-10Merge pull request #319 from hathach/add-esp32s2Ha Thach
2020-04-10remove CONFIG_IDF_TARGET_ESP32S2BETA per reviewhathach
2020-04-10stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.Nathan Conrad
2020-04-10added comment note for beta chip walkaroundhathach
2020-04-10Correct dedicated FIFO SRAM size to 1024hathach
2020-04-10remove 100us delay at the end of dcd_init()hathach
2020-04-10revert name to dcd_int_handler due to function prototype warninghathach
2020-04-10clear USB_RXFLVI_M before read_rx_fifo()hathach
2020-04-10change indent from 4 -> 2 spaceshathach
2020-04-10rename dcd_init_handler to dcd_irq_handler to consistent with other portshathach
2020-04-10remove commented codehathach
2020-04-10try to fix racing condition with setuphathach
2020-04-10fix uint32_t format with loghathach
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad
2020-04-09rename static function for dcd_cxd56 to prevent conflicthathach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-09adding dcd_connect/disconnecthathach
2020-04-08use macro for easy enable/disable SOFhathach
2020-04-08disable SOF interrupt since it is not used for nowhathach
2020-04-07nuvoton: add dcd_disconnect() dcd_connect()Peter Lawrence
2020-04-07Merge pull request #321 from pigrew/tweak20200331Ha Thach
2020-04-06Use #define for OSAL_TIMEOUT_WAIT_FOREVER.Nathan Conrad
2020-04-06revert name to dcd_init_handler()hathach
2020-04-06rename dcd_int_handler to dcd_irq_handler for consistency with other porthathach
2020-04-06house keepinghathach
2020-04-06fix issue and typo with In token when Fifo emptyhathach
2020-04-06Merge branch 'master' into add-esp32s2hathach
2020-04-05allow application to implement its own oshathach
2020-04-03update dcd esp32s2 fifo allocation to match current dcd synopsyshathach
2020-04-02tu_verify: Change some define functions use do-while statement.Nathan Conrad
2020-04-02Typo of usbtmc.Nathan Conrad
2020-04-02Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning ...Nathan Conrad
2020-04-01add dcd_esp32s2hathach
2020-03-31revise argument order for TUD_CONFIG_DESCRIPTOR macroPeter Lawrence
2020-03-30add provision for multiple configurationsPeter Lawrence
2020-03-28Merge pull request #311 from majbthrd/usbnet_ecm_macosHa Thach
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-27USBD: Use tud_control_xfer only for dataNathan Conrad
2020-03-25Merge pull request #304 from pigrew/stm32_xfer_rewriteHa Thach
2020-03-24Merge branch 'master' into developHa Thach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
2020-03-24dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. AddWilliam D. Jones
2020-03-23add TODO note to remove tud_network_mac_addresshathach
2020-03-22STM32FSDEV: Rewrite transfer ISRNathan Conrad
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-03-17update comment per reviewhathach