14823 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)
 

Author SHA1 Message Date
Jim Mussared 2eba98f1e0 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
Jim Mussared 24c02c4eb5 py/makemoduledefs.py: Add a way to register extensible built-in modules. 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 dfe232d000 py/builtinimport: Remove weak links. 2 years ago
Jim Mussared 30628d1bb7 all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere. 2 years ago
Yaroslav Halchenko d080d427eb top: Add "mis" to list of ignore words for codespell. 1 year ago
robert-hh db5444f68a samd/boards: Extend the code size limit for boards with external flash. 1 year ago
robert-hh 69cb5e8f2a samd: Adapt existing samd.Flash and integrate with (Q)SPI flash in boot. 1 year ago
robert-hh 2b5a5a0f35 samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly. 1 year ago
robert-hh 5561130c3f samd/samd_spiflash: Add SPI flash driver and configure it accordingly. 1 year ago
robert-hh bf7d3ad8c6 samd/boards: Rename flash pins consistently for QSPI and SPI. 1 year ago
David Grayson a79a6ab364 py/builtinimport: Remove partially-loaded modules from sys.modules. 1 year ago
Damien George ce31e5a2dc py: Use nlr jump callbacks to optimise compile/execute functions. 2 years ago
Damien George 2757acf6ed py/nlr: Implement jump callbacks. 2 years ago
Damien George f36ae5edcb py/nlr: Remove commented-out debugging code. 1 year ago
Damien George 24aa81e1da py/nlrsetjmp: Use MP_NLR_JUMP_HEAD macro to simplify code. 1 year ago
Damien George a61d40e5e8 tools/mpremote: Fix use of stdout_write_bytes function. 1 year ago
Damien George ef497dc924 LICENSE: Move wiznet5k entry from drivers to lib. 1 year ago
Jim Mussared b4d785fa20 tools/mpremote: Detach mpremote from pyboard.py. 1 year ago
Jim Mussared bd5d0163c4 docs/reference/mpremote.rst: Extend the mpremote guide. 1 year ago
Jim Mussared b6b19798c2 tools/mpremote: Handle `cp` without destination. 1 year ago
Jim Mussared 46715e370d tools/mpremote: Add `rtc` commands to get and set the RTC. 1 year ago
Jim Mussared d736a2f3f3 tools/mpremote: Allow terminator for shortcut commands. 1 year ago
Jim Mussared 7c2c9ea21c tools/mpremote: Add `sleep` command. 1 year ago
Damien George e4886dda85 stm32/help: Exclude legacy entries from help, and adjust constant names. 1 year ago
Jim Mussared aac8744671 stm32/help: Don't include unavailable features in help(). 1 year ago
Jim Mussared 1d4b4f0ce2 ports: Standardise docs link in help text. 1 year ago
Jonas Scharpf 7a17596e1a docs/reference/packages: Add GitHub repo to package example dependency. 1 year ago
Jim Mussared 5159304ca1 docs/library/index: Update built-in extension docs. 1 year ago
Jim Mussared 952a78f88a unix/main: Add NLR scope for checking module __path__. 1 year ago
Jim Mussared 99a0c45aef tests/import/import_pkg9.py: Add test for subpackage attribute. 1 year ago
Jim Mussared dfa7677e2f tests/import/builtin_ext.py: Add test for built-in module override. 2 years ago
Jim Mussared 5e04521251 examples/usercmodule: Add a sub-package example. 2 years ago
Jim Mussared 6a8114eee8 py/objmodule: Don't use sys.modules to track a builtin __init__. 2 years ago
Jim Mussared ed90f30dd5 py/builtinimport: Allow builtin modules to be packages. 2 years ago
Jim Mussared 525557738c py/builtinimport: Optimise sub-package loading. 2 years ago
Jim Mussared 42f3f66431 py/builtinimport: Handle empty sys.path correctly. 2 years ago
Damien George 69dd013919 py/objint: Allow int() to parse anything with the buffer protocol. 1 year ago
Damien George 66dc1397c9 py/obj: Accept user types in mp_obj_get_int_maybe. 1 year ago
Damien George 48ffd6596e py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE. 1 year ago
Damien George 3ae78e803b tests/basics: Remove __index__ and __inv__ from special methods tests. 1 year ago
Takeo Takahashi 1f60841123 renesas-ra/boards/make-pins.py: Fix PA/PB pins support. 1 year ago
robert-hh 633408a4a5 docs/samd: Add the pin-out for the Adafruit Metro M4 Airlift board. 1 year ago
robert-hh 74dda80236 docs/mimxrt: Add the pin-out for the Adafruit Metro M7 board. 1 year ago
robert-hh 6c0af30e38 mimxrt/Makefile: Use a specific fsl_flexspi_nor_boot.c for mimxrt1062. 1 year ago
robert-hh 8f6315a279 mimxrt/machine_pwm: Fix freq change, PWM print, and error checks. 1 year ago