hathach
|
c42edc080c
|
Merge branch 'master' into develop
|
2019-10-09 11:03:55 +07:00 |
|
Kamil Tomaszewski
|
0cea82568c
|
Disable/enable only USB interrupt
|
2019-10-08 09:58:56 +02:00 |
|
Kamil Tomaszewski
|
9923604221
|
Send SUSPEND and RESUME signals
|
2019-10-07 14:04:48 +02:00 |
|
Kamil Tomaszewski
|
b3872febe2
|
Disable/enable interrupt
|
2019-10-07 14:03:02 +02:00 |
|
Kamil Tomaszewski
|
0747c4b61b
|
Add Spresense board
|
2019-10-04 13:19:34 +02:00 |
|
hathach
|
281cd858b0
|
adding lpc1549, but couldnt recieve setup packet, though setup received interrupt is triggered
|
2019-10-04 15:56:45 +07:00 |
|
hathach
|
820a3705f5
|
Merge branch 'master' into develop
|
2019-10-02 12:13:47 +07:00 |
|
hathach
|
0673be7724
|
ported stm32f1, tested with f103 blue pill
|
2019-10-02 12:01:34 +07:00 |
|
Nathan Conrad
|
1e193212d7
|
Add testcase for EP0 stall recovery to USBTMC test script.
|
2019-10-02 00:31:47 -04:00 |
|
Nathan Conrad
|
e5f38e3e86
|
Remove references to EP kind.
|
2019-10-02 00:11:16 -04:00 |
|
Nathan Conrad
|
838cfe02c1
|
Merge remote-tracking branch 'origin/master' into ST_FSDEV_EP0
|
2019-10-02 00:09:07 -04:00 |
|
hathach
|
d27291f288
|
Merge branch 'master' into develop
|
2019-09-30 14:45:34 +07:00 |
|
Nathan Conrad
|
4ccdc5522d
|
Fix typo of CFG_TUD_ENDOINT0_SIZE.
|
2019-09-27 12:41:46 -04:00 |
|
hathach
|
6183dbd0ce
|
add -Wextra for more warnings to example
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
2019-09-27 00:15:43 +07:00 |
|
Nathan Conrad
|
f19082f02d
|
Reset TX and RX endpoints to NAK when receiving setup packet.
|
2019-09-25 20:55:15 -04:00 |
|
Nathan Conrad
|
048e0448c0
|
ST FSDEV:Remove setting the EP kind, as I think it was causing issues during enumeration (sometimes). Also move a membar.
|
2019-09-25 20:54:59 -04:00 |
|
hathach
|
7ba8e81852
|
Merge pull request #177 from cr1901/fifo-fix
dcd_synopsys: Fix off-by-one error in FIFO allocation.
|
2019-09-22 11:38:54 +07:00 |
|
William D. Jones
|
108f756e22
|
dcd_synopsys: Fix off-by-one error in FIFO allocation.
|
2019-09-21 23:01:06 -04:00 |
|
Nathan Conrad
|
ce9f133d25
|
FSDEV: go to NAK when unstalling; on reset, set EP0 to NAK, prioritize reset interrupt, fix small typos.
|
2019-09-21 12:00:04 -04:00 |
|
hathach
|
94c9cf0eff
|
doc update
|
2019-09-20 16:14:35 +07:00 |
|
hathach
|
7b2f8cc73a
|
added stm32 L0 support
close #125
|
2019-09-20 13:49:33 +07:00 |
|
Nathan Conrad
|
525b4cdb72
|
Use ESOF for wakeup timing.
|
2019-09-19 09:51:40 -04:00 |
|
Nathan Conrad
|
642afeea8b
|
s/static const/define/
|
2019-09-19 09:30:16 -04:00 |
|
Nathan Conrad
|
85623584f9
|
Remove debug assertions.
|
2019-09-19 09:24:52 -04:00 |
|
Nathan Conrad
|
5fcc1468eb
|
Merge branch 'master' into fsdev_smallPacket
|
2019-09-19 09:16:48 -04:00 |
|
Nathan Conrad
|
89ffe78f84
|
ST FSDEV: No need to always reset the interrupt priority, also add some synchronization primitives after disabling interrupts.
|
2019-09-16 22:56:17 -04:00 |
|
Nathan Conrad
|
a33a854793
|
Include board header file... :X
|
2019-09-16 20:56:57 -04:00 |
|
Nathan Conrad
|
d341337c6a
|
Implement remote wakeup + perhaps better sleep?
|
2019-09-16 20:25:50 -04:00 |
|
Nathan Conrad
|
6b9783cead
|
s/unsigned int/uint32_t/
|
2019-09-16 09:20:15 -04:00 |
|
hathach
|
0c70948d0d
|
Merge pull request #163 from hathach/develop
fix #143
|
2019-09-16 16:37:27 +07:00 |
|
hathach
|
a37d2d64be
|
fix #143
|
2019-09-16 13:32:47 +07:00 |
|
Nathan Conrad
|
05c13342a3
|
Implement EP with size <64.
|
2019-09-15 23:51:42 -04:00 |
|
Nathan Conrad
|
18303e742e
|
Covert macros to inline functions.
|
2019-09-15 23:46:03 -04:00 |
|
Nathan Conrad
|
ae873a709e
|
Wrote TX instead of RX.
|
2019-09-15 23:33:36 -04:00 |
|
Nathan Conrad
|
4ea212a432
|
This demonstrates that I don't pre-build things before committing them... oops.
|
2019-09-13 23:52:43 -04:00 |
|
Nathan Conrad
|
c831311a12
|
Off-by-one error in Synopsys assertions. (and move some braces to their own lines.
|
2019-09-13 23:38:58 -04:00 |
|
hathach
|
986beda9eb
|
adding stm32l4 support, board test run with stm32l476disco, usb doens't work yet
|
2019-09-13 11:22:44 +07:00 |
|
hathach
|
ff7261600c
|
ported stm32f2, added board stm32f207zg nucleo
close #127
|
2019-09-12 10:41:03 +07:00 |
|
Nathan Conrad
|
d3507b0787
|
Merge remote-tracking branch 'origin/master' into stfsdev_cleanups
|
2019-09-11 20:36:48 -04:00 |
|
Nathan Conrad
|
3326b9d008
|
Use types with explicit bit widths.
|
2019-09-11 20:33:47 -04:00 |
|
hathach
|
7f166d860d
|
stm32f7 work with dcd synopsis
close #124
|
2019-09-11 22:48:07 +07:00 |
|
Nathan Conrad
|
7b93177890
|
Use TU_VERIFY_STATIC, use more uint instead of uint8_t/uint16_t. Create reg16_clear_bits function to reduce typec conversion warnings.
|
2019-09-11 09:45:48 -04:00 |
|
Nathan Conrad
|
784dc52b62
|
Update header comments.
|
2019-09-11 09:44:25 -04:00 |
|
Nathan Conrad
|
4cf2b30759
|
Fix bug where the EPREGs were not being initialized as expected.
|
2019-09-11 09:43:57 -04:00 |
|
hathach
|
678ba586df
|
Merge pull request #122 from cr1901/synopsys
Synopsys Refactor
|
2019-09-11 10:37:49 +07:00 |
|
Nathan Conrad
|
4f6bedeac9
|
Rename the STM32 MCU options.
|
2019-09-10 12:57:43 -04:00 |
|
Nathan Conrad
|
23d39f2b15
|
Remove OPT_MCU_STM for L and G series.
|
2019-09-10 12:13:36 -04:00 |
|
Nathan Conrad
|
65e72de7ce
|
Move interrupt handler into device driver, and rename the OPT_MCU_STM32 constants.
|
2019-09-10 09:35:52 -04:00 |
|
Nathan Conrad
|
49c58be4ce
|
Fix silly typo in the F3xx support.
|
2019-09-10 01:31:14 -04: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 |
|