micropython/ports
Damien George 95c614e2b6 esp32/machine_hw_spi: Use auto DMA channel on S2, S3, C3 chips.
Auto DMA channel is supported in IDF v4.4, and is required to be used on S3
chips, so use this simpler configuration option where possible.

Fixes issue #8634.

Signed-off-by: Damien George <damien@micropython.org>
2022-10-04 17:43:48 +11:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
esp32 esp32/machine_hw_spi: Use auto DMA channel on S2, S3, C3 chips. 2022-10-04 17:43:48 +11:00
esp8266 top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
mimxrt py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
minimal tests/frozen: Move frozentest.mpy from ports/ to tests/. 2022-09-19 23:51:10 +10:00
nrf py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
pic16bit py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
powerpc tests/frozen: Move frozentest.mpy from ports/ to tests/. 2022-09-19 23:51:10 +10:00
qemu-arm py/objstr: Add hex/fromhex to bytes/memoryview/bytearray. 2022-08-12 12:44:30 +10:00
renesas-ra py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
rp2 top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
samd py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
stm32 stm32/boards/NUCLEO_L152RE: Add NUCLEO-L152RE board support. 2022-09-25 23:56:41 +10:00
teensy py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
unix top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
webassembly javascript: Rename this port to 'webassembly'. 2022-08-22 12:03:39 +01:00
windows all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
zephyr py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00