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
|
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 |
|
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
|
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 |
|
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
|
3326b9d008
|
Use types with explicit bit widths.
|
2019-09-11 20:33:47 -04: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 |
|
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 |
|
Nathan Conrad
|
f7b0aeec52
|
Start clock on F0 and F0, and handle USB interrupts.
|
2019-09-09 19:20:26 -04:00 |
|
Nathan Conrad
|
d1976a30b3
|
Update F3 BSP and create F070RB BSP. Both are untested (but compile).
|
2019-09-09 16:14:38 -04:00 |
|
Nathan Conrad
|
5ec59c2a30
|
Add STM32 FSDEV driver.
|
2019-09-09 14:55:39 -04:00 |
|