12939 Commits (959e6f7da91a8b751084c33a6ed0db807f72b0b9)
 

Author SHA1 Message Date
Damien George 959e6f7da9 tools/upip.py: Skip '.frozen' entry in sys.path for install path. 3 years ago
Damien George aac5a97d08 ports: Move '.frozen' to second entry in sys.path. 3 years ago
Damien George 028776d97b tools/mpremote: Add link to mpremote docs URL in help message. 3 years ago
Sergei Silnov 74e995dfd2 tools/mpremote: Add help command. 3 years ago
Michael Bentley 7566d107d5 tools/mpremote: Add mkdir and rmdir to RemoteFS. 3 years ago
Jim Mussared 599b61c086 esp32/machine_bitstream: Replace bit-bang code with RMT-based driver. 3 years ago
IhorNehrutsa 09fe80d091 esp32/machine_pwm: Keep duty constant when changing frequency. 3 years ago
IhorNehrutsa 4189c64869 esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values. 3 years ago
Damien George c768704cfd tests/basics/int_big_cmp.py: Add more tests for big-int comparison. 3 years ago
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