2235 Commits (bac791c5fdde27065c8e144aee929e20a444b10a)

Author SHA1 Message Date
Damien George bac791c5fd stm32/boards/LEGO_HUB_NO6: Skip first 1MiB of SPI flash for storage. 3 years ago
Damien George e3eed26d0b stm32/boards/LEGO_HUB_NO6: Change SPI flash storage to use hardware SPI. 3 years ago
Damien George 6936f410ab stm32/storage: Make extended-block-device more configurable. 3 years ago
Patrick Van Oosterwijck a66bd7a489 esp32/boards: Add GENERIC_C3_USB board with USB serial/JTAG support. 3 years ago
iabdalkader a3ce8f08ec rp2/mpconfigport.h: Allow boards to add root pointers. 3 years ago
iabdalkader 79baef843b rp2/CMakeLists.txt: Add option to enable double tap reset to bootrom. 3 years ago
iabdalkader c82244a7c0 rp2/rp2_flash: Disable IRQs while calling flash_erase/program. 3 years ago
Jim Mussared 996f703166 esp32,esp8266: Remove dead code for end_ticks in machine_bitstream. 3 years ago
Jim Mussared b51e7e9d01 stm32: Disable computed goto on constrained boards. 3 years ago
Damien George 61d5a8b9ce stm32/stm32_it: Support TIM17 IRQs on WB MCUs. 3 years ago
Tobias Thyrrestrup 0886bf46ca stm32/Makefile: Allow GIT_SUBMODULES and LIBS to be extended. 3 years ago
Jim Mussared b352db7a63 rp2/Makefile: Add "submodules" target, to match other ports. 3 years ago
Jim Mussared 62fd450e62 drivers/neopixel: Add common machine.bitstream-based neopixel module. 3 years ago
Jim Mussared 39e9c0788f esp8266: Replace esp.neopixel with machine.bitstream. 3 years ago
Jim Mussared 71f4faac27 esp32: Replace esp.neopixel with machine.bitstream. 3 years ago
Jim Mussared e64cda5295 stm32: Add implementation of machine.bitstream. 3 years ago
Jim Mussared 0c2cadf1c8 unix/Makefile: Disable error compression on arm-linux-gnueabi-gcc. 3 years ago
Damien George e25c5cb8d2 esp32/machine_pin: Make check for non-output pins respect chip variant. 3 years ago
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 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
Daniel Mizyrycki 8f45f5ee4f nrf: Set .mpy features consistent with documentation and other ports. 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 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 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