aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* Add a bunch. Neglected doing commits.HEADmainJosh Rahm2025-09-30
* Cleaned up GPIO code quite a bit.Josh Rahm2024-12-08
* Add way to toggle the default pattern and a way to switch the pattern.Josh Rahm2024-12-07
* Proper timing for leds using systick and interrupts.Josh Rahm2024-12-04
* Implemented listener system for systick.Josh Rahm2024-12-04
* Basic interrupts are working.Josh Rahm2024-12-04
* Small fixes for the difference between RGB and GRB data formats.Josh Rahm2024-12-03
* Fix butchered main file.Josh Rahm2024-12-03
* Basic Christmas light implementation!Josh Rahm2024-12-03
* Implement basic LEDs checkpoint.Josh Rahm2024-11-30
* Got the DMA to work! (That was surprisingly easy).Josh Rahm2024-11-27
* Some SPI is working, a bit. Still no clock, but I'm about to give up on that.Josh Rahm2024-11-27
* System clock is sort of working.Josh Rahm2024-11-17
* Cleanup and get the program to a basic Hello, World program.Josh Rahm2024-11-16
* Minor changes to exception handling.Josh Rahm2024-11-16
* Move exc and nmi handlers to their own files.Josh Rahm2024-11-16
* Add panic functionJosh Rahm2024-11-16
* Properly link against picolibc.Josh Rahm2024-11-16
* UART is working.Josh Rahm2024-11-15