summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/audio_dac_additive.c
AgeCommit message (Expand)Author
2023-12-12dac_additive: Decouple the buffer length from the waveform length (#22276)Nebuleon
2023-09-25Reduce popping during audio initialization using the additive DAC (#21642)Nebuleon
2023-09-25Optimize the additive DAC code, fixing performance-related hangs (#21662)Nebuleon
2023-07-26Remove needless precision in additive DAC sample generation (#21498)Nebuleon
2023-07-26Fix stuck note with square wave in additive DAC (#21589)Nebuleon
2023-07-23Allow the user to select one tone for the additive DAC (#21591)Nebuleon
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-04-05Disable specific warnings to mitigate compilation problems with `KEEP_INTERME...Nick Brassel
2023-01-20Fix functions with empty params (#19647)Ryan
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-10-06Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre