AIOC/stm32/aioc-fw/Src
Simon Kueppers 07d2642bfd Implemented tu_stm32_edpt_number_cb callback for custom mapping of endpoints to hardware, which is required due to isochronous endpoints using both halves of a hardware endpoint 2022-10-31 14:05:22 +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 support for SWO output pin 2022-10-31 14:04:07 +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 tu_stm32_edpt_number_cb callback for custom mapping of endpoints to hardware, which is required due to isochronous endpoints using both halves of a hardware endpoint 2022-10-31 14:05:22 +01:00
usb.h Restructured project 2022-10-20 14:30:14 +02:00
usb_audio.c Added rudimentary speaker output functionality with successful enumeration 2022-10-24 20:36:13 +02:00
usb_audio.h Implemented rudimentary audio microphone function from example 2022-10-23 15:38:44 +02:00
usb_descriptors.c Added rudimentary speaker output functionality with successful enumeration 2022-10-24 20:36:13 +02:00
usb_descriptors.h Added rudimentary speaker output functionality with successful enumeration 2022-10-24 20:36:13 +02:00
usb_serial.c Reverted back to using register access instead of HAL_GPIO_xyz for everything except initialization 2022-10-21 18:49:26 +02:00
usb_serial.h Added more header definitions 2022-10-21 16:55:51 +02:00