micropython/extmod
Damien George af6d2845fa extmod/network_wiznet5k: Extract SPI transfer function dynamically.
Instead of using the fixed machine_spi_type entity to get the SPI transfer
function, this transfer function is now extracted dynamically from the type
of the SPI object.

This allows the SPI object used to communicate with the WIZNET5K hardware
to be SoftSPI or hardware SPI, or anything that has the SPI protocol (at
the C level).

Signed-off-by: Damien George <damien@micropython.org>
2022-08-10 14:01:58 +10:00
..
axtls-include
btstack extmod/btstack: Fix descriptor discovery handle range and events. 2022-07-20 17:01:37 +10:00
lwip-include
nimble extmod/nimble: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:14 +10:00
uasyncio extmod/uasyncio: Handle gather with no awaitables. 2022-07-26 18:16:19 +10:00
webrepl extmod/webrepl: Allow the page to run from the device (over HTTP). 2022-07-23 12:43:08 +10:00
extmod.cmake extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
extmod.mk extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
font_petme128_8x8.h
machine_bitstream.c
machine_bitstream.h
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_pwm.c
machine_pwm.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Add support for running sync irq on system thread. 2022-07-22 17:38:15 +10:00
modbluetooth.h
modbtree.c extmod/modbtree: Use buffer protocol for keys/values. 2022-06-21 00:44:49 +10:00
modframebuf.c
modlwip.c extmod/modlwip: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
modnetwork.c extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:25 +10:00
modnetwork.h
modonewire.c
moduasyncio.c
modubinascii.c
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c py/parsenum: Optimise when building with complex disabled. 2022-06-23 11:46:47 +10:00
moduos.c
moduplatform.c
moduplatform.h
modurandom.c
modure.c
moduselect.c
modusocket.c
modussl_axtls.c
modussl_mbedtls.c extmod/modussl_mbedtls: Set a more sensible default debug log level. 2022-08-06 00:11:46 +10:00
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c
modwebrepl.c
mpbthci.c
mpbthci.h
network_cyw43.c extmod/network_cyw43: Add hostname config option. 2022-08-06 00:30:57 +10:00
network_cyw43.h
network_ninaw10.c extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2022-07-21 16:21:50 +10:00
network_wiznet5k.c extmod/network_wiznet5k: Extract SPI transfer function dynamically. 2022-08-10 14:01:58 +10:00
ntptime.py extmod/ntptime: Factor out ntptime module from esp8266 port. 2022-08-06 00:08:32 +10:00
uos_dupterm.c extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
utime_mphal.c
utime_mphal.h
vfs.c py/modio: Remove FileIO and TextIOWrapper from io module. 2022-07-26 17:58:01 +10:00
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c py/modio: Remove FileIO and TextIOWrapper from io module. 2022-07-26 17:58:01 +10:00
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c
vfs_lfsx_file.c
vfs_posix.c py/modio: Remove FileIO and TextIOWrapper from io module. 2022-07-26 17:58:01 +10:00
vfs_posix.h
vfs_posix_file.c py/modio: Remove FileIO and TextIOWrapper from io module. 2022-07-26 17:58:01 +10:00
vfs_reader.c
virtpin.c
virtpin.h