15651 Commits (4133c0304011ff7be23f47516aac20ed54505e7a)
 

Author SHA1 Message Date
Damien George 4133c03040 py/obj: Introduce mp_obj_malloc_with_finaliser to allocate and set type. 9 months ago
Damien George 2423493774 py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 9 months ago
Damien George 9242e3d16d py/makeversionhdr.py: Reinstate MICROPY_GIT_HASH in mpversion.h. 9 months ago
Angus Gratton 1ef2944b98 tools/manifestfile.py: Add --unix-ffi option. 9 months ago
Damien George def6ad4742 py/emitglue: Include fun_data_len in mp_raw_code_t only when saving. 9 months ago
Damien George 5a3dd8c791 tests/ports/unix: Add coverage test for frozen functions and generators. 9 months ago
Damien George a3a73b64a3 tools/mpy-tool.py: Skip generating frozen mp_raw_code_t when possible. 9 months ago
Damien George e2ff00e811 py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 9 months ago
Damien George 5e3006f117 py/emitglue: Simplify mp_raw_code_t's kind and scope_flags members. 9 months ago
Damien George 416465d81e py/emitglue: Provide a truncated mp_raw_code_t for non-asm code. 9 months ago
Damien George 39bf055d23 py/emitglue: Reorder and resize members of mp_raw_code_t. 9 months ago
Felix Dörre 223e0d9a5b extmod/network_wiznet5k: Adjust IP types for IPv6. 2 years ago
Felix Dörre 628abf8f25 extmod/modlwip: Support IPv6. 2 years ago
Damien George 866fc3447c tests/multi_bluetooth/ble_irq_calls.py: Enhance test to test recursion. 9 months ago
Damien George cd66aa05cf esp32: Increase NimBLE task stack size and overflow detection headroom. 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
YAMAMOTO Takashi 06cb6b1e9f minimal: Use printf instead of echo -e. 9 months ago
YAMAMOTO Takashi e3be70b5e8 minimal: Allow compiling on macOS. 9 months ago
Damien George c27d304bed esp32/mpnimbleport: Release the GIL while doing NimBLE port deinit. 9 months ago
Trent Piepho 34097b776e esp32/network_ppp: Make PPP support optional. 9 months ago
Angus Gratton 00ba6aaae4 ports: On cold boot, enable USB after boot.py completes. 10 months ago
Yoctopuce 5d83bbca60 shared/timeutils: Remove useless void-return. 9 months ago
Yoctopuce 587b6f2e34 extmod/modrandom: Add integer type casts where appropriate. 9 months ago
YAMAMOTO Takashi d2a3cd7ac4 embed: Improve stack top estimation. 9 months ago
iabdalkader be8d660fc2 mimxrt: Fix header include guard names. 9 months ago
Damien George 0432f73206 tools/mpy-tool.py: Fix static qstrs when freezing without qstr header. 9 months ago
Damien George abe43fe687 extmod/btstack: Reset pending_value_handle before calling read-done cb. 9 months ago
Damien George b4f59984f7 extmod/btstack: Reset pending_value_handle before calling write-done cb. 9 months ago
Damien George 8cbae12d0d unix/variants: Prefer unix-ffi packages when loading the manifest. 9 months ago
Damien George 35dd959133 tools/manifestfile.py: Change library search to use a list of paths. 9 months ago
Jos Verlinde 2bdaa1bede docs/library/sys.rst: Document implementation.version.releaselevel. 10 months ago
Angus Gratton 781366e476 github/workflows: Standardise formatting of ruff.yml. 9 months ago
Angus Gratton 6f0aa275f8 github/workflows: Add comments where tool versions need to be in sync. 9 months ago
Angus Gratton 84e90639fa github/workflows: Move codespell to a GitHub workflow, version it. 9 months ago
Damien George b038d07011 stm32/Makefile: Ignore uninitialised variable warning in H5 HAL SD code. 9 months ago
Damien George 657faee7e5 stm32/main: Allow disabling MICROPY_PY_MACHINE. 9 months ago
Damien George 4e6436d4cf stm32/spi: Allow disabling MICROPY_PY_MACHINE_SPI. 9 months ago
Damien George 2158da213e stm32/modos: Allow disabling MICROPY_PY_MACHINE_UART. 10 months ago
Damien George 1c7afa923b drivers/dht: Only build DHT driver if MICROPY_PY_MACHINE_PULSE enabled. 9 months ago
Damien George 4c56b39051 docs: Use vfs module instead of os. 9 months ago
Damien George 7d28789544 ports: Use vfs module instead of os. 12 months ago
Damien George b87bbaeb43 tests: Use vfs module instead of os. 12 months ago
Damien George 5804aa0204 docs/reference/micropython2_migration.rst: Add info about os and vfs. 12 months ago
Damien George 45f99cb445 docs/library: Move vfs functions and classes from os to vfs module docs. 12 months ago
Damien George e7020463f1 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 1 year ago
Felix Dörre aaba1d8a6c extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls. 9 months ago
Felix Dörre f8f1f29ac0 extmod/modssl_axtls: Add SSLContext.load_cert_chain(). 9 months ago
Damien George c68462d996 lib/micropython-lib: Update submodule to latest. 9 months ago