hathach
|
f38c460433
|
fix ep tx with double buffered
|
2021-06-13 17:19:14 +07:00 |
|
hathach
|
572d986a02
|
improve usbh
|
2021-06-11 17:14:22 +07:00 |
|
hathach
|
d81a37d1be
|
fix enum overflow with msp430
|
2021-06-09 12:10:44 +07:00 |
|
hathach
|
54107100bb
|
fix missing TU_LOG symbol
|
2021-06-02 00:26:50 +07:00 |
|
hathach
|
6e2cf2a3ee
|
clean up log
|
2021-06-02 00:10:35 +07:00 |
|
hathach
|
eb8ca14bf8
|
add level 3 log for info, add generic TU_LOG()
|
2021-05-30 22:19:46 +07:00 |
|
hathach
|
9736e54734
|
include clean up
|
2021-05-27 17:40:39 +07:00 |
|
Jeremiah McCarthy
|
05892a5a1e
|
Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb
|
2021-05-06 12:18:55 -04:00 |
|
hathach
|
c26875e70d
|
add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that is m4 but cannot unaligned acces on usb ram
|
2021-04-26 17:42:49 +07:00 |
|
hathach
|
8ebdf2b097
|
ip3511 correct buffer offset, nbytes layout for highspeed port1
able to get passed enumeration and up to READ10
|
2021-04-26 14:43:58 +07:00 |
|
Ha Thach
|
1d20c84798
|
add tu_unaligned_read32/write32 (#772)
* add tu_unaligned_read32/write32
* added tu_unaligned_read16/write16
* add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function
|
2021-04-06 19:32:01 +07:00 |
|
Jeremiah McCarthy
|
c5b8ef1529
|
Separate DFU RT and Mode. Untested
|
2021-04-05 16:32:58 -04:00 |
|
hathach
|
67ac40b98d
|
house keeping: make tu_print_mem format easier to compare with hex2dump
|
2020-11-01 13:37:56 +07:00 |
|
hathach
|
3f54c27afa
|
fix audio_test build
|
2020-10-07 13:36:03 +07:00 |
|
hathach
|
9bf2b33366
|
correct isr context for nrf DCD_EVENT_UNPLUGGED
also rename debug lookup to prevent conflict
|
2020-08-01 12:02:59 +07:00 |
|
hathach
|
ab75998316
|
Merge branch 'master' into add-stm-hs
|
2020-06-30 01:55:57 +07:00 |
|
hathach
|
5ffba8536d
|
able to detect as hs
|
2020-05-31 19:41:22 +07:00 |
|
hathach
|
10cd3f24bf
|
initial transfer failed in open() shouldn't cause the driver open to fail.
|
2020-05-28 13:48:02 +07:00 |
|
hathach
|
1a8ce043ed
|
enable -Wcast-align
suppress vendor sdk driver at board.mk
|
2020-05-17 14:24:15 +07:00 |
|
hathach
|
eeb076454b
|
add CFG_TUSB_DEBUG_PRINTF() for log retargeting
|
2020-05-08 12:56:32 +07:00 |
|
hathach
|
9c8517a8d2
|
fix missing debug log macros
|
2020-04-26 14:58:23 +07:00 |
|
hathach
|
017c95037f
|
add usbd edpt open
- RTT mode is blocking to prevent log lost
- Improve logging message
|
2020-04-26 14:51:44 +07:00 |
|
hathach
|
e4570c35f7
|
add uart for ea4357
|
2020-04-20 00:27:35 +07:00 |
|
Nathan Conrad
|
7f6316dbe1
|
Use CRLF on UART.
|
2020-03-14 14:26:14 -04:00 |
|
Nathan Conrad
|
25c1bea782
|
Normalize line endings
|
2020-01-15 14:47:43 -05:00 |
|
majbthrd
|
6b3eb5f173
|
fix missing parentheses in TU_MIN and TU_MAX macros (#256)
|
2019-12-30 23:12:18 +07:00 |
|
hathach
|
bbada1d3e6
|
adding lookup table for debugging
add msc scsi command list
|
2019-12-23 18:54:06 +07:00 |
|
hathach
|
050fa2fd39
|
able to response to scsi inquiry, but failed to response to test unit ready
|
2019-12-21 19:33:41 +07:00 |
|
hathach
|
6bc245cb36
|
add dcd_edpt0_status_complete() which is useful for several mcu port
|
2019-11-28 11:46:36 +07:00 |
|
hathach
|
40b454cf28
|
get passed first get device descriptor
|
2019-11-27 23:20:48 +07:00 |
|
hathach
|
661515a807
|
adding debug log function
|
2019-10-23 21:18:46 +07:00 |
|
hathach
|
ac8c343fef
|
fix #154 forward all endpoint recipeint request to class driver
fix typo
remove magic number 0xff of driver id
|
2019-09-13 22:16:24 +07:00 |
|
Nathan Conrad
|
bc2a65b20b
|
A few bug fixes, remove the unstested device notices, note supported boards in READMEs, and implement PMA
access stride (used on MCU's with 512 byte USB buffers).
|
2019-09-10 01:03:24 -04:00 |
|
Nathan Conrad
|
75a3f791e3
|
Remove some type conversion warnings (using GCC pedantic warnings)
|
2019-09-09 13:35:41 -04:00 |
|
hathach
|
bac75a81fd
|
support LPC51u68 #100
|
2019-08-31 22:44:08 +07:00 |
|
hathach
|
3b6013e78f
|
clean up
|
2019-07-12 14:43:01 +07:00 |
|
hathach
|
13e01c7dca
|
add TU_ prefix to compiler ATTR to prevent name conflict with application
|
2019-06-06 10:39:37 +07:00 |
|
hathach
|
910a94e9ca
|
clean up
|
2019-05-14 13:12:16 +07:00 |
|
hathach
|
3e6d911ce9
|
more clean up use inline bit funciton instead of macros
|
2019-05-14 12:54:29 +07:00 |
|
hathach
|
81fc7b7e2b
|
clean up endian convert function
|
2019-05-14 12:14:51 +07:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
6135019230
|
clean up
|
2019-05-14 11:46:22 +07:00 |
|
hathach
|
de56a0ca89
|
add tud_descriptor_string_cb() for getting string descriptor from application
- remove tud_desc_set.string_arr/string_count
|
2019-05-11 16:31:52 +07:00 |
|
hathach
|
6102183193
|
clean up
|
2019-04-11 00:22:18 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
5e92d67015
|
stm32 update TX Fifo for edpt IN, both CDC + MSC work great
- call dcd_event_xfer_complete() when enough bytes received
- add dcd_get_frame_number()
|
2019-03-15 18:43:09 +07:00 |
|
hathach
|
351f0d7d78
|
merge binary.h into tusb_common.h
|
2018-12-14 15:45:49 +07:00 |
|
hathach
|
9c4c797502
|
add ep addr to host cdc
|
2018-12-10 19:01:28 +07:00 |
|
hathach
|
f6076b0e06
|
add mutex support (optional) for tu_fifo
|
2018-11-02 17:28:07 +07:00 |
|
hathach
|
c7340f4b0e
|
clean up helper func
|
2018-10-23 12:19:32 +07:00 |
|