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.
 
 
 
 
 
 
stijn 6835743dcc extmod/vfs_posix_file: Skip flush of tty handles in msvc debug builds. 1 year ago
..
asyncio extmod/asyncio: Make current_task raise exception when there is no task. 8 months ago
axtls-include all: Prune trailing whitespace. 8 months ago
berkeley-db all: Update extmod, ports, examples to build with new berkeley-db lib. 8 months ago
btstack all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
libmetal extmod/libmetal: Fix libmetal rules for mkdir dependencies. 2 months ago
lwip-include all: Unify header guard usage. 7 years ago
mbedtls extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config. 4 months ago
nimble extmod/nimble: Check for active before setting address mode. 8 months ago
extmod.cmake extmod/network_ppp_lwip: Add network.PPP via lwIP. 2 months ago
extmod.mk extmod/network_ppp_lwip: Add network.PPP via lwIP. 2 months ago
font_petme128_8x8.h extmod: Move font_petme128_8x8.h from ports/stm32 to extmod. 3 years ago
machine_adc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_adc_block.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_bitstream.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_i2c.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_i2s.c esp32/machine_i2s: Integrate new I2S IDF driver. 8 months ago
machine_mem.c extmod/modmachine: Add MICROPY_PY_MACHINE_MEMX configuration option. 8 months ago
machine_pinbase.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_pulse.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_pwm.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_signal.c extmod/modmachine: Add MICROPY_PY_MACHINE_SIGNAL configuration option. 8 months ago
machine_spi.c extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI. 4 months ago
machine_timer.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_uart.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_usb_device.c extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 4 months ago
machine_wdt.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
misc.h extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 11 months ago
modasyncio.c extmod/modasyncio: Add support for a callback on TaskQueue push. 5 months ago
modbinascii.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modbluetooth.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modbluetooth.h all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modbtree.c extmod/modbtree: Add checks for already-closed database. 4 months ago
modcryptolib.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
moddeflate.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modframebuf.c examples/natmod/framebuf: Enable FrameBuffer.poly method. 7 months ago
modhashlib.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modheapq.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modjson.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modlwip.c extmod/modlwip: Fix compile error for lwIP with SLIP support. 2 months ago
modmachine.c extmod/modmachine: Use sys.exit as implementation of machine.soft_reset. 4 months ago
modmachine.h extmod/machine_usb_device: Add support for Python USB devices. 8 months ago
modnetwork.c extmod/network_ppp_lwip: Add network.PPP via lwIP. 2 months ago
modnetwork.h extmod/network_ppp_lwip: Add network.PPP via lwIP. 2 months ago
modonewire.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modopenamp.c extmod/modopenamp: Use mp_event_* functions for poll/wait. 3 months ago
modopenamp.h extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class. 8 months ago
modopenamp_remoteproc.c extmod/modopenamp: Add support for building Open-AMP on device side. 3 months ago
modopenamp_remoteproc.h extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class. 8 months ago
modopenamp_remoteproc_store.c extmod/modopenamp: Add support for building Open-AMP on device side. 3 months ago
modos.c extmod/modos: Include os.sep entry if MICROPY_VFS is enabled. 4 months ago
modplatform.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modplatform.h extmod/modplatform: Add picolibc to the recognised libcs list. 5 months ago
modrandom.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modre.c py: Add new cstack API for stack checking, with limit margin macro. 3 months ago
modselect.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modsocket.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modtime.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modtime.h all: Rename *umodule*.h to remove the "u" prefix. 1 year ago
modtls_axtls.c extmod/modtls_axtls: Add verify_mode and CERT_NONE constant. 7 months ago
modtls_mbedtls.c extmod/modtls_mbedtls: Optimise the DER certificate parsing fix. 2 months ago
moductypes.c extmod/moductypes: Validate the descriptor tuple. 4 months ago
modvfs.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modwebrepl.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
modwebsocket.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modwebsocket.h all: Rename *umodule*.h to remove the "u" prefix. 1 year ago
mpbthci.c extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
mpbthci.h extmod/nimble: Add support for reading whole HCI UART packets. 2 years ago
network_cyw43.c extmod: Add interface and security constants at WLAN class level. 7 months ago
network_cyw43.h extmod: Add network-level class binding to cyw43 driver. 6 years ago
network_esp_hosted.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
network_lwip.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
network_ninaw10.c extmod/network_nina: Fix the AP security mode constants. 4 months ago
network_ppp_lwip.c extmod/network_ppp_lwip: Add network.PPP via lwIP. 2 months ago
network_wiznet5k.c extmod/network_wiznet5k: Add support for IPv6. 2 months ago
os_dupterm.c extmod/os_dupterm: Handle exception properly when it occurs in parallel. 8 months ago
vfs.c extmod/vfs: Fix buffer overflow of string comparison in umount. 4 months ago
vfs.h py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
vfs_blockdev.c extmod/vfs_blockdev: Implement common helper for read and write. 1 month ago
vfs_fat.c extmod/vfs_fat: Set default volume label on mkfs if it's defined. 4 months ago
vfs_fat.h extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
vfs_fat_diskio.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
vfs_fat_file.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
vfs_lfs.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
vfs_lfs.h extmod: Add VFS littlefs bindings. 5 years ago
vfs_lfsx.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
vfs_lfsx_file.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
vfs_posix.c all: Use new mp_obj_new_str_from_cstr() function. 4 months 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_file: Skip flush of tty handles in msvc debug builds. 4 weeks ago
vfs_reader.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
virtpin.c py/obj: Add accessors for type slots and use everywhere. 2 years ago
virtpin.h all: Unify header guard usage. 7 years ago