AIOC/stm32/aioc-fw/Src
Simon Kueppers 32c86dcae5 Changed flags to state variable for microphone/speaker and changed buffer level coupling to run only after buffer is intially at target value 2022-12-14 20:05: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 Added some debugging statements 2022-11-13 21:12:56 +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 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.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_audio.c Changed flags to state variable for microphone/speaker and changed buffer level coupling to run only after buffer is intially at target value 2022-12-14 20:05: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 rudimentary speaker output functionality with successful enumeration 2022-10-24 20:36:13 +02:00
usb_descriptors.h USB Audio Class 2.0 volume controls now working 2022-11-13 15:40:05 +01:00
usb_serial.c Changed PTT behaviour and made PTT2 optional since it may interfere with some softwares 2022-12-11 19:43:00 +01:00
usb_serial.h Added more header definitions 2022-10-21 16:55:51 +02:00