summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2020-06-10extmod/modbluetooth: Register default GATT service and fix esp32 init.jp-96
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-06-05extmod/modbluetooth: Support bigger characteristic values.Jim Mussared
2020-06-05extmod/modbluetooth: Ensure status=0 always on success.Jim Mussared
2020-06-05extmod/modbluetooth: Implement read done event.Jim Mussared
2020-06-05extmod/modbluetooth: Allow discovery of svc/char by uuid.Jim Mussared
2020-06-05extmod/modbluetooth: Add discover complete events for svc/char/desc.Jim Mussared
2020-06-05extmod/modbluetooth: Make modbluetooth event not a bitfield.Jim Mussared
2020-05-29extmod/vfs: Retain previous working directory if chdir fails.Damien George
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-11extmod/nimble: Make error code mapping default to MP_EIO.Thomas Friebel
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert
2020-05-02extmod/modbtree: Retain reference to underlying stream so it's not GC'd.Damien George
2020-04-29unix: Add btstack to the unix submodules list.Jim Mussared
2020-04-29extmod/modbluetooth: Fix sign compare and unused variable warnings.Jim Mussared
2020-04-29unix: Add support for modbluetooth and BLE using btstack.Jim Mussared
2020-04-29extmod/btstack: Implement more robust init/deinit sequencing.Jim Mussared
2020-04-29extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.Jim Mussared
2020-04-29stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.Jim Mussared
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-27extmod/nimble: Update to work with NimBLE 1.3.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-04-18all: Fix implicit conversion from double to float.stijn
2020-04-18all: Fix implicit floating point promotion.stijn
2020-04-18Revert "all: Fix implicit casts of float/double, and signed comparison."stijn
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-07extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.Damien George
2020-04-07extmod/btstack: Pass through SCAN_RSP events.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-05extmod/modubinascii: Make code private and module self-contained.Jim Mussared
2020-04-04extmod/uasyncio: Add global exception handling methods.Kevin Köck
2020-04-02extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.Damien George
2020-04-02extmod/uasyncio: Add error message to Lock.release's RuntimeError.Kevin Köck
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-04-01extmod/uasyncio: Don't create a Loop instance in get_event_loop().Damien George
2020-03-30all: Fix implicit casts of float/double, and signed comparison.David Lechner
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-03-26extmod/uasyncio: Add manifest.py for freezing uasyncio Py files.Damien George
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George
2020-03-25extmod/vfs_posix_file: Include unistd.h to get STD{IN,OUT,ERR}_FILENO.David Lechner
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George