aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-06-17stm32/factoryreset: Provide empty create-FS function when FAT disabled.Damien George
2020-06-17esp32/esp32_rmt: Extend RMT to support carrier feature.Jon Rob
2020-06-16ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.Damien George
2020-06-12stm32/boards/STM32F769DISC: Use macro instead of const for flash size.Damien George
2020-06-12zephyr: Use cmake find_package to locate zephyr.Maureen Helm
2020-06-12zephyr: Increase minimum required cmake version to 3.13.1.Maureen Helm
2020-06-12zephyr: Convert DT_FLASH_AREA usages to new dts macros.Maureen Helm
2020-06-12zephyr: Update to new zephyr timeout API.Maureen Helm
2020-06-12zephyr: Update for refactored zephyr device structures.Maureen Helm
2020-06-12zephyr: Fix floating point configuration.Maureen Helm
2020-06-12zephyr: Fix and rename stacks_analyze function in zephyr module.Maureen Helm
2020-06-10mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld.Albort Xue
2020-06-10unix/btstack_usb: Allow choosing adaptor via environment variable.Jim Mussared
2020-06-10extmod/modbluetooth: Register default GATT service and fix esp32 init.jp-96
2020-06-09mimxrt/boards: Integrate support for MIMXRT1020_EVK board.Philipp Ebensberger
2020-06-09mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.Albort Xue
2020-06-09esp32: Update IDF v4.0 supported hash to v4.0.1.Jim Mussared
2020-06-08mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.Philipp Ebensberger
2020-06-05esp32/mpthreadport: Fix calculation of thread stack size.Damien George
2020-06-05qemu-arm: Support building in debug mode with DEBUG=1.Damien George
2020-06-05mimxrt: Add initial impl of machine.LED class, and basic pin support.Philipp Ebensberger
2020-06-02minimal: Make build more flexible and work as 64-bit build.Damien George
2020-06-02stm32/Makefile: Quote libgcc path so spaces are not an issue.stinos
2020-06-02qemu-arm/README: Update link to toolchain.David Spickett
2020-06-02stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.Damien George
2020-06-02stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.Damien George
2020-06-02stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.Damien George
2020-06-02stm32/adc: Add support to pyb.ADC for STM32WB MCUs.Damien George
2020-06-02stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.Damien George
2020-06-01stm32/machine_uart: Allow re-init'ing a static UART object.Damien George
2020-06-01stm32/machine_uart: Retain attached-to-repl setting when init'ing UART.Damien George
2020-05-29powerpc/uart: Choose which UART to use at build time, not runtime.Joel Stanley
2020-05-29esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.Thorsten von Eicken
2020-05-28esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.cccc
2020-05-28windows: Make appveyor.yml self-contained.stijn
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-05-27powerpc: Set better default compiler.Joel Stanley
2020-05-27powerpc: Fix Makefile rule when linking.Joel Stanley
2020-05-27mimxrt/boards: Add MIMXRT1060_EVK board.Albort Xue
2020-05-27esp8266/esppwm: Fix PWM glitch when setting duty on different channel.Olivier Ortigues
2020-05-16unix/main: Enter REPL when inspect active, even with stdin redirected.Yu-Ming Chang
2020-05-15nrf: Add openocd as a supported flasher.Jim Mussared
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-05-15nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.Damien George
2020-05-15nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.Damien George
2020-05-15stm32/boards: Add board config for Nucleo-F412ZG development board.Thomas Roberts
2020-05-15stm32: Add support for F412 MCUs.Thomas Roberts
2020-05-14esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.Rafael Römhild
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-11stm32/README: Reorg DFU flashing instructions with addition for PYBD.Thorsten von Eicken