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
2024-09-18 13:29:20 +02:00
..
.settings Initial commit of firmware project. Switching on LEDs 2022-10-16 22:49:18 +02:00
Drivers Initial commit of firmware project. Switching on LEDs 2022-10-16 22:49:18 +02:00
Inc Implemented functionality of hardware input pins on PB6/PB7 2024-09-18 13:29:20 +02:00
Middlewares/Third-Party Switched from our own tinyusb bugfix branch to official 0.16.0 release 2023-12-30 15:07:49 +01:00
Src Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02:00
.cproject Added post-build script to add dfu-suffix to the firmware binary. This removes the error about missing DFU suffix when running dfu-util. 2023-03-11 12:19:40 +01:00
.gitignore Initial commit of firmware project. Switching on LEDs 2022-10-16 22:49:18 +02:00
.project Converted from Atollic to STM32CubeIde project 2022-10-31 14:07:42 +01:00
makefile.targets Added post-build script to add dfu-suffix to the firmware binary. This removes the error about missing DFU suffix when running dfu-util. 2023-03-11 12:19:40 +01:00
stm32f30_flash.ld Moved flash definitions into linker file and added explicit invalidation into the programming file. This way the user configuration is lost on each firmware upgrade. Although inconvenient, it's required for now since settings might not be compatible between versions 2023-12-31 16:08:20 +01:00