You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergey Vlasov fe9bd0afb9
Fix F303 audio output on A4 with the dac_basic driver (#12480)
The dac_basic driver did not work properly with `#define AUDIO_PIN A4`
(instead of configuring the A4 pin, the driver actually was switching
the A5 pin to analog mode, breaking any other usage of that pin in
addition to emitting a distorted signal on the improperly configured
A4 pin).  Fix the code to configure the A4 pin as intended.
5 years ago
..
audio.c Audio system overhaul (#11820) 5 years ago
audio.h Audio system overhaul (#11820) 5 years ago
driver_avr_pwm.h Audio system overhaul (#11820) 5 years ago
driver_avr_pwm_hardware.c Audio system overhaul (#11820) 5 years ago
driver_chibios_dac.h Audio system overhaul (#11820) 5 years ago
driver_chibios_dac_additive.c Audio system overhaul (#11820) 5 years ago
driver_chibios_dac_basic.c Fix F303 audio output on A4 with the dac_basic driver (#12480) 5 years ago
driver_chibios_pwm.h Audio system overhaul (#11820) 5 years ago
driver_chibios_pwm_hardware.c Audio system overhaul (#11820) 5 years ago
driver_chibios_pwm_software.c Audio system overhaul (#11820) 5 years ago
luts.c clang-format changes 6 years ago
luts.h Change include guards in quantum/ to pragma once (#11239) 5 years ago
muse.c clang-format changes 6 years ago
muse.h Change include guards in quantum/ to pragma once (#11239) 5 years ago
musical_notes.h Audio system overhaul (#11820) 5 years ago
song_list.h Allow for user song list (#9281) 5 years ago
voices.c Audio system overhaul (#11820) 5 years ago
voices.h Audio system overhaul (#11820) 5 years ago