summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-06msp_exp430f5529lp: Make board_millis atomic.William D. Jones
2019-10-05msp_exp430f5529lp: Set up UART functionality.William D. Jones
2019-10-04examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE.William D. Jones
2019-10-04travis.yml: Add msp430 support.William D. Jones
2019-10-03Remove accidentally-commited debug var.William D. Jones
2019-10-03Merge remote-tracking branch 'pigrew/ZLP_Request2' into msp430f5529William D. Jones
2019-10-02Merge remote-tracking branch 'origin' into msp430f5529William D. Jones
2019-10-02usbd_control.c: Decide whether a control transfer has a data stageWilliam D. Jones
2019-10-02dcd_msp430x5xx: Fix typos in dcd_edpt_clear_stall.William D. Jones
2019-10-02Merge pull request #193 from hathach/develophathach
2019-10-02dcd_msp430x5xx: Ensure DBUF bit is cleared on endpoint open, as itWilliam D. Jones
2019-10-02Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-10-02Merge branch 'master' into develophathach
2019-10-02Merge pull request #181 from pigrew/ST_FSDEV_EP0hathach
2019-10-02ported stm32f1, tested with f103 blue pillhathach
2019-10-02Add testcase for EP0 stall recovery to USBTMC test script.Nathan Conrad
2019-10-02Remove references to EP kind.Nathan Conrad
2019-10-02Merge remote-tracking branch 'origin/master' into ST_FSDEV_EP0Nathan Conrad
2019-10-02dcd_msp430x5xx: Correct byte count masks in transmit/receive routines.William D. Jones
2019-10-02Merge pull request #192 from hathach/develophathach
2019-10-01dcd_msp430x5xx: Add STALL support for nonzero endpoints.William D. Jones
2019-10-01dcd_msp430x5xx: Fix TOGGLE bit behavior, clear stall when endpointWilliam D. Jones
2019-10-012nd attempt to fix #161hathach
2019-10-01Merge pull request #191 from hathach/develophathach
2019-10-01-Wno-error=cast-function-type is only available for gcc 8+, change travis dis...hathach
2019-10-01fix #161 added volatile for ep_busy_map/ep_stall_maphathach
2019-09-30Merge branch 'master' into develophathach
2019-09-29Github's web interface changed line endings without asking me. Oops.Nathan Conrad
2019-09-29Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-29dcd_msp430x5xx: Implement receive_packet for all endpoints, correctWilliam D. Jones
2019-09-29dcd_msp430x5xx: Fix missing mask when posting IN xfer events.William D. Jones
2019-09-29dcd_msp430x5xx: Implement transmit_packet for nonzero endpoints. Untested.William D. Jones
2019-09-29Implement dcd_edpt_xfer for nonzero endpoints.William D. Jones
2019-09-29dcd_msp430x5xx: Fix clear stall logic.William D. Jones
2019-09-29Merge pull request #186 from pigrew/EP0_size_typohathach
2019-09-29dcd_msp430x5xx: Implement dcd_edpt_open.William D. Jones
2019-09-28dcd_msp430x5xx: Implement STALL logic for EP 0.William D. Jones
2019-09-28dcd_msp430x5xx: Improve EP0 IN handling (reuse short_packet field).William D. Jones
2019-09-27dcd_msp430x5xx: Implement dcd_set_address.William D. Jones
2019-09-27dcd_msp430x5xx: Implement EP0 IN xfers, clean up.William D. Jones
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-25Reset TX and RX endpoints to NAK when receiving setup packet.Nathan Conrad
2019-09-25ST FSDEV:Remove setting the EP kind, as I think it was causing issues during ...Nathan Conrad
2019-09-26Merge pull request #160 from pigrew/usbtmchathach
2019-09-25Remove _app from callback function names.Nathan Conrad
2019-09-25USBTMC: Minor updates to testing script.Nathan Conrad
2019-09-25Change getting the capabilities structure to a callback instead of an extern ...Nathan Conrad