micropython/extmod
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes.
Fixes issues #3178 and #5220.

Tests are added, including all the cases mentioned in both bugs.
2019-10-18 12:20:32 +11:00
..
axtls-include
crypto-algorithms extmod/crypto-algorithms: Add source to header and populate copyright. 2019-08-22 17:20:16 +10:00
lwip-include
nimble extmod/modbluetooth: Increase maximum connections from 1 to 4. 2019-10-15 17:20:25 +11:00
re1.5 extmod/re1.5: Support escaping within RE classes. 2019-10-18 12:20:32 +11:00
uzlib
extmod.mk
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_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: In gap_advertise only accept None to stop adv. 2019-10-15 17:29:27 +11:00
modbluetooth.h extmod/modbluetooth: Use us instead of ms for advertising interval. 2019-10-11 13:51:07 +11:00
modbluetooth_nimble.c extmod/modbluetooth: Clear gap_advertise payload when data is empty. 2019-10-15 17:21:17 +11:00
modbluetooth_nimble.h stm32: Extract port-specific Nimble implementation. 2019-10-08 14:40:35 +11:00
modbtree.c
modframebuf.c
modlwip.c
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c
moductypes.c py/modstruct: Fix struct.pack_into with unaligned offset of native type. 2019-09-02 13:14:16 +10:00
moduhashlib.c
moduheapq.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
modujson.c extmod/modujson: Support passing bytes/bytearray to json.loads. 2019-08-22 15:32:26 +10:00
modurandom.c
modure.c
moduselect.c
modussl_axtls.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
modussl_mbedtls.c
modutimeq.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
moduwebsocket.c
moduwebsocket.h
moduzlib.c
modwebrepl.c
network_cyw43.c
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
vfs_posix.c extmod/vfs_posix: Include stdio.h for declaration of function 'rename'. 2019-09-23 15:14:42 +10:00
vfs_posix.h
vfs_posix_file.c extmod: Give vars/funcs unique names so STATIC can be set to nothing. 2019-08-20 15:21:09 +10:00
vfs_reader.c
virtpin.c
virtpin.h