micropython/ports
Andrew Leech fffaf8a41f extmod/modnetwork: Consolidate definition of common drivers.
Most extmod network drivers were being defined on a per-port basis,
duplicating code and making enabling a driver on a new port harder.

This consolidates extmod driver declarations and removes the existing
per-port definitions of them.

This commit has been verified to be a no-op in terms of firmware change.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-10 11:20:38 +10:00
..
alif extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32: Update ADC driver update to the new esp_adc API. 2025-06-05 17:01:51 +10:00
esp8266 esp8266/main: Print error information on crash-induced reboots. 2025-06-04 22:35:39 +10:00
mimxrt extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
minimal all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
nrf ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
pic16bit all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
powerpc all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
qemu all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
renesas-ra extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
rp2 extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
samd ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
stm32 extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
unix unix/coverage: Add coverage test for mp_sched_schedule_node. 2025-06-04 11:31:12 +10:00
webassembly all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
windows all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
zephyr extmod/modbluetooth: Add timeout to deinit. 2025-06-04 02:21:32 +10:00