micropython/extmod
Daniël van de Giessen d014c82826 extmod/nimble: Do not set GAP device name after sync.
Instead, configure the default once at compile-time. This means the GAP
name will no longer be set to default after re-initializing Bluetooth.

Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2023-12-22 16:07:02 +11:00
..
asyncio extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods. 2023-12-20 15:56:23 +11:00
axtls-include
btstack extmod: Switch to use new event functions. 2023-12-08 12:48:50 +11:00
lwip-include
mbedtls extmod/mbedtls: Enable certificate time/date validation by default. 2023-12-01 15:08:11 +11:00
nimble extmod/nimble: Do not set GAP device name after sync. 2023-12-22 16:07:02 +11:00
extmod.cmake extmod: Add lists of libm/libm_dbl source files for ports to use. 2023-12-08 15:39:28 +11:00
extmod.mk extmod: Add lists of libm/libm_dbl source files for ports to use. 2023-12-08 15:39:28 +11:00
font_petme128_8x8.h
machine_adc.c
machine_adc_block.c
machine_bitstream.c
machine_i2c.c extmod: Switch to use new event functions. 2023-12-08 12:48:50 +11:00
machine_i2s.c
machine_mem.c
machine_pinbase.c extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option. 2023-11-30 16:11:11 +11:00
machine_pulse.c
machine_pwm.c
machine_signal.c
machine_spi.c
machine_timer.c
machine_uart.c
machine_wdt.c
misc.h extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 2023-12-22 10:26:52 +11:00
modasyncio.c
modbinascii.c
modbluetooth.c
modbluetooth.h
modbtree.c
modcryptolib.c
moddeflate.c
modframebuf.c
modhashlib.c extmod/modhashlib: Support MD5 with mbedtls 3.x. 2023-12-21 11:30:52 +11:00
modheapq.c
modjson.c
modlwip.c extmod: Switch to use new event functions. 2023-12-08 12:48:50 +11:00
modmachine.c extmod/modmachine: Provide common implementation of disable/enable_irq. 2023-11-30 16:11:11 +11:00
modmachine.h extmod/modmachine: Provide common bindings for 6 bare-metal functions. 2023-11-30 16:11:11 +11:00
modnetwork.c extmod/modnetwork: Add deinit function to NIC protocol. 2023-12-06 17:32:00 +11:00
modnetwork.h extmod/modnetwork: Add deinit function to NIC protocol. 2023-12-06 17:32:00 +11:00
modonewire.c extmod/modonewire: Improve write timings for better reliability. 2023-12-15 17:08:09 +11:00
modos.c extmod/modos: Factor os.dupterm_notify() function to common extmod code. 2023-12-18 12:20:47 +11:00
modplatform.c
modplatform.h
modrandom.c
modre.c
modselect.c extmod/modselect: Handle growing the pollfds allocation correctly. 2023-12-21 11:04:59 +11:00
modsocket.c
modssl_axtls.c
modssl_mbedtls.c extmod/asyncio: Add ssl support with SSLContext. 2023-12-14 12:20:19 +11:00
modtime.c
modtime.h
moductypes.c
modwebrepl.c
modwebsocket.c
modwebsocket.h
mpbthci.c
mpbthci.h
network_cyw43.c extmod: Switch to use new event functions. 2023-12-08 12:48:50 +11:00
network_cyw43.h
network_esp_hosted.c
network_lwip.c
network_ninaw10.c extmod/network_ninaw10: Switch to using soft-timer for polling. 2023-12-06 17:32:21 +11:00
network_wiznet5k.c
os_dupterm.c extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 2023-12-22 10:26:52 +11:00
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c extmod/vfs_lfs: Fix lfs cache_size calculation. 2023-12-22 11:03:23 +11:00
vfs_lfsx_file.c
vfs_posix.c
vfs_posix.h
vfs_posix_file.c
vfs_reader.c
virtpin.c
virtpin.h