summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-02-11stmhal: Erase complete flash when creating fsSven Wegener
2018-02-11stmhal: Optimize flash erase and writeSven Wegener
2018-02-11stmhal: Lock and unlock the flash on every erase/writeSven Wegener
2018-02-11stmhal: Shrink sector id variablesSven Wegener
2018-02-11stmhal: Mark flash cache as dirty after writingSven Wegener
2018-02-11stmhal: Drop flash_is_initialisedSven Wegener
2018-02-11stmhal: Allow fake read and write of blocks between mbr and dataSven Wegener
2018-02-09stm32/boards: Remove all config options that are set to defaults.Damien George
2018-02-09stm32: Add mpconfigboard_common.h with common/default board settings.Damien George
2018-02-08.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.Damien George
2018-02-08tests/unix: Add coverage test for calling mp_obj_new_bytearray.Damien George
2018-02-05stm32/main: Remove need for first_soft_reset variable.Damien George
2018-02-05stm32/main: Reorder some init calls to put them before soft-reset loop.Damien George
2018-02-05stm32/rtc: Add compile-time option to set RTC source as LSE bypass.Damien George
2018-02-05stm32/rtc: Fix RTC init to use LSI if LSI is already selected on boot.Damien George
2018-02-05stm32/rtc: Fix rtc_info flags when LSE fails and falls back to LSI.Damien George
2018-02-05stm32/spi: Accept machine.SPI object in spi_from_mp_obj() function.Damien George
2018-02-05stm32: Update LCD and network drivers to work with new SPI API.Damien George
2018-02-05stm32/spi: Provide better separation between SPI driver and uPy objs.Damien George
2018-02-02stm32/i2c: Allow I2C peripheral state to persist across a soft reset.Damien George
2018-02-02stm32/spi: Allow SPI peripheral state to persist across a soft reset.Damien George
2018-02-02stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.Damien George
2018-02-02stm32/spi: Add support for a board naming SPI peripherals 4, 5 and 6.Damien George
2018-02-02stm32/i2c: Use macros instead of magic numbers for I2C speed grades.liamkinne
2018-02-01stm32/usbdev: Add support for high-speed USB device mode.Damien George
2018-02-01stm32/usb: Allow board to select which USBD is used as the main one.Damien George
2018-02-01stm32/usbdev: Add support for MSC-only USB device class.Damien George
2018-02-01stm32/sdcard: Use maximum speed SDMMC clock on F7 MCUs.Damien George
2018-02-01stm32/sdcard: Only define IRQ handler if using SDMMC1 peripheral.Damien George
2018-02-01stm32/modmachine: In freq(), select flash latency value based on freq.Damien George
2018-02-01stm32: Improve support for STM32F722, F723, F732, F733 MCUs.Damien George
2018-02-01stm32/can: Support MCUs without a CAN2 peripheral.Damien George
2018-02-01stm32/usbdev: Combine all str descriptor accessor funcs into one func.Damien George
2018-02-01stm32/usbdev: Reduce dependency on py header files.Damien George
2018-02-01stm32/sdcard: Make SD wait routine more power efficient by using WFI.Damien George
2018-02-01stm32/spi: Make SPI DMA wait routine more power efficient by using WFI.Damien George
2018-01-31minimal/README: Update text to better describe what "make run" does.Damien George
2018-01-31esp32/machine_uart: Fix check of UART id so it only allows valid UARTs.Damien George
2018-01-31stm32: Add support for DHT11/DHT22 sensors.Damien George
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George
2018-01-31windows: Add Appveyor CI builds for windows mingw portstijn
2018-01-31stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C.Peter D. Gray
2017-12-29py/nlr: Fix nlr functions for 64bit ports built with gcc on Windowsstijn
2017-12-29windows/mpconfigport: Enable some features, including the Python stackstijn
2017-12-29windows/mpconfigport: Provide off_t definition for MSVC portstijn
2017-12-28stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init.Peter D. Gray
2017-12-26zephyr/main: Remove unused do_str() function.Paul Sokolovsky
2017-12-26zephyr/Makefile: clean: Clean libmicropython.a too.Paul Sokolovsky
2017-12-23stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.Damien George
2017-12-23stm32/i2c: Fix bug with I2C4 initialisation.Damien George