0
mirror of https://github.com/skuep/AIOC.git synced 2024-12-12 15:05:36 +00:00
ham-radio-all-in-one-cable/stm32/aioc-fw/Src
2024-09-18 13:29:20 +02:00
..
cos.h Implemented functionality of hardware input pins on PB6/PB7 2024-09-18 13:29:20 +02:00
io.c Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02:00
io.h Implemented functionality of hardware input pins on PB6/PB7 2024-09-18 13:29:20 +02: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 functionality of hardware input pins on PB6/PB7 2024-09-18 13:29:20 +02:00
settings.c Overhauled HID configuration interface due to issues with using report_ids on Windows 2024-09-18 13:29:20 +02:00
settings.h Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02: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_audio.c Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02: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 Overhauled HID configuration interface due to issues with using report_ids on Windows 2024-09-18 13:29:20 +02: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 Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02: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 Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02: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
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