1694 Commits (5e69926ea06cc035e831fcb657e756764682e0b5)

Author SHA1 Message Date
Damien George 137df81757 stm32/i2cslave: Pass I2C instance to callbacks to support multi I2Cs. 4 years ago
Damien George 0a8ce0d568 stm32/mboot: Update README to describe WB and littlefs support. 4 years ago
Damien George 67fd58bbd2 stm32/mboot: Add support for littlefs. 4 years ago
Damien George 390f32922d stm32/mboot: Decouple stream, filesystem and top-level loading code. 4 years ago
Damien George 763bd448a4 stm32/mboot: Don't search for firmware on FS, just attempt to open it. 4 years ago
Damien George 717b5073aa stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6. 4 years ago
Damien George c5af3217d9 stm32/timer: Support TIM1 on WB MCUs. 4 years ago
Damien George eb9850ef6c stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled. 4 years ago
Damien George b4dc4c5b9a stm32/mboot: Use additional CFLAGS to compile string0.c. 4 years ago
Damien George 81a7293ed6 stm32/mboot: Set VTOR on start up to ensure it has the correct value. 4 years ago
Damien George 6f40e6e131 stm32/boards: Add build-time option for NUCLEO_WB55 to use mboot. 4 years ago
Damien George 705728369d stm32/mboot: Add support for using mboot with WB MCUs. 4 years ago
Damien George 8675858465 stm32/mboot: Use CMSIS system source code for SystemInit function. 4 years ago
Damien George a8778c8dc8 stm32/mboot: Use flash routines from main stm32 code rather than custom. 4 years ago
Damien George 736daebfc8 stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7. 4 years ago
Damien George 4c8a68df6f stm32/i2cslave: Add support for WB MCUs. 4 years ago
Damien George afd47d58ac stm32/flash: Make flash C-API reusable, and funcs return an error code. 4 years ago
Damien George ce326699d7 stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities. 4 years ago
Damien George 5f3c2f1fa8 stm32/irq: Clean up irq.h so it does not depend on core uPy defines. 4 years ago
Damien George f1ba2c9d88 qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS. 4 years ago
Jonathan Hogg 3a9d948032 esp32/esp32_rmt: Call rmt_driver_install before rmt_config. 4 years ago
David Lechner 77ed6f69ac tools/uncrustify: Enable more opts to remove space between func and '('. 4 years ago
Damien George ce02d5e348 stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3. 4 years ago
Glenn Ruben Bakke 8d71cc2e7d nrf/bluetooth: Use MP_ERROR_TEXT for all error messages. 4 years ago
Damien George 4b5dd012e0 stm32/rfcore: Leave txpower level as default when initialising rfcore. 4 years ago
Damien George 289be6b352 stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs. 4 years ago
Damien George da99e0f979 stm32/factoryreset: Provide empty create-FS function when FAT disabled. 4 years ago
Jon Rob 1678f41744 esp32/esp32_rmt: Extend RMT to support carrier feature. 4 years ago
Damien George 2c5993c59e ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports. 4 years ago
Damien George 2b9900380a stm32/boards/STM32F769DISC: Use macro instead of const for flash size. 4 years ago
Maureen Helm 1ae861819d zephyr: Use cmake find_package to locate zephyr. 4 years ago
Maureen Helm b1651ff092 zephyr: Increase minimum required cmake version to 3.13.1. 4 years ago
Maureen Helm 4837b1caa2 zephyr: Convert DT_FLASH_AREA usages to new dts macros. 4 years ago
Maureen Helm 6aff27ac3c zephyr: Update to new zephyr timeout API. 5 years ago
Maureen Helm db02cb061d zephyr: Update for refactored zephyr device structures. 5 years ago
Maureen Helm 8b061f2d79 zephyr: Fix floating point configuration. 5 years ago
Maureen Helm 38b4f1569e zephyr: Fix and rename stacks_analyze function in zephyr module. 5 years ago
Albort Xue 05e5d411b5 mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld. 4 years ago
Jim Mussared 3f77f2c60c unix/btstack_usb: Allow choosing adaptor via environment variable. 4 years ago
jp-96 3705bc418c extmod/modbluetooth: Register default GATT service and fix esp32 init. 4 years ago
Philipp Ebensberger 29e258611a mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 5 years ago
Albort Xue e0d539f79d mimxrt/boards: Enable LED class for MIMXRT1060_EVK board. 4 years ago
Jim Mussared 8e8dcdd34b esp32: Update IDF v4.0 supported hash to v4.0.1. 5 years ago
Philipp Ebensberger 6ac05af8e1 mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow. 4 years ago
Damien George 621f40b12c esp32/mpthreadport: Fix calculation of thread stack size. 4 years ago
Damien George 596fb73927 qemu-arm: Support building in debug mode with DEBUG=1. 4 years ago
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support. 5 years ago
Damien George 8e591d412a minimal: Make build more flexible and work as 64-bit build. 5 years ago
stinos da71f55e23 stm32/Makefile: Quote libgcc path so spaces are not an issue. 5 years ago
David Spickett a4086a2f13 qemu-arm/README: Update link to toolchain. 5 years ago