dc22-wp-badge-firmware/fw_dc22_stm32l100
true 03376cc654 Initial port of STM32L100 code
This code was originally written for use with the CooCox IDE back in 2014. It uses ST StdPeriphLib (SPL) as opposed to HAL.

I have ported this using the built-in board definition for a board that supports the SPL. After making some small changes (mostly to include paths, but also un-inlining a couple function calls) and removing dead code, it appears to compile cleanly.

Actual binary is untested.
2023-02-11 06:32:15 -08:00
..
.vscode Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
include Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
lib Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
src Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
test Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
.gitignore Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00
platformio.ini Initial port of STM32L100 code 2023-02-11 06:32:15 -08:00