micropython/extmod
Damien George a9384c71c5 extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.
The cyw43-driver now provides the Bluetooth initialisation code, making
`drivers/cyw43/cywbt.c` obsolete.  To use the new code a port must enable
the `CYW43_ENABLE_BLUETOOTH_OVER_UART` option.

Some ports have yet to migrate to the new code, so in the meantime they can
explicitly add the old source to their source list and continue to use it
without change.

Signed-off-by: Damien George <damien@micropython.org>
2025-04-08 23:52:16 +10:00
..
asyncio
axtls-include
berkeley-db
btstack
libmetal
lwip-include
mbedtls
nimble
extmod.cmake rp2,esp32,extmod: Implement UPDATE_SUBMODULES in CMake. 2025-03-27 17:51:12 +11:00
extmod.mk extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers. 2025-04-08 23:52:16 +10:00
font_petme128_8x8.h
machine_adc_block.c
machine_adc.c
machine_bitstream.c
machine_i2c.c
machine_i2s.c
machine_mem.c
machine_pinbase.c
machine_pulse.c
machine_pwm.c
machine_signal.c
machine_spi.c
machine_timer.c
machine_uart.c
machine_usb_device.c
machine_wdt.c
misc.h
modasyncio.c
modbinascii.c
modbluetooth.c
modbluetooth.h
modbtree.c
modcryptolib.c
moddeflate.c extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail. 2025-03-27 11:58:59 +11:00
modframebuf.c
modhashlib.c
modheapq.c
modjson.c
modlwip.c
modmachine.c
modmachine.h
modmarshal.c
modnetwork.c
modnetwork.h
modonewire.c
modopenamp_remoteproc_store.c
modopenamp_remoteproc.c
modopenamp_remoteproc.h
modopenamp.c
modopenamp.h
modos.c
modplatform.c
modplatform.h
modrandom.c
modre.c
modselect.c
modsocket.c
modtime.c
modtime.h
modtls_axtls.c
modtls_mbedtls.c
moductypes.c
modvfs.c
modwebrepl.c
modwebsocket.c
modwebsocket.h
mpbthci.c
mpbthci.h
network_cyw43.c
network_cyw43.h
network_esp_hosted.c
network_lwip.c
network_ninaw10.c
network_ppp_lwip.c
network_wiznet5k.c
os_dupterm.c
vfs_blockdev.c
vfs_fat_diskio.c
vfs_fat_file.c
vfs_fat.c
vfs_fat.h
vfs_lfs.c
vfs_lfs.h
vfs_lfsx_file.c
vfs_lfsx.c
vfs_posix_file.c
vfs_posix.c
vfs_posix.h
vfs_reader.c
vfs_rom_file.c
vfs_rom.c extmod/vfs_rom: Implement minimal VfsRom.getcwd() method. 2025-03-27 17:04:12 +11:00
vfs_rom.h
vfs.c extmod/vfs: Return mount table from no-args vfs.mount call. 2025-03-27 16:37:04 +11:00
vfs.h
virtpin.c
virtpin.h