You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George ad7213d3c3 py: Add mp_raise_msg_varg helper and use it where appropriate. 5 years ago
..
axtls-include py/py.mk: Build axtls library directly from its source files. 6 years ago
crypto-algorithms extmod/crypto-algorithms: Add source to header and populate copyright. 5 years ago
lwip-include all: Unify header guard usage. 7 years ago
nimble extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 5 years ago
re1.5 extmod/re1.5: Support escaping within RE classes. 5 years ago
uzlib extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 5 years ago
webrepl extmod/webrepl: Move webrepl scripts to common place and use manifest. 5 years ago
extmod.mk extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
machine_i2c.c extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs. 6 years ago
machine_i2c.h extmod/machine_i2c: Change C-level API to allow split I2C transactions. 6 years ago
machine_mem.c py: Add mp_raise_msg_varg helper and use it where appropriate. 5 years ago
machine_mem.h all: Use the name MicroPython consistently in comments 7 years ago
machine_pinbase.c extmod/machine_pinbase: Put PinBase singleton in ROM. 7 years ago
machine_pinbase.h all: Unify header guard usage. 7 years ago
machine_pulse.c esp8266: Provide custom machine_time_pulse_us that feeds soft WDT. 5 years ago
machine_pulse.h all: Unify header guard usage. 7 years ago
machine_signal.c extmod/machine_signal: Fix fault when no args are passed to Signal(). 6 years ago
machine_signal.h all: Unify header guard usage. 7 years ago
machine_spi.c drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
machine_spi.h drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
misc.h extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 5 years ago
modbluetooth.c extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 5 years ago
modbluetooth.h extmod/modbluetooth: Fix func prototype, empty args should be (void). 5 years ago
modbluetooth_nimble.c extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 5 years ago
modbluetooth_nimble.h stm32: Extract port-specific Nimble implementation. 5 years ago
modbtree.c py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
modframebuf.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 5 years ago
modlwip.c extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling. 5 years ago
modonewire.c extmod/modonewire: Fix reset timings to match 1-wire specs. 6 years ago
modubinascii.c all: Remove inclusion of internal py header files. 7 years ago
modubinascii.h all: Use the name MicroPython consistently in comments 7 years ago
moducryptolib.c extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 5 years ago
moductypes.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
moduhashlib.c extmod/moduhashlib: Include implementation of sha256 only when required. 6 years ago
moduheapq.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 5 years ago
modujson.c py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t. 5 years ago
modurandom.c py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
modure.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 5 years ago
moduselect.c various: Add and update my copyright line based on git history. 6 years ago
modussl_axtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
modussl_mbedtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
modutimeq.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
moduwebsocket.c extmod/moduwebsocket: Make close_resp static array const to not use RAM. 5 years ago
moduwebsocket.h extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 6 years ago
moduzlib.c py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
modwebrepl.c extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 5 years ago
network_cyw43.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
network_cyw43.h extmod: Add network-level class binding to cyw43 driver. 6 years ago
uos_dupterm.c extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 5 years ago
utime_mphal.c py,extmod: Some casts and minor refactors to quiet compiler warnings. 7 years ago
utime_mphal.h all: Unify header guard usage. 7 years ago
vfs.c py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 5 years ago
vfs.h extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 5 years ago
vfs_blockdev.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
vfs_fat.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
vfs_fat.h extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
vfs_fat_diskio.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
vfs_fat_file.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
vfs_lfs.c extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs. 5 years ago
vfs_lfs.h extmod: Add VFS littlefs bindings. 5 years ago
vfs_lfsx.c extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs. 5 years ago
vfs_lfsx_file.c extmod: Add VFS littlefs bindings. 5 years ago
vfs_posix.c extmod/vfs_posix: Release GIL during system calls. 5 years ago
vfs_posix.h extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
vfs_posix_file.c extmod/vfs_posix: Release GIL during system calls. 5 years ago
vfs_reader.c py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
virtpin.c all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
virtpin.h all: Unify header guard usage. 7 years ago