13244 Commits (9e3e67b1d8bf0fd5ee612b3c828ae549f76d1407)
 

Author SHA1 Message Date
Damien George 9e3e67b1d8 py/objgenerator: Fix unused variables when native gen extracts prelude. 3 years ago
David Lechner 768879f999 py/smallint: Introduce MP_SMALL_INT_BITS macro. 3 years ago
David Lechner e7f6b9f4f7 tools/gen-cpydiff: Skip Black fmt comments. 3 years ago
David Lechner e7a92c0e69 tests/cmdline/cmd_showbc: Fix spelling of sequence. 3 years ago
Damien George b083cdba2b examples/embedding: Fix build with updated sys and os modules. 3 years ago
Damien George 73623d04d5 github/workflows: Add new workflow to test embedding example. 3 years ago
iabdalkader df86cef59a rp2: Allow Overriding cmake frozen manifest from the command line. 3 years ago
iabdalkader fe8b47e29f ports: Allow boards to define additional network interfaces. 3 years ago
Damien George 66fe3d5cb5 stm32: Support building for STM32F745. 3 years ago
Andrew Leech bb0ca00b77 stm32/mboot: Verify CRC32 of fsload DFU files before writing. 3 years ago
Andrew Leech bc856a1e29 stm32/mboot: Verify signature of fsload packed DFU files before writing. 3 years ago
Damien George 80055c2cdc stm32/mboot/fwupdate.py: Simplify calculation of CRC32. 3 years ago
Damien George bf89e336b9 stm32/boards/PYBD_SF2: Turn on SD card in mboot init if SD enabled. 3 years ago
Damien George e316306546 stm32/mboot: Add support for reading from SD card. 3 years ago
Damien George 9b07d38c7e stm32/mboot: Add support for 64-bit mboot address space for reads. 3 years ago
Damien George a92d45c3df stm32/mboot: Always check the magic number to enter filesystem loading. 3 years ago
Damien George dc91024a73 stm32/mboot: Add pragma for GCC to ignore array bounds warning. 3 years ago
Damien George f0be0de341 stm32/dma: Add option to disable auto-DMA-turn-off. 3 years ago
Damien George 63c7593df6 stm32/main: Support SD cards without a partition table. 3 years ago
Damien George 75d2bfcccf stm32/sdcard: Add sdcard_select_sd/mmc functions. 3 years ago
Damien George 7a9cf1f0fb stm32/sdcard: Use mp_hal_pin_input instead of HAL function. 3 years ago
Damien George eef7eae6b2 esp8266/modesp: Remove esp.info() function. 3 years ago
Damien George 65be5e072f esp8266/mpconfigport.h: Remove config values that are the defaults. 3 years ago
Kattni Rembor 61c02e6500 esp32/machine_pin: Expose pin 20 for ESP32. 3 years ago
Algy Tynan afceb56ee2 esp32/boards: Add support for LilyGO LoRa32 boards. 3 years ago
robert-hh 09b55dc297 esp32/machine_hw_spi: Use automatic DMA channel selection for SPI on C3. 3 years ago
wemos 1a0bd352d3 esp32/boards: Add LOLIN C3 MINI ESP32-C3 based board. 3 years ago
Jonathan Hogg 3b9de192be esp32/boards/UM_TINYPICO: Remove use of PULL_HOLD. 3 years ago
Jonathan Hogg 21d0599bd1 esp32/modesp32: Add new gpio_deep_sleep_hold function. 3 years ago
Jonathan Hogg 7684c996bc esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD. 3 years ago
Jonathan Hogg 5887dfeea6 docs/esp32/quickref: Refine deep-sleep power-saving notes. 3 years ago
Peter Züger 94a9b50668 mimxrt/mbedtls: Add NULL pointer check in m_free_mbedtls. 3 years ago
Peter Züger 95ee29f4f4 stm32/mbedtls: Add NULL pointer check in m_free_mbedtls. 3 years ago
iabdalkader a16dcc8136 stm32/boards: Convert F4xx and F7xx to new flash FS config. 3 years ago
Damien George 63f0e700f4 extmod/modure: Set subject begin_line so ^ doesn't match interior. 3 years ago
Damien George adfd57c5fe lib/re1.5: Distinguish between subject start-of-line and start-of-srch. 3 years ago
Damien George 1692cad673 py/showbc: Remove global variables and make DECODE_PTR work correctly. 3 years ago
Damien George 962ad8622e py/parse: Handle check for target small-int size in parser. 3 years ago
Damien George 3c7cab4e98 py/parse: Put const bytes objects in parse tree as const object. 3 years ago
Damien George 65851ebb51 py/parse: Simplify handling of const int parse nodes. 3 years ago
Damien George eec07332b1 unix/variants: Enable a few optimisations and features on dev, coverage. 3 years ago
Damien George 3c20ddb41a unix/variants: Use rom feature config for standard, dev, coverage. 3 years ago
Damien George 0ac3191d8c unix/mpconfigport.h: Collect together config options from extra level. 3 years ago
Damien George ac2293161e py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
Damien George cac939ddc3 py/modsys: Add optional sys.tracebacklimit attribute. 3 years ago
Damien George bc181550a4 py/modsys: Add optional attribute delegation. 3 years ago
Damien George 3356b5ef8d py/objmodule: Support delegating failed attr lookups. 3 years ago
Damien George d470c5a5ba tests/extmod/vfs_posix.py: Only test statvfs if it exists. 3 years ago
Damien George 0149cd6b8b windows: Switch to VFS subsystem and use VfsPosix. 3 years ago
Damien George 2b409ef8a4 unix/moduos: Convert module to use extmod version. 3 years ago