micropython/extmod
Damien George 24c3e9b283 py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Following the same fix for unpack.
2019-09-02 13:14:16 +10: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
re1.5
uzlib extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
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 extmod/machine_signal: Fix fault when no args are passed to Signal(). 2019-04-26 14:47:31 +10:00
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: Implement raw sockets for lwIP. 2019-08-06 15:56:05 +10:00
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 2019-08-20 15:21:09 +10:00
moductypes.c py/modstruct: Fix struct.pack_into with unaligned offset of native type. 2019-09-02 13:14:16 +10:00
moduhashlib.c extmod/moduhashlib: Include implementation of sha256 only when required. 2019-02-07 23:27:58 +11:00
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 extmod/modurandom: Add init method to seed the Yasmarang generator. 2019-04-16 14:54:36 +10:00
modure.c extmod/modure: Make regex dump-code debugging feature optional. 2019-08-19 16:43:00 +10:00
moduselect.c various: Add and update my copyright line based on git history. 2019-05-17 18:04:15 +10:00
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 extmod/modussl_mbedtls: Allow to build with object representation D. 2019-06-05 15:33:15 +10:00
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 extmod/moduwebsocket: Make close_resp static array const to not use RAM. 2019-07-03 12:47:13 +10:00
moduwebsocket.h extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 2019-02-14 00:35:45 +11:00
moduzlib.c extmod/moduzlib: Update for uzlib 2.9.2. 2019-01-27 10:59:49 +11:00
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 extmod: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
vfs.h
vfs_fat.c extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails. 2019-03-26 17:15:23 +11:00
vfs_fat.h
vfs_fat_diskio.c extmod/vfs_fat: Update for new oofatfs version. 2019-03-05 15:56:39 +11:00
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: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11: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