Dmitry
|
ed77c6eabf
add hid units
|
7 лет назад |
Dmitry
|
4d702d4ae5
update readme
|
7 лет назад |
Dmitry
|
4f20d04e49
fix broken links to the usb.org pages
|
7 лет назад |
Dmitry
|
c280f0649e
add HID mouse as interface to the CDC device
|
7 лет назад |
Dmitry
|
6c48fba355
fix total number endpoints for F429 and F105
|
7 лет назад |
Dmitry
|
78c69759da
fix some usage page names
|
7 лет назад |
Dmitry
|
1b7663020f
add some HID report related macro
|
7 лет назад |
Dmitry
|
cb16933726
add named section for assembly drivers
|
7 лет назад |
Dmitry
|
6bac216a79
add demo code for STM32L433xC
|
7 лет назад |
Dmitry
|
9ee39e862e
add STM32L4x3 and STM32L4x2 support for L052 assembly driver
|
7 лет назад |
Dmitry Filimonchuk
|
11d52c426f
Merge pull request #30 from SushiBits/master
|
7 лет назад |
Max Chan
|
c3933f01c8
Added references to USB IAD
|
7 лет назад |
Dmitry Filimonchuk
|
0092e38f38
Merge pull request #28 from SushiBits/master
|
7 лет назад |
Max Chan
|
de4ea2b039
Quenching fallthrough warnings
|
7 лет назад |
Max Chan
|
2791e5bb4b
Adding STM32L433 driver, modified from STM32L052
|
7 лет назад |
Maxthon Chan
|
ab131dcdfb
Merge pull request #4 from dmitrystu/master
|
7 лет назад |
Dmitry
|
6bbc844931
Add STM32F429 OTGHS support. (FS device mode using internal PHY)
|
7 лет назад |
Dmitry
|
e2b202bb26
Add "externally_visible" attribute for usbd_core entry point and drivers.
|
7 лет назад |
Dmitry Filimonchuk
|
0a31c087a2
Merge pull request #26 from FabianInostroza/max_ep_fix
|
7 лет назад |
Fabián Inostroza
|
b255d2e835
Fix MAX_EP. I though it was the total number of endpoints but by the way it is used in the code shows that it is the number of endpoint pairs (IN/OUT) not counting EP0.
|
7 лет назад |
Fabián Inostroza
|
65dc989108
Add target to flash using dfu-util and the system bootloader.
|
7 лет назад |
Dmitry
|
b9be9f756f
fix linker warning about wchar width.
|
8 лет назад |
Fabián Inostroza
|
a6cdbd15a5
Add support for stm32f105 and stm32f107. Based on the stm32f429 driver.
|
7 лет назад |
Travis Robinson
|
3d2bd32ace
Updates for STM32F103xE
|
8 лет назад |
Dmitry
|
bcb03afef3
upd: update readme.
|
8 лет назад |
Dmitry
|
ab2a6b7b1a
add: add STM32F4x5 STM32F4x7
|
8 лет назад |
Dmitry
|
ed001f28c6
refactor: revise get_next_pma() function
|
8 лет назад |
Dmitry
|
9031d9d809
refactor: replace HW capabilities bitmapped field to getinfo() function call.
|
8 лет назад |
Dmitry
|
811ec90f50
refactor: remove unwanted usb_reset()
|
8 лет назад |
Dmitry
|
720e4aca3b
refactor: remove deprecated usbd_control()
|
8 лет назад |