aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-07-20esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.Jim Mussared
2019-07-19windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.stijn
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-07-17stm32/boards/USBDONGLE_WB55: Add definition files for new board.Damien George
2019-07-17stm32/boards/NUCLEO_WB55: Add definition files for new board.Damien George
2019-07-17stm32/boards: Add MCU support files for STM32WB55.Damien George
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-17stm32/make-stmconst.py: Allow more variation in parens and int-suffix L.Damien George
2019-07-17stm32/boards/STM32F769DISC: Fix length of FLASH_APP section.Damien George
2019-07-16stm32/boards/B_L072Z_LRWAN1: Enable USB VCP support.Damien George
2019-07-16stm32/Makefile: Allow a board to disable float support.Damien George
2019-07-16stm32/mphalport: Fix GPIO clock enable for L0 MCUs.Damien George
2019-07-16stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs.Damien George
2019-07-16stm32: Add support for USB on L0 MCUs.Damien George
2019-07-16stm32/usbd_cdc_interface: Make CDC TX/RX buffer sizes configurable.Damien George
2019-07-16stm32/usb: Add config options to disable USB MSC and/or HID.Damien George
2019-07-11stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top.Damien George
2019-07-09javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.Paul m. p. P
2019-07-09unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.Paul m. p. P
2019-07-09stm32/boards/B_L072Z_LRWAN1: Add definition files for new board.Damien George
2019-07-09stm32/mboot: Update dependencies to enable parallel build with -j.Damien George
2019-07-09stm32/mboot: Use STARTUP_FILE from stm32lib.Damien George
2019-07-09stm32/mboot: Remove use of BSRRL/H for H7 MCUs due to stm32lib update.Damien George
2019-07-09stm32/mboot: Make _estack an array to avoid compiler warnings.Damien George
2019-07-09stm32/boards/NUCLEO_F413ZH: Remove STARTUP_FILE, it's defined globally.Damien George
2019-07-08stm32/boards/NUCLEO_L452RE: Add definition files for new board.Chris Mason
2019-07-08stm32: Add support for STM32L452 MCUs.Chris Mason
2019-07-08stm32/boards/NUCLEO_F446RE: Enable DAC.Damien George
2019-07-08stm32: Remove SystemInit funcs, use stm32lib versions instead.Damien George
2019-07-08stm32/powerctrl: Move F0's SystemClock_Config to powerctrlboot.c.Damien George
2019-07-08stm32/powerctrl: Move L0's SystemClock_Config to powerctrlboot.c file.Damien George
2019-07-05stm32/boards/NUCLEO_L073RZ: Add definition files for new board.Damien George
2019-07-05stm32/mpconfigport.h: Make "framebuf" module configurable by a board.Damien George
2019-07-05stm32/boards: Add MCU support files for STM32L072.Damien George
2019-07-05stm32: Add initial support for STM32L0xx MCUs.Damien George
2019-07-04esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface.Eric Poulsen
2019-07-04stm32/boards/PYBD_SFx: Automatically turn on EN_3V3 when powering SD/MMCDamien George
2019-07-04stm32/sdcard: Add hook for a board to power on SD/MMC.Damien George
2019-07-04stm32/boards/PYBD_SFx: Configure EN_3V3 pin as output on boot.Damien George
2019-07-04stm32/modmachine: Disable IRQs before entering bootloader.Damien George
2019-07-04stm32/lwip_inc: Define LWIP_NO_CTYPE_H=1 to use lwIP ctype funcs.Damien George
2019-07-03stm32/mpu: Include MPU functions when ETH is enabled.Damien George
2019-07-03stm32/boards: Remove startup_stm32*.s files now they are in stm32lib.Damien George
2019-07-03stm32/Makefile: Use startup_stm32*.s file from stm32lib.Damien George
2019-07-03stm32/Makefile: Remove Wno-attributes for ll_usb HAL file.Damien George
2019-07-03stm32: Update components to work with new H7xx HAL.Damien George
2019-07-03stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash.Damien George
2019-07-03stm32/modmachine: Make RTC class available in machine module.Damien George
2019-07-03extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.Damien George
2019-07-03stm32/extint: Simplify bitband support config for different MCUs.Damien George