13330 Commits (988827b85a9b09f1164e101ea2520562dd31634e)
 

Author SHA1 Message Date
Damien George 2c139bbf4e py/mpz: Fix bugs with bitwise of -0 by ensuring all 0's are positive. 3 years ago
Damien George 05bea70979 esp8266/etshal.h: Remove unneeded function declarations. 3 years ago
Matt Trentini f2b5c99fde stm32/boards/OLIMEX_H407: Fix typo in OLIMEX H407 board.json. 3 years ago
iabdalkader bedd9c5463 stm32/boards/make-pins.py: Generate empty ADC table if needed. 3 years ago
iabdalkader 1dc532019b stm32/qspi: Fix typo in address comment. 3 years ago
iabdalkader f9e5b0d93d stm32/factoryreset: Init vfs flags before calling pyb_flash_init_vfs. 3 years ago
Damien George fe9ffff9c0 py/mpstate.h: Only include sys.path/argv objects in state when enabled. 3 years ago
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults. 3 years ago
Jim Mussared 86394f70fc docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path. 3 years ago
Jim Mussared 86ce442607 ports: Add '.frozen' as the first entry in sys.path. 3 years ago
Jim Mussared d6d4a5819b py/mkrules.cmake: Set frozen preprocessor defs early. 3 years ago
Jim Mussared e0bf4611c3 py: Only search frozen modules when '.frozen' is found in sys.path. 3 years ago
Jim Mussared f853e3e106 tools/makemanifest.py: Merge make-frozen.py. 3 years ago
Jim Mussared 92353c2911 all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 3 years ago
Jim Mussared f241db7efe teensy: Switch to use manifest.py instead of FROZEN_DIR. 3 years ago
Jim Mussared cc23e99f32 py/modio: Remove io.resource_stream function. 3 years ago
Damien George d6dc4cb65a py/showbc: Fix printing of raw bytecode header on nanbox builds. 3 years ago
Damien George 598618e8cf tools/makemanifest.py: Make str conversion compatible with Python 2. 3 years ago
Tomas Vanek 9aa151e3f3 esp32/boards: Remove SPI pin defaults from GENERIC S2/S3 boards. 3 years ago
Tomas Vanek e761152d72 esp32/machine_hw_spi: Set proper default SPI(id=2) pins on S2 and S3. 3 years ago
Tomas Vanek d08886558b esp32/machine_hw_spi: Set proper default SPI(id=1) pins on S2,S3 and C3. 3 years ago
Tomas Vanek 3305ec44a2 esp32/machine_hw_spi: Fix SPI default pins reordering on ESP32-S2/S3. 3 years ago
Tomas Vanek f9733705a9 esp32/machine_pin: Make GPIO 26 usable for S2,S3 if SPIRAM not config'd. 4 years ago
Christian Decker e9f880482c tools/upip.py: Support == to specify exact package version. 3 years ago
Damien George d9d67adef1 docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
robert-hh 5ca56aaf16 mimxrt: Tidy up the board flash related files. 3 years ago
robert-hh c5dbbf71c0 mimxrt: Use -Og instead of -O0 for DEBUG builds. 3 years ago
robert-hh 64aa0bcb88 mimxrt: Enable ticks_cpu at boot time for NDEBUG builds only. 3 years ago
robert-hh 74e8db0ed1 mimxrt: Refactor the reading of the machine id. 3 years ago
robert-hh 1e9eaa7af5 mimxrt: Add a driver for the DP83848 PHY device. 3 years ago
robert-hh 5d8941ec85 mimxrt: Fix a tiny unnoticed bug in sdcard.c. 3 years ago
robert-hh ea09dccfea mimxrt: Re-Enable eth checksum creation by HW. 3 years ago
robert-hh bbe25f4704 mimxrt: Support selection of PHY type and address. 3 years ago
robert-hh bc1b0fd2c1 mimxrt: Define UART 0 on MIMXRT boards. 3 years ago
iabdalkader 1b7eee24eb extmod/network_ninaw10: Fix config of AP mode. 3 years ago
iabdalkader f21c565583 rp2/machine_uart: Handle and clear UART RX timeout IRQ. 3 years ago
Damien George 5adb1fa40e esp32,esp8266: Extract qstr from object when comparing keys in config(). 3 years ago
Damien George 6995cf03dd stm32/sdcard: Add config option to force MM card capacity. 3 years ago
Damien George b26704aac5 stm32/sdcard: Support 8-bit wide SDIO bus. 3 years ago
Damien George 9a1ab2286d stm32/main: Call sdcard_init when only MICROPY_HW_ENABLE_MMCARD enabled. 3 years ago
Damien George 88ac5a3116 stm32: Update L4 code to build with latest stm32lib and L4 HAL 1.17.0. 3 years ago
Damien George a0f5b3148a lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes. 3 years ago
Damien George 0892ebe091 stm32/boards: Enable MICROPY_HW_ENABLE_SERVO on various boards. 3 years ago
Damien George 5fc55999b2 stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config. 3 years ago
Damien George 10c6f03cbe stm32/boards: Remove stray '+' characters at start of lines in ld files. 3 years ago
Damien George 3f589e2f39 tools/autobuild: Automatically build all esp32 boards. 3 years ago
Damien George c613f5bb49 stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6. 3 years ago
Jim Mussared 92f54fe8d9 stm32/boards/NUCLEO_WB55: Fix LED ordering. 3 years ago
Damien George 67f66795c0 tools/mpremote: Implement seek and flush in ioctl method. 3 years ago
Damien George 9ffb1ad2f8 unix/Makefile: Use -Og instead of -O0 for debug builds. 3 years ago