| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-19 | add TU_FIFO_INIT() to help with tu_fifo declaration | hathach | |
| tu_fifo_clear() also reset max_pointer_idx and non_used_index_space | |||
| 2021-02-19 | Merge pull request #654 from xmos-jmccarthy/master | Ha Thach | |
| Add alternate bitfield padding option | |||
| 2021-02-18 | Implement requested PR changes | Jeremiah McCarthy | |
| Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED. | |||
| 2021-02-16 | This fixes the overflow mathmatic in the fifo | Nicholas R Dinsmore | |
| 2021-02-16 | Add alternate bitfield padding option | Jeremiah McCarthy | |
| Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled. | |||
| 2021-01-25 | fix host build | hathach | |
| 2020-12-24 | Merge pull request #571 from HiFiPhile/iar_fifo | Ha Thach | |
| Fix IAR error on memcpy and warnings. | |||
| 2020-12-23 | Fix IAR error on memcpy and warnings. | HiFIPhile | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2020-12-20 | Fix error if "Required Prototype" is selected. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2020-11-24 | msc only invoke scsi complete callback after status transaction is complete | hathach | |
| 2020-11-23 | add tud_ready() check in tud_cdc_n_write_flush() | hathach | |
| other clean up | |||
| 2020-11-23 | Merge branch 'master' into cdc_without_dtr | Ha Thach | |
| 2020-11-23 | have tusb_init() return true instead of TUSB_ERROR_NONE | hathach | |
| 2020-11-19 | merge class driver control_request & control_complete to control_xfer_cb() | hathach | |
| migrated msc_device | |||
| 2020-11-18 | Implementation of the discussed changes | Jan Dümpelmann | |
| - remove usbd_edpt_xfer_abort - rename tu_fifo_change_mode to tu_fifo_set_mode - remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition - remove auto fifo clear at connection event - add tud_cdc_n_write_clear function | |||
| 2020-11-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-04 | Merge remote-tracking branch 'hathach/master' into cdc_without_dtr | Jan Dümpelmann | |
| 2020-11-01 | house keeping: make tu_print_mem format easier to compare with hex2dump | hathach | |
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-10-11 | Merge pull request #520 from salkinium/feature/misc_enhancements | Ha Thach | |
| STM32F3 IRQ remap option and some minor improvements | |||
| 2020-10-07 | fix audio_test build | hathach | |
| 2020-10-03 | Allow overwriting TU_ASSERT etc macros | Niklas Hauser | |
| 2020-10-03 | Use tu_printf instead of printf | Niklas Hauser | |
| 2020-10-03 | Use C++11 static_assert when available | Niklas Hauser | |
| 2020-09-26 | Change modulo substitute to while ( idx >= depth) idx -= depth; | Reinhard Panhuber | |
| 2020-09-25 | Fix wrong comments, rename pos to offset, rename overflow(). | Reinhard Panhuber | |
| 2020-09-23 | Fix bug in modulo substitute. | Reinhard Panhuber | |
| 2020-09-23 | Change maximum depth to 2^15 which allows for a fast modulo substitute. | Reinhard Panhuber | |
| Thus, however, overflows are detectable only for one time FIFO depth. | |||
| 2020-09-19 | Final cleanup. | Reinhard Panhuber | |
| 2020-09-15 | Tested, working. | Reinhard Panhuber | |
| 2020-09-14 | Implementation done, yet to be tested. | Reinhard Panhuber | |
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-03 | New function to modify fifo overwritability | Jan Dümpelmann | |
| 2020-08-01 | correct isr context for nrf DCD_EVENT_UNPLUGGED | hathach | |
| also rename debug lookup to prevent conflict | |||
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-05-31 | able to detect as hs | hathach | |
| 2020-05-28 | initial transfer failed in open() shouldn't cause the driver open to fail. | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-14 | refactor copy to and from fifo | hathach | |
| 2020-05-13 | Optimize FIFO for byte transfer. | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-05-08 | Add IAR compiler attribute and endian support. | Mengsk | |
| 2020-05-08 | add CFG_TUSB_DEBUG_PRINTF() for log retargeting | hathach | |
| 2020-04-26 | fix missing debug log macros | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-20 | add uart for ea4357 | hathach | |
| 2020-04-14 | adding subclass & protocol to class driver structure | hathach | |
| 2020-04-02 | tu_verify: Change some define functions use do-while statement. | Nathan Conrad | |
| 2020-03-14 | Use CRLF on UART. | Nathan Conrad | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-30 | fix missing parentheses in TU_MIN and TU_MAX macros (#256) | majbthrd | |
