13188 Commits (1c53d85162007750d0708cf665a8bb7c062053be)
 

Author SHA1 Message Date
Damien George 1c53d85162 esp32/moduos: Convert module to use extmod version. 3 years ago
Damien George 926b554daf extmod/moduos: Create general uos module to be used by all ports. 3 years ago
iabdalkader 507ad03329 rp2: Add USB MSC support. 3 years ago
Daniël van de Giessen e2513bfe8d extmod/moduzlib: Fix parsing zlib header dict size. 4 years ago
robert-hh e0b97013d0 mimxrt/hal/pwm_backport: Make PWM symmetric, and round division calcs. 3 years ago
robert-hh 4774501cab mimxrt/eth: Avoid a race condition for Ethernet. 3 years ago
robert-hh 04f92a2825 mimxrt/boards: Support using an optional board-specific manifest.py. 3 years ago
robert-hh c72dfbcef9 mimxrt/boards/TEENSY41: Use the same SPI1 pins for Teensy 4.0 and 4.1. 3 years ago
robert-hh b0d460cd7d mimxrt/eth: Fix an Ethernet transmit error. 3 years ago
robert-hh 5ea85b7a85 mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 3 years ago
robert-hh 5cc50b9f1c mimxrt/machine_spi: Add omitted GPIO config. 3 years ago
Philipp Ebensberger 62cb2069bb mimxrt/machine_pin: Change pin drive constants to DRIVE_x naming. 3 years ago
Jonathan Hogg 3ebc370344 docs/library/machine.Pin: Update to use preferred DRIVE_x constants. 3 years ago
Jonathan Hogg 4c7c80d626 docs/esp32/quickref: Document GPIO drive strength. 3 years ago
Jonathan Hogg 33083bf527 esp32/machine_pin: Add support for pin drive strength. 3 years ago
Damien George 3440201e2e tests/micropython: Switch from set.pop to raise-0 to test exc strings. 3 years ago
Damien George 9a8ee6a5df tests/run-tests.py: Include test files ending in _set as set tests. 3 years ago
Damien George cced9a0128 zephyr/prj.conf: Enable CONFIG_BUILD_OUTPUT_HEX to generate .hex output. 3 years ago
Maureen Helm 474d288e55 zephyr: Upgrade to Zephyr v3.0.0. 3 years ago
Maureen Helm 86a4a52670 zephyr: Update include path to disk_access.h. 3 years ago
Damien George bf01671a96 tools/mpremote: Bump version to 0.2.0. 3 years ago
Damien George 7cd166ff92 tests/basics: Add test for creating small-ints in nan-box builds. 3 years ago
Damien George bb2bd071f7 docs/library/esp32.rst: Mark esp32.Partition as not taking kw args. 3 years ago
David Lechner eadc927baf docs/differences/python_35: Mark PEP 486 as not applicable. 3 years ago
Jan 5d9171b5cc docs/library/machine.UART.rst: Add details for `invert` parameter. 3 years ago
robert-hh d696d9141e esp32/machine_uart: Make UART.init preserve unspecified parameters. 3 years ago
robert-hh 55a0125a15 esp32/machine_pwm: Always set the duty cycle when setting the frequency. 3 years ago
Daniël van de Giessen 665f0e2a68 esp32: Sleep one tick in MICROPY_EVENT_POLL_HOOK. 3 years ago
Andrew Leech 919e586e46 esp32/machine_uart: Allow limited configuration of REPL UART. 3 years ago
Andrew Leech 2cc9232781 esp32/uart: Correctly init low-level UART driver for REPL. 3 years ago
YoungJoon Chun 2d47020e15 rp2/mpthreadport: Fix memory corruption when thread is created in core1. 3 years ago
stijn 795370ca23 py/bc.h: Fix C++ compilation of public API. 3 years ago
Damien George 3c2aa5ff93 unix/.gitignore: Remove *.py from ignore list. 3 years ago
Damien George 8626dcd623 tools/ci.sh: Run performance benchmark as part of all unix test runs. 3 years ago
Damien George c4b8dae438 tests/unix: Add coverage test for freezing various objects. 3 years ago
robert-hh 5c46721a1c tools/mpy-tool.py: Fix frozen comment generation to escape chars. 3 years ago
Damien George 0a217624e1 tools/upip.py: Remove unused op_basename() function. 3 years ago
Damien George 546e213265 esp32/boards: Add specific deploy instructions for S3 variant. 3 years ago
stijn c2e8a5acd2 windows: Unify project file headers. 3 years ago
Damien George d6564a3159 tools/mpremote: Add "umount" command. 3 years ago
Damien George ad1f523e7e tools/mpremote: Add "resume" and "soft-reset" commands. 3 years ago
Damien George 414b59d39c qemu-arm: Add tests for freezing viper and asm_thumb code. 3 years ago
Damien George 0a2895b099 tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable. 3 years ago
Damien George 66fc0f45c1 tools/ci.sh: Run urandom test scripts as part of native module tests. 3 years ago
Damien George 73a1927fce github/workflows: Add new workflow to test .mpy file format and tools. 3 years ago
Damien George c0f2af4e86 ports: Recompile bytecode tests now that .mpy format changed. 3 years ago
Damien George f2040bfc7e py: Rework bytecode and .mpy file format to be mostly static data. 3 years ago
Damien George 64bfaae7ab esp32/README.md: Update list of supported IDF versions. 3 years ago
Damien George b1afbe3336 tools/ci.sh: Update IDF v4.4 build to use v4.4 tag. 3 years ago
stijn 5f50f4a130 unix: Show compiler info in REPL banner. 3 years ago