micropython/extmod
Damien George 9e0533b9e1 extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
The SoftSPI constructor is now used soley to create SoftSPI instances, it
can no longer delegate to create a hardware-based SPI instance.

Signed-off-by: Damien George <damien@micropython.org>
2020-10-01 12:57:10 +10:00
..
axtls-include
btstack extmod/modbluetooth: Implement MTU. 2020-09-18 12:51:21 +10:00
crypto-algorithms
lwip-include
nimble extmod/modbluetooth: Implement MTU. 2020-09-18 12:51:21 +10:00
re1.5
uasyncio
uzlib
webrepl all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
extmod.mk
machine_i2c.c extmod/machine_i2c: Remove "id" arg in SoftI2C constructor. 2020-10-01 12:57:10 +10:00
machine_i2c.h extmod/machine_i2c: Rename type to SoftI2C and add custom print method. 2020-10-01 12:57:10 +10:00
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c extmod/machine_spi: Remove "id" arg in SoftSPI constructor. 2020-10-01 12:57:10 +10:00
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Change module-owned bytes objects to memoryview. 2020-09-25 12:23:11 +10:00
modbluetooth.h extmod/modbluetooth: Implement MTU. 2020-09-18 12:51:21 +10:00
modbtree.c
modframebuf.c
modlwip.c
modonewire.c
moduasyncio.c
modubinascii.c
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
modurandom.c
modure.c extmod/modure: Allow \\ in re.sub replacements. 2020-09-30 23:18:34 +10:00
moduselect.c
modussl_axtls.c extmod/modussl_axtls: Reduce size of code that makes exception. 2020-09-11 10:22:19 +10:00
modussl_mbedtls.c
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c
modwebrepl.c
mpbthci.c extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00
mpbthci.h extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00
network_cyw43.c
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 2020-09-23 16:23:35 +10:00
vfs.h
vfs_blockdev.c
vfs_fat.c all: Rename absolute time-based functions to include "epoch". 2020-09-18 17:20:34 +10:00
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c all: Rename absolute time-based functions to include "epoch". 2020-09-18 17:20:34 +10:00
vfs_lfs.h
vfs_lfsx.c all: Rename absolute time-based functions to include "epoch". 2020-09-18 17:20:34 +10:00
vfs_lfsx_file.c
vfs_posix.c extmod/vfs: Support larger integer range in VFS stat time fields. 2020-09-01 12:36:28 +10:00
vfs_posix.h
vfs_posix_file.c
vfs_reader.c
virtpin.c
virtpin.h