aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
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
2018-08-14stm32/sdram: Allow additional config by a board, and tune MPU settings.forester3
2018-08-14unix/Makefile: coverage: Explicitly build "axtls" too.Paul Sokolovsky
2018-08-14windows/msvc: Support custom compiler for header generation.stijn
2018-08-10stm32/spi: Round up prescaler calc to never exceed requested baudrate.Damien George
2018-08-10stm32/dma: Fix spelling of "corresponding" in two locations.David Lechner
2018-08-04stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel.Damien George
2018-08-04stm32/adc: Disable VBAT in read channel helper function.Damien George
2018-08-02nrf/uart: Fix UART.writechar() to write just 1 byte.Ayke van Laethem
2018-08-02nrf/uart: Remove unused UART.char_width field.Ayke van Laethem
2018-08-02nrf: Use separate config for each PWM instance.Stig Bjørlykke
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-08-01nrf: Correct index checking of ADC/PWM/RTCounter instances.Stig Bjørlykke
2018-08-01nrf: Enable all PWM, RTC and Timer instances for nrf52840.Stig Bjørlykke
2018-08-01nrf/uos: Add mbfs __enter__ and __exit__ handlers.Stig Bjørlykke