13371 Commits (b28839420d84e9f7d73e37258b6ecc74d0a017d3)
 

Author SHA1 Message Date
iabdalkader b28839420d stm32/qspi: Support common flash sizes in MPU configuration. 3 years ago
Damien George 0e6873840b rp2/mpconfigport: Enable execfile, NotImplemented and REPL EMACS keys. 3 years ago
Damien George eb9674822b esp32/modnetwork: Fix build when MICROPY_PY_NETWORK_WLAN is disabled. 3 years ago
wemos ff28d2e3b3 esp32/network_wlan: Support setting/getting txpower in WLAN.config(). 3 years ago
Damien George 2a08e38c60 docs/library/network.WLAN: Add "txpower" to list of known WLAN configs. 3 years ago
Damien George 6bec5c4da5 tests/cmdline: Add test for REPL auto-indent. 3 years ago
Damien George 6d401be4dd shared/readline: Disable auto-indent if space/tab follows added indent. 3 years ago
Damien George a8f23f6366 shared/readline: Make tab insert an indent when it follows whitespace. 3 years ago
Damien George caaff940a2 extmod/uasyncio: Rename and merge TaskQueue push/pop methods. 3 years ago
Damien George 28e7e15c0a extmod/uasyncio: Fix bug with task ending just after gather is cancel'd. 3 years ago
Damien George f7454f850f extmod/uasyncio: Make Python Task match C version with use of asserts. 3 years ago
Damien George 8631753ff4 tests/run-tests.py: Add timeout for running PC-based MicroPython test. 3 years ago
Damien George 81c9219375 tools/ci.sh: Don't run uasyncio_gather test on macOS. 3 years ago
Damien George ef1c2cdab0 tests/extmod/uasyncio_gather: Make double-raise gather test reliable. 3 years ago
Damien George c8a687a8fa top: Update .git-blame-ignore-revs for latest formatting commit. 3 years ago
Damien George 5c32111fa0 ports: Reformat more C and Python source code. 3 years ago
Damien George fb10d15d47 tools/codeformat.py: Include more ports .c/.h files in formatting. 3 years ago
Damien George 71a64545a8 tools/codeformat.py: Remove ports/unix/*.py from exclusion list. 3 years ago
Damien George 707aaa350a stm32/boards/LEGO_HUB_NO6: Exclude BTstack code from formatting. 3 years ago
Jon Bjarni Bjarnason 1ded8a2977 py/objtype: Convert result of user __contains__ method to bool. 3 years ago
iabdalkader 52c2580a40 drivers/ninaw10: Fix isconnected to return False when inactive. 3 years ago
iabdalkader 03c61916bc stm32/boards/ADAFRUIT_F405_EXPRESS: Use external SPI flash for storage. 3 years ago
iabdalkader 71afed1a70 stm32/mphalport: Fix I/O glitches when switching GPIO mode to alt-func. 3 years ago
Chris Wilson b50fe9a6da stm32/boards/SPARKFUN_MICROMOD_STM32: Fix incorrect UART and I2C config. 3 years ago
Damien George 9ab66b50cb docs/reference: Update constrained docs now that tuples can be const. 3 years ago
Damien George 865b61dac2 tests/micropython: Add tests that const tuples don't use the heap. 3 years ago
Damien George 07f526067e tools/mpy-tool.py: Intern more strings when freezing. 3 years ago
Damien George 40d431d1bb tools/mpy-tool.py: Optimise freezing of str when str data is a qstr. 3 years ago
Damien George e647966fc9 tools/mpy-tool.py: Make global qstr list a dedicated class. 3 years ago
Damien George dfc6c6299c tools/mpy-tool.py: Optimise freezing of empty str and bytes objects. 3 years ago
Damien George 9c8a56343f tools/mpy-tool.py: Optimise freezing of ints that can fit a small int. 3 years ago
Damien George abdc4ec08d qemu-arm/test-frzmpy: Add test for freezing constant tuples. 3 years ago
Damien George 999abbb8b5 tests/perf_bench: Update import tests for changes to .mpy consts. 3 years ago
Damien George 24894f9065 ports: Recompile bytecode tests now that .mpy format changed. 3 years ago
Damien George 68b3aeeb57 tools/mpy-tool.py: Support freezing tuples and other consts. 3 years ago
Damien George 2a075cc8a9 tools/mpy-tool.py: Support loading tuples from .mpy files. 3 years ago
Damien George 4ca96983ff py/persistentcode: Support loading and saving tuples in .mpy files. 3 years ago
Damien George 35c0cff92b py/parse: Add MICROPY_COMP_CONST_TUPLE option to build const tuples. 3 years ago
Damien George 24bc1f61f9 py/parse: Print const object value in mp_parse_node_print. 3 years ago
Damien George e52f14d057 py/parse: Factor obj extract code to mp_parse_node_extract_const_object. 3 years ago
Damien George 42d0bd2c17 py/persistentcode: Define enum values for obj types instead of letters. 3 years ago
Stephane Smith 988827b85a esp32/modesp32: Properly define RTC_VALID_EXT_PINS on S2/S3 variants. 3 years ago
Stephane Smith 7005354099 esp32/machine_pin: Don't expose pins 33-37 when octal SPIRAM is enabled. 3 years ago
Stephane Smith ae3d5289a5 esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 3 years ago
Damien George fe9eaf12f3 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 3 years ago
Damien George be25e333df esp32/boards: Add test manifest to test freezing during build. 3 years ago
Damien George b8d959d6cf Revert "py/emitnative: Don't store prelude at end of machine code if..." 3 years ago
Damien George 8045ac07f5 stm32/mpbthciport: Switch scheduling callback to use node scheduler. 3 years ago
Damien George 75506e496f py/scheduler: Add support for scheduling static C-based callbacks. 3 years ago
Peter Hinch d242a9b7f7 rp2/machine_uart: Use read/write mutex to prevent char duplication. 3 years ago