circuitpython/extmod
Scott Shawcroft 1a0596a2fb
Add option to disable the concurrent write protection
This allows writing to the filesystem from the host computer and
CircuitPython by increasing the risk of filesystem corruption.
2019-02-21 10:45:41 -08:00
..
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/ure: Handle some escape sequences. 2019-02-14 15:42:25 +01:00
machine_i2c.c Fix unix build 2019-01-18 12:52:27 -08:00
machine_i2c.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_mem.c Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
machine_mem.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
machine_pinbase.c Fix unix build 2019-01-18 12:52:27 -08: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 Fix unix build 2019-01-18 12:52:27 -08:00
machine_signal.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_spi.c Fix unix build 2019-01-18 12:52:27 -08: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 More make_new updates 2019-01-18 17:09:56 -08: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 Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
modubinascii.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
moductypes.c More make_new fixes for unix build 2019-01-18 11:53:09 -08:00
moduhashlib.c fixup micropy 2019-01-14 18:09:02 -08:00
moduheapq.c Fix esp and samd 2018-08-16 17:41:35 -07:00
modujson.c Fix esp and samd 2018-08-16 17:41:35 -07:00
modurandom.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modure.c extmod/ure: Support search/match() pos and endpos parameters 2019-02-14 15:42:28 +01: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 Fix esp and samd 2018-08-16 17:41:35 -07:00
modussl_mbedtls.c extmod: Update to use new mp_get_stream helper. 2018-06-18 12:35:56 +10:00
modutimeq.c More make_new fixes for unix build 2019-01-18 11:53:09 -08:00
moduzlib.c More make_new fixes for unix build 2019-01-18 11:53:09 -08:00
modwebrepl.c continued WIP: almost compiling 2018-07-12 14:13:51 -04:00
modwebsocket.c More make_new fixes for unix build 2019-01-18 11:53:09 -08:00
modwebsocket.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
uos_dupterm.c Fix esp and samd 2018-08-16 17:41:35 -07: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 py changes for supporting superclass constructors that take kwargs 2019-01-14 17:29:19 -08:00
vfs.h compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
vfs_fat.c py changes for supporting superclass constructors that take kwargs 2019-01-14 17:29:19 -08:00
vfs_fat.h Add option to disable the concurrent write protection 2019-02-21 10:45:41 -08:00
vfs_fat_diskio.c merge finished 2018-07-28 13:29:47 -04:00
vfs_fat_file.c Add option to disable the concurrent write protection 2019-02-21 10:45:41 -08:00
vfs_posix.c More make_new updates 2019-01-18 17:09:56 -08:00
vfs_posix.h continued WIP: almost compiling 2018-07-12 14:13:51 -04:00
vfs_posix_file.c More make_new updates 2019-01-18 17:09:56 -08: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