396 Commits (85c85e8f0d6e44827553f67a4ab67c2cb3078fdd)

Author SHA1 Message Date
Damien George b80607ecaf unix/variants: Don't use native _Float16 type. 8 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Damien George 2423493774 py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 9 months ago
Damien George 5a3dd8c791 tests/ports/unix: Add coverage test for frozen functions and generators. 9 months ago
YAMAMOTO Takashi 809d113dbc unix: Don't include system headers when features are disabled. 9 months ago
YAMAMOTO Takashi f9704ce36e unix/input: Flush the prompt after writing it to stdout. 9 months ago
Damien George 8cbae12d0d unix/variants: Prefer unix-ffi packages when loading the manifest. 9 months ago
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls. 9 months ago
Carlosgg f3d1495fd3 all: Update bindings, ports and tests for mbedtls v3.5.1. 2 years ago
Jim Mussared d4190815a3 py/mpconfig: Disable qstr hashing at minimum feature level. 1 year ago
Damien George 0640ff3b97 ports: Move MICROPY_INTERNAL_WFE definition to mphalport.h. 10 months ago
Maarten van der Schrieck 3bca93b2d0 ports: Fix sys.stdout.buffer.write() return value. 1 year ago
Angus Gratton 2c828a8815 unix: Update port to use the new event functions. 11 months ago
Damien George b5449b0f09 extmod/mbedtls: Enable certificate time/date validation by default. 11 months ago
Carlosgg 20ffbe1a41 unix/mbedtls: Enable mbedtls cert time validation. 11 months ago
Damien George ad806df857 ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 11 months ago
Damien George e68aa40d2a extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option. 12 months ago
Damien George 30a63a204d extmod/modmachine: Provide common Python bindings for machine.idle(). 12 months ago
Damien George 7d39db2503 extmod/modmachine: Factor ports' machine module dict to common code. 12 months ago
Jim Mussared b6a9778484 py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
Jim Mussared 1ee5731122 ports: Remove SRC_QSTR_AUTO_DEPS from all ports' Makefiles. 1 year ago
Damien George 3e2706a18d extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
Damien George d336c1b79b extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
Jim Mussared 5015779a6f py/builtinevex: Handle invalid filenames for execfile. 1 year ago
vsfos 1660c78795 unix/main: Fix memory leakage if MICROPY_USE_READLINE is disabled. 1 year ago
Angus Gratton 2fcd28f713 py/mkrules.mk: Don't strip binary if STRIP variable is unset. 1 year ago
David Yang 545b94a8f5 unix/modjni: Fix build errors with type definitions and error strings. 1 year ago
David Lechner ffb43b2dd3 py/modthread: Return thread id from start_new_thread(). 1 year ago
Jim Mussared b2b5bcce28 py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 1 year ago
Damien George ef71028f77 extmod/modselect: Add optimisation to use system poll when possible. 1 year ago
Damien George df08c38c28 unix/modselect: Remove unix-specific implementation of select module. 1 year ago
Damien George 6a179019e8 unix/modsocket: Add poll support for missing ERR,HUP,NVAL poll values. 1 year ago
Brett Cannon 01c758e26a unix/README: Fix Markdown link markup. 1 year ago
Jim Mussared 2fbc08c462 extmod/asyncio: Rename uasyncio to asyncio. 1 year ago
Damien George f01d5fb657 py/mkrules.mk: Automatically configure frozen options when manifest set. 1 year ago
Jim Mussared a1fbb1980c extmod/modtimeq: Remove timeq module. 1 year ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
Jim Mussared 5e50975a6d py/modsys: Allow sys.path to be assigned to. 1 year ago
Jim Mussared 2eba98f1e0 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Jim Mussared 0ceccd4cf8 all: Rename *umodule*.h to remove the "u" prefix. 2 years ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Jim Mussared 7f5d5c7271 all: Rename mod_umodule*, ^umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 1bf2dcb15e all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 30628d1bb7 all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere. 2 years ago
Jim Mussared 952a78f88a unix/main: Add NLR scope for checking module __path__. 1 year ago
Jim Mussared 525557738c py/builtinimport: Optimise sub-package loading. 2 years ago
David Lechner 6836acf3dc unix/Makefile: Allow variants to add QSTR_DEFS. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George 127fd170c8 unix/modutime: Use extmod version of time module. 2 years ago