micropython/extmod
Jim Mussared cddb90e8b0 extmod/modbluetooth_nimble: Fix wrong offset used for descriptor flags. 2020-02-18 16:37:38 +11:00
..
axtls-include
crypto-algorithms
lwip-include
nimble
re1.5
uzlib extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 2019-12-23 00:07:03 +11:00
webrepl
extmod.mk
machine_i2c.c
machine_i2c.h
machine_mem.c py: Add mp_raise_msg_varg helper and use it where appropriate. 2020-02-13 11:52:40 +11:00
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Implement config getter for BLE rxbuf size. 2020-02-18 13:37:50 +11:00
modbluetooth.h extmod/modbluetooth.h: Fix typo in comment about registering services. 2020-02-18 16:36:37 +11:00
modbluetooth_nimble.c extmod/modbluetooth_nimble: Fix wrong offset used for descriptor flags. 2020-02-18 16:37:38 +11:00
modbluetooth_nimble.h
modbtree.c py: Add mp_raise_type helper macro and use it where appropriate. 2020-02-13 11:03:37 +11:00
modframebuf.c
modlwip.c
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t. 2020-01-09 11:25:26 +11:00
modurandom.c py: Factor out definition of mp_float_union_t to one location. 2020-02-18 13:04:36 +11:00
modure.c
moduselect.c
modussl_axtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
modussl_mbedtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c py: Add mp_raise_type helper macro and use it where appropriate. 2020-02-13 11:03:37 +11:00
modwebrepl.c extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 2019-12-27 22:54:53 +11:00
network_cyw43.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 2019-12-27 22:54:20 +11:00
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c
vfs_lfsx_file.c
vfs_posix.c extmod/vfs_posix: Release GIL during system calls. 2020-01-26 23:26:14 +11:00
vfs_posix.h
vfs_posix_file.c extmod/vfs_posix: Release GIL during system calls. 2020-01-26 23:26:14 +11:00
vfs_reader.c
virtpin.c
virtpin.h