aboutsummaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2019-09-02py/modstruct: Fix struct.unpack with unaligned offset of native type.Tom McDermott
2019-08-22extmod/crypto-algorithms: Add source to header and populate copyright.Damien George
2019-08-22extmod/modujson: Support passing bytes/bytearray to json.loads.Damien George
2019-08-20extmod: Give vars/funcs unique names so STATIC can be set to nothing.Damien George
2019-08-20extmod/moducryptolib: Use "static" not "STATIC" for inline functions.Damien George
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-06extmod/modlwip: Implement raw sockets for lwIP.Damien George
2019-07-03extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks.Damien George
2019-07-03extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEMDamien George
2019-07-03extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.Damien George
2019-07-03extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM.Damien George
2019-07-03extmod/moduwebsocket: Make close_resp static array const to not use RAM.Damien George
2019-07-01esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.Damien George
2019-07-01extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.Damien George
2019-06-05extmod/extmod.mk: Include mdns app source in lwIP build.Damien George
2019-06-05extmod/modussl_mbedtls: Allow to build with object representation D.Damien George
2019-06-05extmod/extmod.mk: Integrate mbedTLS so it is built from source.Damien George
2019-06-05extmod: Factor out makefile rules from py.mk to new extmod.mk file.Damien George
2019-06-03extmod: Add network-level class binding to cyw43 driver.Damien George
2019-05-29extmod/modlwip: Register TCP close-timeout callback before closing PCB.Damien George
2019-05-29extmod/modlwip: Free any incoming bufs/connections before closing PCB.Damien George
2019-05-20extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs.Damien George
2019-05-20extmod/machine_i2c: Remove need for temporary memory in writemem() call.Damien George
2019-05-20extmod/machine_i2c: Change C-level API to allow split I2C transactions.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2019-05-14extmod/modujson: Handle parsing of floats with + in the exponent.Damien George
2019-05-06extmod/moducryptolib: Add AES-CTR support for axTLS builds.Yonatan Goldschmidt
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-04-30extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky
2019-04-30extmod/modussl_mbedtls: Support non-blocking handshake.Paul Sokolovsky
2019-04-26extmod/machine_signal: Fix fault when no args are passed to Signal().Damien George
2019-04-16extmod/modurandom: Add init method to seed the Yasmarang generator.Léa Saviot
2019-04-11extmod/modlwip: Abort TCP conns that didn't close cleanly in a while.Damien George
2019-04-03extmod/modlwip: Use correct listening socket object in accept callback.Damien George
2019-04-01extmod/modlwip: Free any stored incoming bufs/connections on TCP error.Damien George
2019-04-01extmod/modlwip: Protect socket.accept with lwIP concurrency lock.Damien George
2019-04-01extmod/modlwip: Handle case of accept callback called with null PCB.Damien George
2019-04-01extmod/modlwip: Handle case of connection closing while on accept queue.Damien George
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2019-03-26extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails.Andrew Leech
2019-03-13extmod/moduselect: Adjust select_select and poll_register to use size_t.Wolf Vollprecht
2019-03-12extmod/modlwip: Fix case where concurrency lock isn't released on error.Damien George
2019-03-05extmod/vfs_fat: Update for new oofatfs version.Damien George
2019-02-28extmod/modwebrepl: Fix logic to handle a put of file of size 0.Damien George
2019-02-27extmod/modlwip: Don't require a port to define concurrency macros.Damien George
2019-02-26extmod/modlwip: Add concurrency protection macros.Damien George
2019-02-18extmod/modlwip: Fix bug when polling listening socket with backlog=1.Damien George
2019-02-15extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-02-12extmod: Convert legacy uppercase macro names to lowercase.Damien George