circuitpython/ports
Jeff Epler 775addafd3 audiocore: remove support for "single buffer"
This is only needed on samd51, and most of the complexity can be
implemented just once instead of in each audio sample type.

This saves 968 bytes flash on feather rp2350. More importantly,
it'll save some fraction as much on samd21 where stereo audio output
is not supported at all (but savings will be less overall because
fewer audiosample types are available)

Other builds besides raspberrypi are broken & raspberrypi is not even
tested.
2024-12-09 09:26:19 -06:00
..
analog Move configuration from board.c to supervisor/port.c (non-MCU specific) and peripherals/max32690 (mcu-specific) 2024-11-27 11:55:42 -08:00
atmel-samd audiocore: remove support for "single buffer" 2024-12-09 09:26:19 -06:00
broadcom Fix gcc version on broadcom again 2024-11-01 15:04:11 -05:00
cxd56 address review 2024-09-29 22:37:11 -04:00
espressif espressif: Allow mbedtls data in psram if available 2024-12-04 14:40:10 -06:00
litex these ports currently use older gcc versions 2024-11-01 14:22:20 -05:00
mimxrt10xx address review 2024-09-29 22:37:11 -04:00
nordic improve _bleio.Connection.bind() doc, validation, and error messages 2024-10-18 19:29:54 -04:00
raspberrypi audiocore: remove support for "single buffer" 2024-12-09 09:26:19 -06:00
renode Avoid crashing when display components are deinitialized 2024-08-28 09:44:02 -05:00
silabs address review 2024-09-29 22:37:11 -04:00
stm more meowbit disabling and fix typo 2024-10-27 10:12:23 -04:00
unix Merge pull request #9756 from jepler/synthio-blockbiquad 2024-11-10 17:43:58 -06:00