hathach
|
57b85262b2
|
added & tested lpc17xx freertos device example
- add USB priority check for freeRTOS config
|
2018-11-29 21:41:09 +07:00 |
|
hathach
|
15e4b97e36
|
lpc17xx add dcd_edpt_stalled
|
2018-11-29 20:09:02 +07:00 |
|
hathach
|
3fe392414d
|
Merge branch 'develop' into devlocal
|
2018-11-29 20:02:16 +07:00 |
|
hathach
|
18ea601b89
|
update segger project
|
2018-11-29 20:00:42 +07:00 |
|
hathach
|
a76c5bf154
|
dcd lpc17xx, route control endpoint to EP_FAST
|
2018-11-29 19:58:17 +07:00 |
|
hathach
|
ed65a43977
|
clean up
|
2018-11-29 13:09:58 +07:00 |
|
hathach
|
402a5fee90
|
dcd lpc17xx enable EpIntEn for non-control IN after DMA complete
all transfer work well
|
2018-11-29 12:56:02 +07:00 |
|
hathach
|
3f38c3b4b5
|
clean up
|
2018-11-29 12:38:03 +07:00 |
|
hathach
|
c3140af274
|
correct TUD_OPT_HIGH_SPEED
|
2018-11-28 17:54:11 +07:00 |
|
hathach
|
772b2b692f
|
more dcd lpc17xx clean up
|
2018-11-28 17:31:15 +07:00 |
|
hathach
|
4a521d5085
|
clean up
|
2018-11-28 17:02:46 +07:00 |
|
hathach
|
04ad5da820
|
improve non-control xfer for lpc17xx
|
2018-11-28 16:53:36 +07:00 |
|
hathach
|
8b03b6d3b4
|
add Auto descriptor endpoint num config to support lpc17xx
CFG_TUD_DESC_*_EPNUM
|
2018-11-28 16:10:31 +07:00 |
|
hathach
|
ac66133ec0
|
Merge pull request #16 from tannewt/doc_pass
Add a porting doc and make a pass over the others.
|
2018-11-28 11:58:50 +07:00 |
|
Scott Shawcroft
|
db42207fcd
|
Add a porting doc and make a pass over the others.
Fixes #5
|
2018-11-27 18:07:22 -08:00 |
|
hathach
|
a3cc52829b
|
clean up
|
2018-11-27 23:55:10 +07:00 |
|
hathach
|
16b3f11d9f
|
clean up
|
2018-11-27 21:53:36 +07:00 |
|
hathach
|
15f704b623
|
improve dcd control lpc17xx
|
2018-11-27 21:51:02 +07:00 |
|
hathach
|
038851c362
|
enhance dcd lpc17xx. Able to pass enumeration
|
2018-11-27 20:48:46 +07:00 |
|
hathach
|
138b12b61b
|
add lpc175x_6x project file
|
2018-11-26 18:30:50 +07:00 |
|
hathach
|
80ecf1fd54
|
add OPT_MODE_HIGH_SPEED
|
2018-11-26 14:56:07 +07:00 |
|
hathach
|
60d5ac1c39
|
clean up
|
2018-11-26 12:31:07 +07:00 |
|
hathach
|
064eec5dd8
|
clean up warnings
|
2018-11-26 12:29:55 +07:00 |
|
hathach
|
4ec7dba453
|
Merge pull request #15 from tannewt/makefile
Add Makefile support for the cdc_msc_hid example
|
2018-11-26 11:44:05 +07:00 |
|
Scott Shawcroft
|
61bea0db1c
|
Update travis to build the example
Also remove the old failing tests so the build is passing.
|
2018-11-25 12:16:28 -08:00 |
|
Scott Shawcroft
|
bf70f89240
|
Introduce a Makefile for the OS_NONE device example
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
|
2018-11-25 11:46:06 -08:00 |
|
hathach
|
3bb53273cd
|
Merge pull request #14 from tannewt/discarded_qualifiers
A few more updates
|
2018-11-24 14:43:31 +07:00 |
|
Scott Shawcroft
|
47fabe42ed
|
One tweak to make -Wdiscarded-qualifiers happy.
|
2018-11-23 12:48:55 -08:00 |
|
Scott Shawcroft
|
bf8c4612dc
|
Make sure OUT endpoint 0 on the SAMDs always has a valid buffer to store
a SETUP token into.
|
2018-11-23 11:20:23 -08:00 |
|
Scott Shawcroft
|
246c28db1a
|
Turn off interrupts when working with the event queue.
|
2018-11-23 11:18:53 -08:00 |
|
Scott Shawcroft
|
6aa0146c72
|
Reset USB peripheral and wait for startup
|
2018-11-23 11:15:39 -08:00 |
|
hathach
|
a1c596490a
|
Merge pull request #13 from hathach/devlocal
add unplugged event for nrf5x
|
2018-11-23 15:28:32 +07:00 |
|
hathach
|
394a22ecf7
|
remove pragma GCC diagnostic
|
2018-11-23 15:25:25 +07:00 |
|
hathach
|
f196b24dce
|
rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS
|
2018-11-23 15:22:46 +07:00 |
|
hathach
|
a619ff88a3
|
rename xfer complete enum
|
2018-11-23 15:17:43 +07:00 |
|
hathach
|
cb8782e5f2
|
rename tusb_event_t to xfer_result_t
|
2018-11-23 15:14:47 +07:00 |
|
hathach
|
e61e9d8b1b
|
nrf5x add DCD_EVENT_UNPLUGGED event
|
2018-11-23 15:05:40 +07:00 |
|
hathach
|
4e8400e6fb
|
more clean up
|
2018-11-22 21:58:06 +07:00 |
|
hathach
|
a1faf5c9cb
|
clean up dcd lpc43xx
|
2018-11-22 21:37:23 +07:00 |
|
hathach
|
569e85a0c0
|
cdc work ok with lpc43xx
|
2018-11-22 17:40:20 +07:00 |
|
hathach
|
60d8cde695
|
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
|
2018-11-22 17:21:07 +07:00 |
|
hathach
|
b20cb8852a
|
build ok
|
2018-11-22 16:49:27 +07:00 |
|
hathach
|
c3c446f7db
|
adding lpc43xx to ses
|
2018-11-22 16:28:01 +07:00 |
|
hathach
|
2edfd5b555
|
Merge pull request #12 from hathach/devlocal
tested samd21 and samd51 with msc ram disk
|
2018-11-22 12:16:26 +07:00 |
|
hathach
|
4314be9aeb
|
msc device block count and block num
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by
tud_msc_capacity_cb() (mandatory callback)
|
2018-11-22 12:11:06 +07:00 |
|
hathach
|
d7e48f307b
|
clean up msc example
|
2018-11-22 11:36:50 +07:00 |
|
hathach
|
bdded75ad9
|
msc works well with samd51
|
2018-11-22 11:32:56 +07:00 |
|
hathach
|
c93765c3bc
|
rename freertos example
|
2018-11-22 11:23:36 +07:00 |
|
hathach
|
42b97d3c25
|
rename example project
|
2018-11-22 11:18:10 +07:00 |
|
hathach
|
d2d833c0ab
|
update freertos ses project
|
2018-11-22 01:04:18 +07:00 |
|