summaryrefslogtreecommitdiff
path: root/src/drivers/samd.cpp
AgeCommit message (Collapse)Author
2024-10-01Support a minor version in the SAMD firmwarejacqueline
2024-07-24Add a settings screen with power+battery infojacqueline
Mostly for debugging, but also u can toggle fast charging off and on now
2024-05-15Support setting the samd charge ratejacqueline
We default to the fast one, and do not try setting the charge rate bit on older samd versions
2024-05-02move driver includes into a subdir as welljacqueline
2024-04-08Warn and block MSC disable if the sd card is busyjacqueline
2024-03-14Use a simpler method of determining charge statusjacqueline
idk why the smarter way of doing it doesn't work reliably, but im sick of it
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2023-12-22Support changing the usb msc statejacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-09-08Support retries for samd and touchwheel i2cjacqueline
2023-09-05Be tolerant of SAMD timeoutsjacqueline
2023-08-20Add an app console triggered shutdownjacqueline
2023-08-18Add interrupts for samd changesjacqueline
2023-08-18Fix no battery detectionjacqueline
2023-08-18Support app console commands for the samdjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-05-24reuse annotate new filesjacqueline
2023-05-18Add basic samd classjacqueline