AIOC/stm32/aioc-fw/Src
Simon Kueppers 036085944b Improved automatic USB reset feature so that dfu-util does not report an error while detaching the device 2023-03-12 21:44:55 +01:00
..
led.c Correct query of timer clock 2022-10-31 14:03:04 +01:00
led.h Changed LED indicator meaning 2022-10-21 17:03:51 +02:00
main.c Improved automatic USB reset feature so that dfu-util does not report an error while detaching the device 2023-03-12 21:44:55 +01:00
ptt.h Fixed wrong usage of write-only BSRR and BRR GPIO registers 2023-02-26 14:58:16 +01:00
startup_stm32f302xc.s Initial commit of firmware project. Switching on LEDs 2022-10-16 22:49:18 +02:00
system_stm32f3xx.c Initial commit of firmware project. Switching on LEDs 2022-10-16 22:49:18 +02:00
usb.c Improved automatic USB reset feature so that dfu-util does not report an error while detaching the device 2023-03-12 21:44:55 +01:00
usb.h Improved automatic USB reset feature so that dfu-util does not report an error while detaching the device 2023-03-12 21:44:55 +01:00
usb_audio.c Added Support for 16 kHz sample rate as well, specifically for direwolf on ARM computers (divides sample rate by 3 by default) 2023-02-24 15:54:06 +01:00
usb_audio.h Implemented USB Audio Class 2.0 measure against buffer drift by very loosely coupling buffer fill level to the feedback value 2022-11-13 21:12:33 +01:00
usb_descriptors.c 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
usb_descriptors.h 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
usb_dfu.c Improved automatic USB reset feature so that dfu-util does not report an error while detaching the device 2023-03-12 21:44:55 +01:00
usb_dfu.h 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
usb_hid.c Implemented CM108-like feedback on interrupt endpoint, whenever a GPIO state changes (which currently happens only if the GPIO output register is being written) 2023-02-26 14:58:16 +01:00
usb_hid.h Initial commit for CM108 style HID endpoint PTT support 2023-02-23 16:12:03 +01:00
usb_serial.c Fixed wrong interrupt in NVIC_SetPriority call 2023-03-12 12:34:39 +01:00
usb_serial.h Separated PTT control into separate header file 2023-02-23 16:09:39 +01:00