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 b02be234e1 extmod/machine_pinbase: Put PinBase singleton in ROM. 7 years ago
..
crypto-algorithms extmod/crypto-algorithms/sha256: Remove non-standard memory.h header. 8 years ago
lwip-include all: Unify header guard usage. 7 years ago
re1.5 extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1. 9 years ago
uzlib extmod/uzlib: Update to upstream v2.1. 8 years ago
machine_i2c.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
machine_i2c.h all: Unify header guard usage. 7 years ago
machine_mem.c all: Use the name MicroPython consistently in comments 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 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
machine_pulse.h all: Unify header guard usage. 7 years ago
machine_signal.c extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. 7 years ago
machine_signal.h all: Unify header guard usage. 7 years ago
machine_spi.c extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func. 8 years ago
machine_spi.h all: Unify header guard usage. 7 years ago
misc.h all: Unify header guard usage. 7 years ago
modbtree.c all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 7 years ago
modframebuf.c all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
modlwip.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
modonewire.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
modubinascii.c extmod/modubinascii: Only include uzlib/tinf.h when it's really needed. 7 years ago
modubinascii.h all: Use the name MicroPython consistently in comments 7 years ago
moductypes.c all: Raise exceptions via mp_raise_XXX 7 years ago
moduhashlib.c all: Use the name MicroPython consistently in comments 7 years ago
moduheapq.c all: Raise exceptions via mp_raise_XXX 7 years ago
modujson.c all: Raise exceptions via mp_raise_XXX 7 years ago
modurandom.c extmod/modurandom: Use mp_raise_ValueError(). 8 years ago
modure.c all: Raise exceptions via mp_raise_XXX 7 years ago
moduselect.c all: Use the name MicroPython consistently in comments 7 years ago
modussl_axtls.c all: Raise exceptions via mp_raise_XXX 7 years ago
modussl_mbedtls.c extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled. 7 years ago
modutimeq.c all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 7 years ago
moduzlib.c all: Raise exceptions via mp_raise_XXX 7 years ago
modwebrepl.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
modwebsocket.c all: Don't include system errno.h when it's not needed. 7 years ago
modwebsocket.h all: Unify header guard usage. 7 years ago
uos_dupterm.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 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: Allow "buffering" and "encoding" args to VFS's open(). 8 years ago
vfs.h all: Unify header guard usage. 7 years ago
vfs_fat.c extmod,unix: For uos.stat interpret st_size member as an unsigned int. 7 years ago
vfs_fat.h all: Use the name MicroPython consistently in comments 7 years ago
vfs_fat_diskio.c all: Use the name MicroPython consistently in comments 7 years ago
vfs_fat_file.c all: Use the name MicroPython consistently in comments 7 years ago
vfs_fat_misc.c extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it. 8 years ago
vfs_reader.c py: Allow lexer to raise exceptions during construction. 8 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