aboutsummaryrefslogtreecommitdiff
path: root/hw/thefreeman/avr32dd20-devkit/anduril.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use BLIP_LEVEL instead of 0 for "blip"sSelene ToyKeeper2023-12-151-0/+1
| | | | | This helps when using a regulator which doesn't like being turned off and back on quickly.
* more ADC / DAC / MCU progress...Selene ToyKeeper2023-11-241-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)
* avr32dd20-devkit: make the defaults a bit more dev friendlySelene ToyKeeper2023-11-221-1/+5
| | | | (realtime voltage colors, and no simple UI by default)
* added *unfinished* support for avr32dd20, plus a build target for a dev kitSelene ToyKeeper2023-11-191-0/+138
ADC doesn't work yet. No voltage, no temperature. I need to do a lot of refactoring on the ADC code. :(