Simon Kueppers
|
c0fbd8c746
|
Made Virtual COS/PTT configurable via new configuration interface
|
2023-12-31 16:06:35 +01:00 |
Simon Kueppers
|
4d08129d49
|
Modified the CM108 HID report descriptor and set all button presses to unassigned function so as to not interfere with the host system
|
2023-12-30 15:12:26 +01:00 |
Simon Kueppers
|
8345f991ec
|
Added configurability of USB VID:PID (issue #46)
|
2023-12-30 15:07:49 +01:00 |
Aaron Griffith
|
18e4ad7a13
|
Added DFU runtime implementation to reboot into on-board DFU bootloader, thus new software can be flashed without the BOOT0 jumper over USB.
|
2023-03-11 10:45:57 +01:00 |
Simon Kueppers
|
cd458b49bb
|
Modeled descriptor exactly after CM108 instead of generic 4 bytes unassigned input/output so that the USB hid host driver will actually start polling the interrupt endpoint
|
2023-02-26 14:58:16 +01:00 |
Simon Kueppers
|
6e77ea22ae
|
Initial commit for CM108 style HID endpoint PTT support
|
2023-02-23 16:12:03 +01:00 |
Simon Kueppers
|
74cedb33e0
|
Switched to new VID:PID from https://pid.codes. Big thanks!
|
2023-01-15 15:22:47 +01:00 |
Simon Kueppers
|
0baac1e155
|
Fixed return type mismatch in descriptor function
|
2023-01-08 15:33:26 +01:00 |
Simon Kueppers
|
c9cf9b86ed
|
Cleaned up various files
|
2023-01-05 19:47:27 +01:00 |
Simon Kueppers
|
a0b3e0c968
|
Implemented USB serial number derived from STM32 unique ID and added several string descriptors for the audio device
|
2023-01-05 19:23:54 +01:00 |
Simon Kueppers
|
f2a99edbc4
|
Added rudimentary speaker output functionality with successful enumeration
|
2022-10-24 20:36:13 +02:00 |
Simon Kueppers
|
3144a881fe
|
Implemented rudimentary audio microphone function from example
|
2022-10-23 15:38:44 +02:00 |
Simon Kueppers
|
0d88855481
|
Implemented CDC to USART bridge
|
2022-10-20 16:59:46 +02:00 |
Simon Kueppers
|
ee39e0aebc
|
Added TinyUSB stack and implemented simple dual-CDC example
|
2022-10-17 21:19:09 +02:00 |