aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-06-22stm32/mboot: Use CMSIS system source code for SystemInit function.Damien George
2020-06-22stm32/mboot: Use flash routines from main stm32 code rather than custom.Damien George
2020-06-22stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7.Damien George
2020-06-22stm32/i2cslave: Add support for WB MCUs.Damien George
2020-06-22stm32/flash: Make flash C-API reusable, and funcs return an error code.Damien George
2020-06-22stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities.Damien George
2020-06-22stm32/irq: Clean up irq.h so it does not depend on core uPy defines.Damien George
2020-06-22qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.Damien George
2020-06-19esp32/esp32_rmt: Call rmt_driver_install before rmt_config.Jonathan Hogg
2020-06-19tools/uncrustify: Enable more opts to remove space between func and '('.David Lechner
2020-06-18stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.Damien George
2020-06-17nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.Glenn Ruben Bakke
2020-06-17stm32/rfcore: Leave txpower level as default when initialising rfcore.Damien George
2020-06-17stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs.Damien George
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