aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.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-03lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.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/modlwip: Use mp_sched_schedule to schedule socket callbacks.Damien George
2019-07-03extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEMDamien George
2019-07-03extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.Damien George
2019-07-03extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM.Damien George
2019-07-03extmod/moduwebsocket: Make close_resp static array const to not use RAM.Damien George
2019-07-03stm32/extint: Simplify bitband support config for different MCUs.Damien George
2019-07-03stm32/spi: Factor out code to calculate SPI source frequency.Damien George
2019-07-03stm32/usb: Add "port" keyword argument to pyb.usb_mode, to select FS/HS.Damien George
2019-07-03stm32/usb: Add support to auto-detect USB interface, either FS or HS.Damien George
2019-07-03stm32/mpconfigport.h: Enable useful networking modules if lwIP enabled.Damien George
2019-07-03stm32/boards/PYBD_SFx: Put SPI flash to sleep during sleep modes.Damien George
2019-07-03stm32/powerctrl: Add hooks for a board to perform actions on sleep/wake.Damien George
2019-07-03drivers/memory/spiflash: Add support to put SPI flash in sleep mode.Damien George
2019-07-03stm32/qspi: Handle bus acquisition.Damien George
2019-07-03stm32/qspi: Force a reset of the QSPI peripheral when initialising it.Damien George
2019-07-03stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.Damien George
2019-07-03stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use.Damien George
2019-07-03stm32/eth: Use MPU helper functions to configure MPU for ETH use.Damien George
2019-07-03stm32/mpu: Add helper functions for configuring MPU.Damien George
2019-07-03py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__.David Lechner
2019-07-03py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code.David Lechner
2019-07-02samd: Remove "makefile" file.Damien George
2019-07-01py/persistentcode: Ensure prelude_offset is always initialised.Paul m. p. P
2019-07-01windows/mpconfigport.h: Define empty MP_WEAK symbol.Damien George
2019-07-01esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.Damien George
2019-07-01minimal: Use soft float for CROSS=1 Cortex-M4 target.Damien George
2019-07-01travis: Add samd port to Travis build.Damien George
2019-07-01samd: Add new port to Microchip SAMDxx microcontrollers.Damien George
2019-07-01tools: Add uf2conv.py from Microsoft/uf2 repository.Damien George
2019-07-01lib: Add tinyusb as a submodule.Damien George
2019-07-01lib: Add asf4 as a submodule.Damien George
2019-07-01ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.Damien George