Commit Graph

8 Commits

Author SHA1 Message Date
true 4b3dc64c68 Create initial README.md 2023-02-11 07:21:36 -08:00
true 6f946bae8c Add old TODO.txt
This needs to be sorted, updated and Markdown'd.
2023-02-11 07:10:29 -08:00
true df00440ce4 Main firmware minor code cleanup 2023-02-11 07:09:51 -08:00
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