.. |
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: Update uzlib to v2.9.2.
|
6 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
|
all: Remove inclusion of internal py header files.
|
7 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/modbluetooth: Simplify management of pre-allocated event data.
|
5 years ago |
modbluetooth.h
|
extmod/modbluetooth: Add gatts_set_buffer.
|
5 years ago |
modbluetooth_nimble.c
|
extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values.
|
5 years ago |
modbluetooth_nimble.h
|
stm32: Extract port-specific Nimble implementation.
|
5 years ago |
modbtree.c
|
extmod/modbtree: Make FILEVTABLE const to put it in ROM.
|
5 years ago |
modframebuf.c
|
extmod/modframebuf: Add 8-bit greyscale format (GS8).
|
7 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
|
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
|
5 years ago |
modujson.c
|
extmod/modujson: Support passing bytes/bytearray to json.loads.
|
5 years ago |
modurandom.c
|
extmod/modurandom: Add init method to seed the Yasmarang generator.
|
6 years ago |
modure.c
|
extmod/modure: Make regex dump-code debugging feature optional.
|
5 years ago |
moduselect.c
|
various: Add and update my copyright line based on git history.
|
6 years ago |
modussl_axtls.c
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
5 years ago |
modussl_mbedtls.c
|
extmod/modussl_mbedtls: Check for invalid key/cert data.
|
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
|
extmod/moduzlib: Update for uzlib 2.9.2.
|
6 years ago |
modwebrepl.c
|
extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.
|
5 years ago |
network_cyw43.c
|
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
|
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
|
extmod/vfs: Add autodetect of littlefs filesystem when mounting.
|
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
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
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: Include stdio.h for declaration of function 'rename'.
|
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
|
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
|
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 |