qmk_firmware/platforms/chibios
Nebuleon a5e33b1c28
Allow the user to select one tone for the additive DAC (#21591)
Previously, if the user tried to use `#define AUDIO_MAX_SIMULTANEOUS_TONES 1` to conserve CPU time, their firmware would fail to build with this error:

```
platforms/chibios/drivers/audio_dac_additive.c:91:73: error: excess elements in array initializer [-Werror]
   91 | static float   active_tones_snapshot[AUDIO_MAX_SIMULTANEOUS_TONES] = {0, 0};
      |                                                                          ^
```

This also affected the preset `#define AUDIO_DAC_QUALITY_VERY_HIGH`, which called up only one simultaneous tone at 88200 Hz.
2023-07-23 11:44:41 +01:00
..
boards STM32H723 support (#21352) 2023-06-28 13:07:14 +10:00
bootloaders drivers: remove direct quantum.h includes (#21473) 2023-07-09 20:03:50 +10:00
converters Duplicate board files for blok converter (#20629) 2023-05-22 07:04:19 +01:00
drivers Allow the user to select one tone for the additive DAC (#21591) 2023-07-23 11:44:41 +01:00
vendors/RP Consolidate KEYBOARD_OUTPUT+KEYMAP_OUTPUT=>INTERMEDIATE_OUTPUT (#21272) 2023-06-21 08:41:49 +10:00
_pin_defs.h
_timer.h
_wait.c
_wait.h
atomic_util.h Fix quantum ring_buffer for ChibiOS (#19683) 2023-01-28 21:07:51 +00:00
bootloader.mk Remove bootloader logic from mcu_selection.mk (#20150) 2023-03-18 21:19:26 +00:00
chibios_config.h STM32H723 support (#21352) 2023-06-28 13:07:14 +10:00
config.h Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 2023-06-23 20:31:25 +01:00
flash.mk Merge upstream changes to uf2conv (#19993) 2023-03-03 10:26:37 +11:00
gd32v_compatibility.h
gpio.h
hardware_id.c Fix some rp2040 hardware ID errors (#18617) 2022-10-06 00:36:48 +01:00
mcu_selection.mk STM32H723 support (#21352) 2023-06-28 13:07:14 +10:00
platform.c
platform.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 2023-06-23 20:31:25 +01:00
platform_deps.h
sleep_led.c Get rid of USB_LED_CAPS_LOCK (#21436) 2023-07-06 09:48:02 +01:00
suspend.c [Bug] Fix non-functional S3 wakeup / resume from suspense (#19780) 2023-06-26 23:55:52 +02:00
synchronization_util.c
syscall-fallbacks.c
timer.c
wait.c platfoms: chibios: wait: only define the frequency (#21115) 2023-06-02 14:41:05 -07:00