micropython/extmod
Paul Sokolovsky 4a314a6f63 extmod/re1.5: Update to 0.8.1.
Allow literal minus in char classes to be in trailing position, e.g. [a-c-].
(Previously, minus was allowed only at the start.)

This increases ARM Thumb2 code size by 8 bytes.
2017-09-24 10:19:24 +03:00
..
crypto-algorithms
lwip-include
re1.5 extmod/re1.5: Update to 0.8.1. 2017-09-24 10:19:24 +03:00
uzlib
machine_i2c.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 2017-08-30 10:59:58 +10:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c extmod/machine_pinbase: Put PinBase singleton in ROM. 2017-09-12 16:00:21 +10:00
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbtree.c all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 2017-08-29 13:16:30 +10:00
modframebuf.c all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
modlwip.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 2017-08-30 10:59:58 +10:00
modonewire.c
modubinascii.c extmod/modubinascii: Only include uzlib/tinf.h when it's really needed. 2017-08-31 14:10:49 +10:00
modubinascii.h
moductypes.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
moduhashlib.c
moduheapq.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modujson.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modurandom.c
modure.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
moduselect.c
modussl_axtls.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modussl_mbedtls.c extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled. 2017-09-06 17:34:45 +10:00
modutimeq.c all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 2017-08-29 13:16:30 +10:00
moduzlib.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modwebrepl.c
modwebsocket.c
modwebsocket.h
uos_dupterm.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 2017-08-30 10:59:58 +10:00
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_fat.c extmod,unix: For uos.stat interpret st_size member as an unsigned int. 2017-08-21 20:47:22 +10:00
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_fat_misc.c
vfs_reader.c
virtpin.c
virtpin.h