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