summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-19extmod: Add machine.bitstream.Jim Mussared
2021-08-19tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation.Damien George
2021-08-19py/lexer: Clear fstring_args vstr on lexer free.Jim Mussared
2021-08-17docs/library/network.rst: Simplify socket import.Jim Mussared
2021-08-17docs/library/builtins.rst: Add module title.Jim Mussared
2021-08-17tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks.Jim Mussared
2021-08-17unix/Makefile: Disable error compression on arm-linux-gnueabi-gcc.Jim Mussared
2021-08-16esp32/machine_pin: Make check for non-output pins respect chip variant.Damien George
2021-08-16esp32/machine_hw_spi: Release GIL during transfers.Jonathan Hogg
2021-08-16mimxrt/machine_pin: Implement ioctl for Pin.Philipp Ebensberger
2021-08-14tests/multi_bluetooth/ble_subscribe.py: Add test for subscription.Jim Mussared
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-08-14stm32,esp32,rp2: Enable MICROPY_PY_FSTRINGS by default.Jim Mussared
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-08-14tools/mpremote: Add "devs" shortcut for "connect list".Damien George
2021-08-14tools/mpremote: Fix connect-list in case VID/PID are None.Damien George
2021-08-13extmod/modlwip: Fix close and clean up of UDP and raw sockets.Damien George
2021-08-13tests/run-multitests.py: Add broadcast and wait facility.Damien George
2021-08-13tools/autobuild: Add auto build for Silicognition wESP32.Patrick Van Oosterwijck
2021-08-13nrf: Set .mpy features consistent with documentation and other ports.Daniel Mizyrycki
2021-08-13docs/library/index.rst: Clarify module naming and purpose.Jim Mussared
2021-08-13tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output.Jim Mussared
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-08-13docs: Rename ufoo.rst to foo.rst.Jim Mussared
2021-08-13docs/templates: Add unix and zephyr quickref links to top-index.Damien George
2021-08-13docs/library/zephyr: Add libraries specific to the Zephyr port.Julia Hathaway
2021-08-13docs/zephyr: Add quick reference for the Zephyr port.Julia Hathaway
2021-08-10stm32/mbedtls: Fix compile warning about uninitialized val.Ned Konz
2021-08-10stm32/boards/NUCLEO_H743ZI2: Add modified version of NUCLEO_H743ZI.Ned Konz
2021-08-10rp2/CMakeLists.txt: Allow a board's cmake to set the manifest path.iabdalkader
2021-08-10esp32/makeimg.py: Get bootloader and partition offset from sdkconfig.Damien George
2021-08-09nrf: Enable source line on tracebacks.Daniel Mizyrycki
2021-08-09nrf/modules/nrf: Add function to enable/disable DCDC.Glenn Ruben Bakke
2021-08-08nrf/modules/uos: Add ilistdir to uos module.Damien George
2021-08-08tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.Glenn Ruben Bakke
2021-08-08nrf/boards: Enable MICROPY_VFS_LFS2 for all target boards.Glenn Ruben Bakke
2021-08-08nrf/mphalport: Add dummy function for mp_hal_time_ns().Glenn Ruben Bakke
2021-08-08nrf/Makefile: Set default manifest file for all targets.Glenn Ruben Bakke
2021-08-08nrf/modules/scripts: Add file system formatting script.Glenn Ruben Bakke
2021-08-08nrf/boards: Set FROZEN_MANIFEST blank when SD present on nrf51 targets.Glenn Ruben Bakke
2021-08-08tools/ci.sh: Add mpy-cross build to nrf port.Glenn Ruben Bakke
2021-08-08nrf: Facilitate use of freeze manifest.Glenn Ruben Bakke
2021-08-08nrf/boards: Enable needed features for FAT/LFS1/LFS2.Glenn Ruben Bakke
2021-08-08nrf/main: Add auto mount and auto format hook for internal flash FS.Glenn Ruben Bakke
2021-08-08nrf/qstrdefsport.h: Add entries for in-built FS mount points.Glenn Ruben Bakke
2021-08-08nrf/mpconfigport.h: Enable MICROPY_PY_IO_FILEIO when an FS is enabled.Glenn Ruben Bakke
2021-08-08nrf/modules/uos: Allow a board to configure MICROPY_VFS_FAT/LFS1/LFS2.Glenn Ruben Bakke
2021-08-08nrf/Makefile: Add _fs_size linker script override from make.Glenn Ruben Bakke
2021-08-08nrf/mpconfigport.h: Tune FAT FS configuration.Glenn Ruben Bakke
2021-08-08nrf/README: Update README.md to reflect internal file systems.Glenn Ruben Bakke