.. |
crypto-algorithms
|
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
|
2017-04-27 15:01:01 +03:00 |
lwip-include
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
re1.5
|
extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.
|
2018-04-10 13:54:22 +10:00 |
machine_i2c.c
|
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
|
2017-08-30 10:59:58 +10:00 |
machine_i2c.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
machine_mem.c
|
all: Remove inclusion of internal py header files.
|
2017-10-04 12:37:50 +11:00 |
machine_mem.h
|
all: Use the name MicroPython consistently in comments
|
2017-07-31 18:35:40 +10:00 |
machine_pinbase.c
|
extmod/machine_pinbase: Put PinBase singleton in ROM.
|
2017-09-12 16:00:21 +10:00 |
machine_pinbase.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
machine_pulse.c
|
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
|
2017-02-05 14:20:17 +03:00 |
machine_pulse.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
machine_signal.c
|
extmod/machine_signal: Change VLA to use new scoped allocation API.
|
2017-12-11 13:49:09 +11:00 |
machine_signal.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
machine_spi.c
|
drivers/bus: Pull out software SPI implementation to dedicated driver.
|
2018-03-10 00:59:43 +11:00 |
machine_spi.h
|
drivers/bus: Pull out software SPI implementation to dedicated driver.
|
2018-03-10 00:59:43 +11:00 |
misc.h
|
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
|
2017-10-13 20:01:57 +11:00 |
modbtree.c
|
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
|
2017-11-24 14:48:23 +11:00 |
modframebuf.c
|
extmod/modframebuf: Add 8-bit greyscale format (GS8).
|
2017-12-14 17:36:13 +11:00 |
modlwip.c
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
modonewire.c
|
extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.
|
2017-07-29 18:24:16 +03:00 |
modubinascii.c
|
uzlib: convert to submodule
|
2018-05-07 20:03:30 -05:00 |
modubinascii.h
|
all: Use the name MicroPython consistently in comments
|
2017-07-31 18:35:40 +10:00 |
moductypes.c
|
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
|
2017-10-24 22:31:16 -07:00 |
moduhashlib.c
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
moduheapq.c
|
all: Remove inclusion of internal py header files.
|
2017-10-04 12:37:50 +11:00 |
modujson.c
|
extmod: Update to use new mp_get_stream helper.
|
2018-06-18 12:35:56 +10:00 |
modurandom.c
|
all: Remove inclusion of internal py header files.
|
2017-10-04 12:37:50 +11:00 |
modure.c
|
Revert "alloca seems buggy on M4"
|
2018-01-24 19:24:36 -05:00 |
moduselect.c
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
2017-08-25 22:17:07 -04:00 |
modussl_axtls.c
|
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
|
2018-06-13 13:16:21 +10:00 |
modussl_mbedtls.c
|
extmod: Update to use new mp_get_stream helper.
|
2018-06-18 12:35:56 +10:00 |
modutimeq.c
|
Merge tag 'v1.9.3'
|
2017-11-02 12:41:50 -07:00 |
moduzlib.c
|
WIP: after merge; before testing
|
2018-07-11 16:45:30 -04:00 |
modwebrepl.c
|
continued WIP: almost compiling
|
2018-07-12 14:13:51 -04:00 |
modwebsocket.c
|
extmod: Update to use new mp_get_stream helper.
|
2018-06-18 12:35:56 +10:00 |
modwebsocket.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
uos_dupterm.c
|
continued WIP: almost compiling
|
2018-07-12 14:13:51 -04:00 |
utime_mphal.c
|
py,extmod: Some casts and minor refactors to quiet compiler warnings.
|
2017-07-07 11:32:22 +10:00 |
utime_mphal.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |
vfs.c
|
WIP: after merge; before testing
|
2018-07-11 16:45:30 -04:00 |
vfs.h
|
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
|
2018-07-13 22:51:10 -04:00 |
vfs_fat.c
|
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
|
2018-07-13 22:51:10 -04:00 |
vfs_fat.h
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
vfs_fat_diskio.c
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
vfs_fat_file.c
|
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
|
2018-07-13 22:51:10 -04:00 |
vfs_posix.c
|
continued WIP: almost compiling
|
2018-07-12 14:13:51 -04:00 |
vfs_posix.h
|
continued WIP: almost compiling
|
2018-07-12 14:13:51 -04:00 |
vfs_posix_file.c
|
continued WIP: almost compiling
|
2018-07-12 14:13:51 -04:00 |
vfs_reader.c
|
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
|
2017-11-16 13:17:51 +11:00 |
virtpin.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
2016-06-18 18:44:57 +03:00 |
virtpin.h
|
all: Unify header guard usage.
|
2017-07-18 11:57:39 +10:00 |