13171 Commits (cced9a0128a5fba99868b6fa091b26fec3119f54)
 

Author SHA1 Message Date
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
stijn 49934fcf8b extmod/moduplatform: Move platform PP definitions into a header. 3 years ago
Damien George f30b32e084 esp32/modules: Create ffat partition object with block_size=512. 3 years ago
Damien George 106a83de22 esp32/esp32_partition: Add support for specifying block_size. 3 years ago
Damien George 5935fa229c esp32/mpconfigport.h: Enable remaining features to get to "extra" level. 3 years ago
Damien George c8cd5a9960 esp32/mpconfigport.h: Use the "extra" feature level. 3 years ago
stijn ff9c708507 tests/run-tests.py: Skip repl tests when running windows underneath. 3 years ago
Damien George 5995fb5261 stm32/mboot: Allow a board more control over entry initialisation. 3 years ago
Damien George 2b62f12103 stm32/mboot: Allow a board to fully configure system clocks. 3 years ago
Christophe Priouzeau 130f7db1fc stm32/boards/NUCLEO_WB55: Add Arduino pin alias definitions. 4 years ago
stijn c14f47faa3 windows/Makefile: Specify CXXFLAGS in the Makefile. 3 years ago
stijn 8bb50c6301 unix/Makefile: Remove explicit addition of -std=c++ flag. 3 years ago
robert-hh 9c05f3aa1d drivers/sdcard: Allow setting the final SPI baudrate. 3 years ago
iabdalkader 465b74e78d drivers/ninaw10: Add NIC-level ioctl function. 3 years ago
David Lechner 5d6408f8f9 tools/verifygitlog.py: Ignore line length in body if it's a URL. 3 years ago
David Lechner 28cb573b89 windows/appveyor: Fix printing of test failures. 3 years ago
Bradley Wogsland 0dfd0447fa README: Update link for ARM embedded toolchain to developer.arm.com. 3 years ago
YoungJoon Chun 767058f328 rp2/Makefile: Add FROZEN_MANIFEST Makefile option, to override default. 3 years ago