summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2019-09-16Change inline functions to macros, and make all parameter names uniform.Nathan Conrad
2019-09-16Merge branch 'master' into TI_compiler_quirksNathan Conrad
2019-09-16Merge pull request #159 from pigrew/assert_documentationhathach
2019-09-16follow up to suggestion to pr 155hathach
2019-09-15Massive copy&paste typo of mine in the 32-bit byte swapping function....Nathan Conrad
2019-09-14Interpretation of assert vs verify.Nathan Conrad
2019-09-13TI compiler quirks, and le byte swapping functions.Nathan Conrad
2019-09-13fix #154 forward all endpoint recipeint request to class driverhathach
2019-09-10A few bug fixes, remove the unstested device notices, note supported boards ...Nathan Conrad
2019-09-09Remove some type conversion warnings (using GCC pedantic warnings)Nathan Conrad
2019-09-09Add dummy arguments to GET_NTH_ARG to make GCC happy (removes pedantic warnings)Nathan Conrad
2019-09-01clean uphathach
2019-08-31support LPC51u68 #100hathach
2019-08-01clean uphathach
2019-07-30clean uphathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-16clean uphathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
2019-07-12clean uphathach
2019-07-12added tud_descriptor_bos_cb(), add support for BOS get descriptorhathach
2019-07-11add BOS descriptor and device capability constanthathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14clean uphathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14remove deprecated tusb_task, clean up tusb compilerhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-12change tud_descriptor_string_cb() to be consistent with other descriptor call...hathach
2019-05-11add tud_descriptor_string_cb() for getting string descriptor from applicationhathach
2019-05-02support hid generic inout #58hathach
2019-04-11clean uphathach
2019-03-30self powered and remote wakeup support are from configuration descriptor attr...hathach
2019-03-29working on suspend and resumehathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-15stm32 update TX Fifo for edpt IN, both CDC + MSC work greathathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
2019-01-04Split out txbuf and add unit test.Scott Shawcroft
2018-12-17add dcd_get_microframe()hathach
2018-12-14merge binary.h into tusb_common.hhathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-13clean up error enumhathach
2018-12-13osal clean uphathach