13244 Commits (9e3e67b1d8bf0fd5ee612b3c828ae549f76d1407)
 

Author SHA1 Message Date
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
Damien George 18acd0318f py/gc: Update debug code to compile with changes to qstr pool types. 3 years ago
Damien George 2ea21abae0 tests/extmod/vfs_fat_finaliser.py: Make finalisation more robust. 3 years ago
Artyom Skrobov f46a7140f5 py/qstr: Use `const` consistently to avoid a cast. 4 years ago
Artyom Skrobov 18b1ba086c py/qstr: Separate hash and len from string data. 4 years ago
Damien George e8bc4a3a5b tests/run-perfbench.py: Use SKIP consistently, and increase print width. 3 years ago
Damien George a434705700 tests/perf_bench: Add perf test for yield-from execution. 3 years ago
Damien George 75da124cf8 tests/perf_bench: Add perf tests for qstr interning and importing .mpy. 3 years ago
Damien George b33fdbe535 tests/run-perfbench.py: Allow a test to SKIP, and to have a .exp file. 3 years ago
YoungJoon Chun d8a7bf83cc rp2/machine_uart: Fix UART RTS behaviour so RTS is deasserted. 3 years ago
Lars Kellogg-Stedman 8f6924c9fb docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait. 3 years ago
Jos Verlinde 6653856b87 docs/library/machine.Pin.rst: Document defaults for Pin.init. 3 years ago
Jos Verlinde 7f67524031 docs/library/pyb.SPI.rst: Document default for prescaler argument. 3 years ago
Jos Verlinde 58cd2a8b0a docs/library/esp.rst: Document the osdebug function. 3 years ago
Jos Verlinde f99b679916 docs/library/machine.WDT.rst: Use correct case for WDT.feed. 3 years ago
Jos Verlinde 7621b17636 docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB. 3 years ago
Jos Verlinde 8715ad9ccf docs/library/pyb.DAC.rst: Add DAC class constants. 3 years ago
Jos Verlinde ba4f6f5fdf docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years ago
Jos Verlinde 50b172023f docs/library/pyb.Timer.rst: Add pyb.Timer class constants. 3 years ago
Jos Verlinde 2c30ac7aeb docs/library/socket.rst: Document socket as a class. 3 years ago
Jos Verlinde cd0531c533 docs: Use the correct * keyword-only notation. 3 years ago
Jos Verlinde a41abd94dc docs/library/collections.rst: Use class for deque and OrderedDict. 3 years ago
iabdalkader 30a022548f tests/multi_net/udp_data.py: Make UDP test more reliable. 3 years ago
Seon Rozenblum aca40127bf esp32/boards: Add three UM ESP32-S3 based boards. 3 years ago
Damien George 468d1979ba esp32/machine_adc: Fix configuration of default ADC atten value. 3 years ago
Seon Rozenblum ada836b834 esp32/machine_adcblock: Fix ADC bit width for ESP32-S3. 3 years ago
Damien George 6fe3856c4f esp32/partitions-16MiB.csv: Increase 14MiB filesystem to maximum size. 3 years ago
Andrew Leech 6f7d6c567f windows/uasyncio: Add support for uasyncio to windows dev variant. 3 years ago