Commit Graph

7 Commits

Author SHA1 Message Date
true 243ae309cf initial USB CDC+HID vendor code merge
merged in example USB CDC + HID code, but removed any comms with actual USART peripheral.

this code is not yet tested. once tested and USB enumerates, work can proceed.
2024-11-06 19:58:23 -08:00
true a903464666 minor cleanup and moves prior to adding USB support 2024-11-06 19:15:40 -08:00
true 50ab3fd036 add schematic 2024-11-06 18:50:14 -08:00
true 6ee4233c2f add fixed auto brightness control option, led brightness options
jumper 1 will set LEDs to a dimmer level.
jumper 2 will disable LEDs entirely.
jumper 3 will turn the addon and USB ports on and off depending on ambient light level. the levels decided are arbitrary and may be updated with further testing.
2024-10-23 04:19:13 -07:00
true 5829bc190d add missing project files 2024-10-23 03:33:38 -07:00
true 5f18010bcd get initial code working
fixed some initial GPIO configuration.
fixed systick interrupt not defined as an interrupt.
fixed any interactions with backup registers causing lockups.
completed RGBLED work.
fixed button handler code.
add currently non-working lightsense code.
2024-10-22 23:06:18 -07:00
true 078f382dcc initial commit of in progress firmware
nearly everything is "implemented" but how well it works, or if it works at all, is unknown.
2024-10-16 23:51:49 -07:00