aboutsummaryrefslogtreecommitdiff
path: root/hw/thefreeman/avr32dd20-devkit/anduril.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-15use BLIP_LEVEL instead of 0 for "blip"sSelene ToyKeeper1-0/+1
This helps when using a regulator which doesn't like being turned off and back on quickly.
2023-11-24more ADC / DAC / MCU progress...Selene ToyKeeper1-23/+2
- fixed t1616 Vref values getting clobbered sometimes, wrapped setting those in a #define'd function for ease and consistency - moved some DAC definitions from hw/ to arch/ to reduce repetition - fixed thefreeman's other builds - switched from PWM_TOPS to PWM2_LEVELS (I'm trying to phase out _TOPS)
2023-11-22avr32dd20-devkit: make the defaults a bit more dev friendlySelene ToyKeeper1-1/+5
(realtime voltage colors, and no simple UI by default)
2023-11-19added *unfinished* support for avr32dd20, plus a build target for a dev kitSelene ToyKeeper1-0/+138
ADC doesn't work yet. No voltage, no temperature. I need to do a lot of refactoring on the ADC code. :(