.. |
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: Add nimble bindings.
|
5 years ago |
re1.5
|
extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.
|
7 years ago |
uzlib
|
extmod/uzlib: Update uzlib to v2.9.2.
|
6 years ago |
extmod.mk
|
extmod/extmod.mk: Include mdns app source in lwIP build.
|
6 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: Add low-level Python BLE API.
|
5 years ago |
modbluetooth.h
|
extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.
|
5 years ago |
modbluetooth_nimble.c
|
extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.
|
5 years ago |
modbtree.c
|
extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.
|
6 years ago |
modframebuf.c
|
extmod/modframebuf: Add 8-bit greyscale format (GS8).
|
7 years ago |
modlwip.c
|
extmod/modlwip: Implement raw sockets for lwIP.
|
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
|
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
|
5 years ago |
moduhashlib.c
|
extmod/moduhashlib: Include implementation of sha256 only when required.
|
6 years ago |
moduheapq.c
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
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: Allow to build with object representation D.
|
6 years ago |
modutimeq.c
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
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
|
extmod: Add network-level class binding to cyw43 driver.
|
6 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: Convert legacy uppercase macro names to lowercase.
|
6 years ago |
vfs.h
|
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
|
7 years ago |
vfs_fat.c
|
extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails.
|
6 years ago |
vfs_fat.h
|
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
|
7 years ago |
vfs_fat_diskio.c
|
extmod/vfs_fat: Update for new oofatfs version.
|
6 years ago |
vfs_fat_file.c
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
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
|
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
|
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 |