micropython/extmod
Damien George c60caf1995 extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks.
The helper function exec_user_callback executes within the context of an
lwIP C callback, and the user (Python) callback to be scheduled may want to
perform further TCP/IP actions, so the latter should be scheduled to run
outside the lwIP context (otherwise it's effectively a "hard IRQ" and such
callbacks have lots of restrictions).
2019-07-03 16:22:48 +10:00
..
axtls-include
crypto-algorithms
lwip-include
re1.5
uzlib
extmod.mk extmod/extmod.mk: Include mdns app source in lwIP build. 2019-06-05 16:13:34 +10:00
machine_i2c.c extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs. 2019-05-20 15:04:29 +10:00
machine_i2c.h extmod/machine_i2c: Change C-level API to allow split I2C transactions. 2019-05-20 15:04:29 +10:00
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c esp8266: Provide custom machine_time_pulse_us that feeds soft WDT. 2019-07-01 22:53:00 +10:00
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 2019-07-01 17:10:12 +10:00
modbtree.c
modframebuf.c
modlwip.c extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks. 2019-07-03 16:22:48 +10:00
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c extmod/modujson: Handle parsing of floats with + in the exponent. 2019-05-14 14:45:54 +10:00
modurandom.c
modure.c
moduselect.c various: Add and update my copyright line based on git history. 2019-05-17 18:04:15 +10:00
modussl_axtls.c
modussl_mbedtls.c extmod/modussl_mbedtls: Allow to build with object representation D. 2019-06-05 15:33:15 +10:00
modutimeq.c
moduwebsocket.c extmod/moduwebsocket: Make close_resp static array const to not use RAM. 2019-07-03 12:47:13 +10:00
moduwebsocket.h
moduzlib.c
modwebrepl.c extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss. 2019-07-03 12:55:57 +10:00
network_cyw43.c extmod: Add network-level class binding to cyw43 driver. 2019-06-03 16:47:35 +10:00
network_cyw43.h extmod: Add network-level class binding to cyw43 driver. 2019-06-03 16:47:35 +10:00
uos_dupterm.c extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 2019-07-01 17:10:12 +10:00
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_posix.c
vfs_posix.h
vfs_posix_file.c
vfs_reader.c
virtpin.c
virtpin.h