summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21py/mpz: Fix bugs with bitwise of -0 by ensuring all 0's are positive.Damien George
2021-12-21esp8266/etshal.h: Remove unneeded function declarations.Damien George
2021-12-20stm32/boards/OLIMEX_H407: Fix typo in OLIMEX H407 board.json.Matt Trentini
2021-12-20stm32/boards/make-pins.py: Generate empty ADC table if needed.iabdalkader
2021-12-19stm32/qspi: Fix typo in address comment.iabdalkader
2021-12-19stm32/factoryreset: Init vfs flags before calling pyb_flash_init_vfs.iabdalkader
2021-12-19py/mpstate.h: Only include sys.path/argv objects in state when enabled.Damien George
2021-12-18py/runtime: Allow initialising sys.path/argv with defaults.Damien George
2021-12-18docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path.Jim Mussared
2021-12-18ports: Add '.frozen' as the first entry in sys.path.Jim Mussared
2021-12-18py/mkrules.cmake: Set frozen preprocessor defs early.Jim Mussared
2021-12-18py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared
2021-12-17tools/makemanifest.py: Merge make-frozen.py.Jim Mussared
2021-12-17all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR.Jim Mussared
2021-12-17teensy: Switch to use manifest.py instead of FROZEN_DIR.Jim Mussared
2021-12-17py/modio: Remove io.resource_stream function.Jim Mussared
2021-12-15py/showbc: Fix printing of raw bytecode header on nanbox builds.Damien George
2021-12-15tools/makemanifest.py: Make str conversion compatible with Python 2.Damien George
2021-12-15esp32/boards: Remove SPI pin defaults from GENERIC S2/S3 boards.Tomas Vanek
2021-12-15esp32/machine_hw_spi: Set proper default SPI(id=2) pins on S2 and S3.Tomas Vanek
2021-12-15esp32/machine_hw_spi: Set proper default SPI(id=1) pins on S2,S3 and C3.Tomas Vanek
2021-12-15esp32/machine_hw_spi: Fix SPI default pins reordering on ESP32-S2/S3.Tomas Vanek
2021-12-15esp32/machine_pin: Make GPIO 26 usable for S2,S3 if SPIRAM not config'd.Tomas Vanek
2021-12-15tools/upip.py: Support == to specify exact package version.Christian Decker
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-12-14mimxrt: Tidy up the board flash related files.robert-hh
2021-12-14mimxrt: Use -Og instead of -O0 for DEBUG builds.robert-hh
2021-12-14mimxrt: Enable ticks_cpu at boot time for NDEBUG builds only.robert-hh
2021-12-14mimxrt: Refactor the reading of the machine id.robert-hh
2021-12-14mimxrt: Add a driver for the DP83848 PHY device.robert-hh
2021-12-14mimxrt: Fix a tiny unnoticed bug in sdcard.c.robert-hh
2021-12-14mimxrt: Re-Enable eth checksum creation by HW.robert-hh
2021-12-14mimxrt: Support selection of PHY type and address.robert-hh
2021-12-14mimxrt: Define UART 0 on MIMXRT boards.robert-hh
2021-12-14extmod/network_ninaw10: Fix config of AP mode.iabdalkader
2021-12-14rp2/machine_uart: Handle and clear UART RX timeout IRQ.iabdalkader
2021-12-14esp32,esp8266: Extract qstr from object when comparing keys in config().Damien George
2021-12-14stm32/sdcard: Add config option to force MM card capacity.Damien George
2021-12-14stm32/sdcard: Support 8-bit wide SDIO bus.Damien George
2021-12-14stm32/main: Call sdcard_init when only MICROPY_HW_ENABLE_MMCARD enabled.Damien George
2021-12-14stm32: Update L4 code to build with latest stm32lib and L4 HAL 1.17.0.Damien George
2021-12-14lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes.Damien George
2021-12-10stm32/boards: Enable MICROPY_HW_ENABLE_SERVO on various boards.Damien George
2021-12-10stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config.Damien George
2021-12-10stm32/boards: Remove stray '+' characters at start of lines in ld files.Damien George
2021-12-10tools/autobuild: Automatically build all esp32 boards.Damien George
2021-12-09stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6.Damien George
2021-12-09stm32/boards/NUCLEO_WB55: Fix LED ordering.Jim Mussared
2021-12-09tools/mpremote: Implement seek and flush in ioctl method.Damien George
2021-12-09unix/Makefile: Use -Og instead of -O0 for debug builds.Damien George