aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-09-26stm32/usbd_conf: Allocate enough space in USB HS TX FIFO for CDC packet.Damien George
2018-09-24stm32/powerctrl: Don't configure clocks if already at desired frequency.Damien George
2018-09-24stm32/powerctrl: Optimise passing of default values to set_sysclk.Damien George
2018-09-24stm32/powerctrl: Factor code that configures PLLSAI on F7 MCUs.Damien George
2018-09-24stm32/powerctrl: Factor code to set RCC PLL and use it in startup.Damien George
2018-09-24stm32/powerctrl: Fix configuring APB1/APB2 frequency when AHB also set.Damien George
2018-09-24stm32/powerctrl: Move function to set SYSCLK into new powerctrl file.Damien George
2018-09-24stm32/modmachine: Re-enable PLLSAI[1] after waking from stop mode.Damien George
2018-09-21stm32/boards/NUCLEO_F091RC: Enable USART3-8 with default pins.Damien George
2018-09-21stm32/uart: Add support for USART3-8 on F0 MCUs.Damien George
2018-09-21stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.Andrew Leech
2018-09-20stm32/adc: Increase sample time for internal sensors on L4 MCUs.Damien George
2018-09-20stm32/adc: Fix ADC calibration scale for L4 MCUs, they use 3.0V.Damien George
2018-09-20esp32/machine_rtc: Fix locals dict entry, init qstr points to init meth.Damien George
2018-09-20stm32/Makefile: Include copysign.c in double precision float builds.Damien George
2018-09-20unix/modjni: Get building under coverage and nanbox builds.Damien George
2018-09-20unix/modjni: Update .getiter signature to include mp_obj_iter_buf_t* .Paul Sokolovsky
2018-09-20stm32: Add support for STM32F765xx MCUs.Andrew Leech
2018-09-20py/objstr: Make % (__mod__) formatting operator configurable.Paul Sokolovsky
2018-09-20stm32/boards/STM32F769DISC: Add optional support for external SDRAM.Damien George
2018-09-20stm32/sdram: Add support for 32-bit wide data bus and 256MB in MPU cfg.Damien George
2018-09-16stm32/dma: Get DMA working on F0 MCUs.Damien George
2018-09-14esp32: Fix int overflow in machine.sleep/deepsleep functions.Siarhei Farbotka
2018-09-14unix/modos: Include extmod/vfs.h for MP_S_IFDIR, etc.Paul Sokolovsky
2018-09-14zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings.Paul Sokolovsky
2018-09-14zephyr/prj_base.conf: Update for net_config subsys refactor.Paul Sokolovsky
2018-09-12stm32/sdcard: Fully reset SDMMC periph before calling HAL DMA functions.Damien George
2018-09-12unix/mpconfigport_coverage.h: Enable uhashlib.md5.Damien George
2018-09-12stm32/flashbdev: Protect flash writes from cache flushing and USB MSC.Damien George
2018-09-12stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.Damien George
2018-09-11stm32/spi: Be sure to set all SPI config values in SPI proto init.Damien George
2018-09-11stm32/sdcard: Move temporary DMA state from BSS to stack.Damien George
2018-09-11stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.Damien George
2018-09-11stm32/dma: Reinitialise the DMA if the direction changed on the channel.Damien George
2018-09-11stm32/dma: Pass DMA direction as parameter to dma_init not in cfg structDamien George
2018-09-11stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.Damien George
2018-09-11stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.roland
2018-09-11stm32/Makefile: Allow external BOARD_DIR directory to be specified.Andrew Leech
2018-09-10unix/Makefile: Build libffi inside $BUILD.Paul Sokolovsky
2018-09-08esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.Damien George
2018-09-08esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.Damien George
2018-09-08unix/Makefile: Remove building of libaxtls.a which is no longer needed.Damien George
2018-09-05stm32/mboot/main: Use correct formula for DFU download address.Damien George
2018-09-05stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.Damien George
2018-08-14stm32/spi: Add implementation of low-level SPI protocol.Damien George
2018-08-14unix/Makefile: Enable ussl module with nanbox build.Damien George
2018-08-14stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own filesDamien George
2018-08-14esp32: Update to latest ESP IDF.Damien George
2018-08-14stm32/boards/STM32F7DISC: Enable onboard SDRAM.forester3
2018-08-14stm32/boards/STM32F429DISC: Add burst len and autorefresh to SDRAM cfg.forester3