micropython/extmod
Damien George ed2be79b49 extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.
The struct member "dest" should never be less than "destStart", so their
difference is never negative.  Cast as such to make the comparison
explicitly unsigned, ensuring the compiler produces the correct comparison
instruction, and avoiding any compiler warnings.
2019-12-23 00:07:03 +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/webrepl: Move webrepl scripts to common place and use manifest. 2019-12-20 12:59:13 +11:00
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: Allow setting ringbuf size via BLE.config(rxbuf=). 2019-12-05 11:30:35 +11:00
modbluetooth.h extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 2019-12-04 23:23:07 +11:00
modbluetooth_nimble.c extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 2019-12-04 23:23:07 +11:00
modbluetooth_nimble.h
modbtree.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modframebuf.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modlwip.c
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modujson.c
modurandom.c examples/natmod: Add urandom native module example. 2019-12-13 13:33:40 +11:00
modure.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
moduselect.c
modussl_axtls.c
modussl_mbedtls.c
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modwebrepl.c
network_cyw43.c
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c
vfs_lfsx_file.c
vfs_posix.c
vfs_posix.h
vfs_posix_file.c
vfs_reader.c
virtpin.c
virtpin.h