Commit Graph

5 Commits

Author SHA1 Message Date
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
true 1182c9b578 Rename ATTINY88 firmware directory (again)
I think I've settled on a filename structure
2023-02-11 06:29:53 -08:00
true dfdcebb0d9 Add datasheets
Datasheets for various parts used in the project.
2023-02-11 05:01:58 -08:00
true b8b9c3b7dc Rename ATTINY88 firmware directory 2023-02-11 05:01:37 -08:00
true 08102c2bcd Initial commit of tweaked ATtiny88 code
Only some minor cleanup performed. Builds fine with AS7 but is otherwise untested.
2023-02-11 04:47:30 -08:00