hathach
|
4b4f880785
|
add tud_ready() check in tud_cdc_n_write_flush()
other clean up
|
2020-11-23 23:40:13 +07:00 |
|
Jan Dümpelmann
|
54e29e9ff4
|
Implementation of the discussed changes
- 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-18 09:42:50 +01:00 |
|
Jan Dümpelmann
|
af9f0f1cd6
|
Merge remote-tracking branch 'hathach/master' into cdc_without_dtr
|
2020-11-04 17:11:01 +01:00 |
|
Reinhard Panhuber
|
9ddcfc09d7
|
Fix wrong comments, rename pos to offset, rename overflow().
|
2020-09-25 15:58:28 +02:00 |
|
Reinhard Panhuber
|
9bdeafb295
|
Change maximum depth to 2^15 which allows for a fast modulo substitute.
Thus, however, overflows are detectable only for one time FIFO depth.
|
2020-09-23 20:48:03 +02:00 |
|
Reinhard Panhuber
|
21299f90fa
|
Final cleanup.
|
2020-09-19 11:46:43 +02:00 |
|
Reinhard Panhuber
|
349c0f640e
|
Implementation done, yet to be tested.
|
2020-09-14 18:24:08 +02:00 |
|
Jan Dümpelmann
|
4071e490e2
|
New function to modify fifo overwritability
|
2020-09-03 17:21:32 +02:00 |
|
Nathan Conrad
|
25c1bea782
|
Normalize line endings
|
2020-01-15 14:47:43 -05:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
6f3898572d
|
add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr
|
2018-12-05 17:01:19 +07:00 |
|
hathach
|
3fe7cd1659
|
added tud_cdc_write_str, tu_fifo only use mutex for RTOS config
|
2018-11-13 15:45:22 +07:00 |
|
hathach
|
f6076b0e06
|
add mutex support (optional) for tu_fifo
|
2018-11-02 17:28:07 +07:00 |
|
hathach
|
19b6bbfd14
|
add device cdc wanted char callback, cdc peek
|
2018-07-14 23:28:07 +07:00 |
|
hathach
|
3e66d2d31e
|
rename fifo * to tu_fifo to avoid conflict with other module
|
2018-07-04 00:22:15 +07:00 |
|
hathach
|
424735d440
|
rename subfolder source to src
|
2018-06-18 14:05:24 +07:00 |
|