12710 Commits (6e39f2cc1ed7d4e6a6b1d3132a1b5a73b198ef38)
 

Author SHA1 Message Date
Jonathan Hogg 5b655665ab esp32/machine_hw_spi: Release GIL during transfers. 3 years ago
Philipp Ebensberger a1dc7277d9 mimxrt/machine_pin: Implement ioctl for Pin. 3 years ago
Jim Mussared c70930fb24 tests/multi_bluetooth/ble_subscribe.py: Add test for subscription. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Jim Mussared 5733c49174 stm32,esp32,rp2: Enable MICROPY_PY_FSTRINGS by default. 4 years ago
Jim Mussared 692d36d779 py: Implement partial PEP-498 (f-string) support. 3 years ago
Damien George 162bf3c5d8 tools/mpremote: Add "devs" shortcut for "connect list". 3 years ago
Damien George 1f48934312 tools/mpremote: Fix connect-list in case VID/PID are None. 3 years ago
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets. 3 years ago
Damien George 90d47ee34d tests/run-multitests.py: Add broadcast and wait facility. 3 years ago
Patrick Van Oosterwijck e49f609186 tools/autobuild: Add auto build for Silicognition wESP32. 3 years ago
Daniel Mizyrycki 8f45f5ee4f nrf: Set .mpy features consistent with documentation and other ports. 3 years ago
Jim Mussared d7fbc755dc docs/library/index.rst: Clarify module naming and purpose. 3 years ago
Jim Mussared ee549d725a tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output. 3 years ago
Jim Mussared c737cde947 docs: Replace ufoo with foo in all docs. 3 years ago
Jim Mussared 218606351c docs: Rename ufoo.rst to foo.rst. 3 years ago
Damien George 671f012306 docs/templates: Add unix and zephyr quickref links to top-index. 3 years ago
Julia Hathaway 6ed6990625 docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
Julia Hathaway 333e16521b docs/zephyr: Add quick reference for the Zephyr port. 3 years ago
Ned Konz 42d1a1635c stm32/mbedtls: Fix compile warning about uninitialized val. 3 years ago
Ned Konz a0cd18c1a5 stm32/boards/NUCLEO_H743ZI2: Add modified version of NUCLEO_H743ZI. 3 years ago
iabdalkader 23531bca74 rp2/CMakeLists.txt: Allow a board's cmake to set the manifest path. 3 years ago
Damien George 3835f5f597 esp32/makeimg.py: Get bootloader and partition offset from sdkconfig. 3 years ago
Daniel Mizyrycki 8645b7c23b nrf: Enable source line on tracebacks. 3 years ago
Glenn Ruben Bakke 77b4cfcbc9 nrf/modules/nrf: Add function to enable/disable DCDC. 6 years ago
Damien George e5e0553224 nrf/modules/uos: Add ilistdir to uos module. 3 years ago
Glenn Ruben Bakke 85f0ce214e tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting. 4 years ago
Glenn Ruben Bakke 55d4321c3e nrf/boards: Enable MICROPY_VFS_LFS2 for all target boards. 4 years ago
Glenn Ruben Bakke 23e8729d3e nrf/mphalport: Add dummy function for mp_hal_time_ns(). 4 years ago
Glenn Ruben Bakke aa857eb65e nrf/Makefile: Set default manifest file for all targets. 4 years ago
Glenn Ruben Bakke 7b6ad0ce2e nrf/modules/scripts: Add file system formatting script. 4 years ago
Glenn Ruben Bakke ffc636de2f nrf/boards: Set FROZEN_MANIFEST blank when SD present on nrf51 targets. 4 years ago
Glenn Ruben Bakke 4f76f66185 tools/ci.sh: Add mpy-cross build to nrf port. 4 years ago
Glenn Ruben Bakke 990341d18e nrf: Facilitate use of freeze manifest. 5 years ago
Glenn Ruben Bakke 4326e08802 nrf/boards: Enable needed features for FAT/LFS1/LFS2. 4 years ago
Glenn Ruben Bakke b0fd4372c4 nrf/main: Add auto mount and auto format hook for internal flash FS. 4 years ago
Glenn Ruben Bakke 6ff3a2afef nrf/qstrdefsport.h: Add entries for in-built FS mount points. 4 years ago
Glenn Ruben Bakke f99aa82e85 nrf/mpconfigport.h: Enable MICROPY_PY_IO_FILEIO when an FS is enabled. 4 years ago
Glenn Ruben Bakke 7a833edf37 nrf/modules/uos: Allow a board to configure MICROPY_VFS_FAT/LFS1/LFS2. 4 years ago
Glenn Ruben Bakke 0bde907a8b nrf/Makefile: Add _fs_size linker script override from make. 4 years ago
Glenn Ruben Bakke c9b72ba694 nrf/mpconfigport.h: Tune FAT FS configuration. 4 years ago
Glenn Ruben Bakke b40dfa961d nrf/README: Update README.md to reflect internal file systems. 4 years ago
Glenn Ruben Bakke 85cad50266 nrf/mpconfigport.h: Expose nrf module when MICROPY_PY_NRF is set. 4 years ago
Glenn Ruben Bakke 5a873e27eb nrf/drivers: Add support for using flash block device with SoftDevice. 4 years ago
Glenn Ruben Bakke 127cec8cae nrf/modules/nrf: Add new nrf module with flash block device. 4 years ago
Glenn Ruben Bakke 3b594f7b27 nrf/boards/common.ld: Calculate unused flash region. 4 years ago
Damien George f834fef6bb stm32/powerctrl: Support changing frequency on WB MCUs. 3 years ago
Damien George 3b32b3d1b3 stm32/usbd_cdc_interface: Rename USBD_CDC_xx opts to MICROPY_HW_USB_xx. 3 years ago
Damien George f28e8b9073 stm32/usbd_desc: Rename USBD_xxx descriptor opts to MICROPY_HW_USB_xxx. 3 years ago
Damien George 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 3 years ago