micropython/extmod
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods.
Otherwise, they serve reoccurring source of copy-paste mistakes and
breaking nanbox build.
2017-01-04 16:10:42 +03:00
..
crypto-algorithms
lwip-include
re1.5
uzlib
fsusermount.c
fsusermount.h
machine_i2c.c extmod/machine_i2c: Add hook to constructor to call port-specific code. 2016-11-24 00:12:51 +11:00
machine_i2c.h extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs. 2016-11-24 00:11:45 +11:00
machine_mem.c extmod/machine_mem: Typo fix in comment. 2016-11-21 01:09:17 +03:00
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_spi.c extmod/machine_spi: Provide reusable software SPI class. 2016-12-08 13:47:01 +11:00
machine_spi.h extmod/machine_spi: Provide reusable software SPI class. 2016-12-08 13:47:01 +11:00
misc.h
modbtree.c extmod/modbtree: Rename "sync" method to "flush" for consistency. 2016-12-05 01:50:55 +03:00
modframebuf.c extmod/modframebuf: Store underlying buffer object to prevent GC free. 2016-12-09 12:58:45 +11:00
modlwip.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c extmod/moduheapq: Revert change for adhoc relative-time queue support. 2016-12-22 06:37:49 +03:00
modujson.c
modurandom.c extmod/modurandom: Allow to build with float disabled. 2016-11-30 12:58:54 +11:00
modure.c
moduselect.c extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. 2016-12-02 16:40:39 +11:00
modussl_axtls.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modussl_mbedtls.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modutimeq.c extmod/modutimeq: Make time_less_than be actually "less than", not less/eq. 2016-12-24 00:06:29 +03:00
moduzlib.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modwebrepl.c
modwebsocket.c
modwebsocket.h
uos_dupterm.c extmod/moduos_dupterm: Renamed to uos_dupterm. 2016-10-26 02:08:37 +03:00
utime_mphal.c extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types. 2016-11-03 23:54:16 +03:00
utime_mphal.h extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 2016-10-29 17:30:05 +03:00
vfs_fat.c extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. 2016-12-02 15:06:09 +11:00
vfs_fat_diskio.c
vfs_fat_ffconf.c
vfs_fat_file.c extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request. 2016-12-02 17:26:37 +11:00
vfs_fat_file.h
vfs_fat_misc.c
vfs_fat_reader.c py: Factor out persistent-code reader into separate files. 2016-11-16 18:13:50 +11:00
virtpin.c
virtpin.h