AIOC/stm32/aioc-fw/Src
Simon Kueppers cd47d69fe1 Implemented first preview of automatic PTT and COS assertion 2023-12-30 15:12:26 +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 Implemented settings module for storing AIOC settings in a register map format 2023-12-30 15:07:49 +01:00
ptt.h Implemented settings module for storing AIOC settings in a register map format 2023-12-30 15:07:49 +01:00
settings.c Added configurability of USB VID:PID (issue #46) 2023-12-30 15:07:49 +01:00
settings.h Added configurability of USB VID:PID (issue #46) 2023-12-30 15:07:49 +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 Implemented first preview of automatic PTT and COS assertion 2023-12-30 15:12:26 +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 configurability of USB VID:PID (issue #46) 2023-12-30 15:07:49 +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 Added functionality to send back HID button presses to host 2023-12-30 15:12:26 +01:00
usb_hid.h Added functionality to send back HID button presses to host 2023-12-30 15:12:26 +01:00
usb_serial.c Added functionality to send back linestate reports to host. This is currently not working correctly 2023-12-30 15:12:26 +01:00
usb_serial.h Added functionality to send back linestate reports to host. This is currently not working correctly 2023-12-30 15:12:26 +01:00