aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2021-03-17stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.Damien George
2021-03-16stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path.stijn
2021-03-14rp2: Use core-provided cmake fragments instead of custom ones.Damien George
2021-03-14extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.Damien George
2021-03-14rp2/modmachine: Enable machine.Signal class.Damien George
2021-03-14rp2: Enabled more core Python features.Damien George
2021-03-13rp2: Enable uerrno module.Kevin Köck
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-03-12esp32/machine_hw_spi: Use default pins when making SPI if none given.Damien George
2021-03-12rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative.Andrew Scheller
2021-03-12rp2/modmachine: Re-init UART for REPL on frequency change.robert-hh
2021-03-12rp2/modmachine: Allow changing CPU clock frequency.robert-hh
2021-03-12rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item.robert-hh
2021-03-12rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset.robert-hh
2021-03-11rp2/machine_uart: Add support for inverted TX and RX lines.robert-hh
2021-03-11rp2/machine_uart: Add timeout/timeout_char to read and write.robert-hh
2021-03-11rp2: Enable VfsFat class for FAT filesystem support.StereoRocker
2021-03-11mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK.svetelna
2021-03-11esp32/Makefile: Specify port and baud on erase_flash command.Mike Causer
2021-03-11stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook.Damien George
2021-03-11stm32/spi: Fix baudrate calculation for H7 series.Reinhard Feger
2021-03-11stm32/powerctrl: Save and restore EWUP state when configuring standby.Peter Hinch
2021-03-10stm32/main: Fix passing state.reset_mode to init_flash_fs.Braiden Kindt
2021-03-10stm32/make-stmconst.py: Allow "[]" chars when parsing source comments.Herwin Grobben
2021-03-09stm32/storage: Prevent attempts to read/write invalid block addresses.Andrew Leech
2021-03-02stm32/rfcore: Allow BLE settings to be changed by a board.Damien George
2021-02-23rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32().Damien George
2021-02-21esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs.Damien George
2021-02-21stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3.Damien George
2021-02-21stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason
2021-02-19esp32: Make machine.soft_reset() work in main.py and reset_cause().Thorsten von Eicken
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-19esp32: Add support to build with ESP-IDF v4.3 pre-release.Damien George
2021-02-19esp32/boards: Enable size optimisation for builds.Damien George
2021-02-18stm32/mboot: After sig verify, only write firmware-head if latter valid.Damien George
2021-02-17stm32/mpbtstackport: Allow chipset and secondary baudrate to be set.Damien George
2021-02-17stm32/mpbthciport: Use mp_printf instead of printf for error message.Damien George
2021-02-17stm32/mpbthciport: Fix initial baudrate to use provided value.Andrew Leech
2021-02-17stm32/boards: Disable onewire module on boards with small flash.Damien George
2021-02-17stm32: Make pyb, uos, utime, machine and onewire modules configurable.Damien George
2021-02-17stm32/usb: Allow a board to configure USBD_VID and all PIDs.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-17stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool.David Michieli
2021-02-17zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().PTH
2021-02-17zephyr/boards: Add support for the nucleo_h743zi board.PTH
2021-02-16zephyr: Build MicroPython as a cmake target.Maureen Helm
2021-02-16zephyr: Remove unused build files.Maureen Helm
2021-02-16zephyr: Disable frozen source modules.Maureen Helm
2021-02-16zephyr: Update to zephyr v2.5.0.Maureen Helm
2021-02-16unix/moduselect: Don't allow both posix and non-posix configurations.Jim Mussared