aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-03-09stm32/modmachine: Support basic H7 MCU features.iabdalkader
2018-03-09stm32/timer: Add Timer support for H7 MCUs.iabdalkader
2018-03-09stm32/uart: Add UART support for H7 MCUs.iabdalkader
2018-03-09stm32/wdt: Add WDT support for H7 MCUs.iabdalkader
2018-03-09stm32/mphalport: Use GPIO BSRRL/BSRRH registers for H7 MCUs.iabdalkader
2018-03-09stm32/system_stm32: Add H7 MCU system initialisation.iabdalkader
2018-03-09stm32/flash: Add flash support for H7 MCUs.iabdalkader
2018-03-09stm32/Makefile: Add settings to support H7 MCUs.iabdalkader
2018-03-09stm32/boards: Add new NUCLEO_H743ZI board configuration files.iabdalkader
2018-03-09stm32/boards: Add stm32h743.ld linker script.Damien George
2018-03-09stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs.Damien George
2018-03-08unix/coverage: Allow coverage tests to pass with debugging disabled.Damien George
2018-03-07stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins.sec2
2018-03-07stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list.sec2
2018-03-07stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.Damien George
2018-03-05esp32/modnetwork: Implement status('stations') to list STAs in AP mode.Lee Seong Per
2018-03-05esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33."Damien George
2018-03-05esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.Olivier Ortigues
2018-03-03stm32/qspi: Add hardware QSPI driver, with memory-map capability.Damien George
2018-03-03stm32/spibdev: Convert to use multiple block read/write interface.Damien George
2018-03-02stm32/storage: Add option for bdev to supply readblock/writeblocks.Damien George
2018-03-02stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.Damien George
2018-03-02stm32/spibdev: Update to work with new spiflash driver.Damien George
2018-03-02tests: Move heap-realloc-while-locked test from C to Python.Damien George
2018-03-01tests/unix: Add coverage tests for various GC calls.Damien George
2018-02-27tests/unix: Add coverage test for VM executing invalid bytecode.Damien George
2018-02-26esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.Damien George
2018-02-26esp8266/uart: Allow to compile with event-driven REPL.Damien George
2018-02-25tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.Damien George
2018-02-23stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.Damien George
2018-02-23stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.Damien George
2018-02-23stm32: Use "GEN" for describing files generated in the build.Damien George
2018-02-22stm32: Add board config option to enable/disable the ADC.Damien George
2018-02-22minimal/Makefile: Explicitly include lib/utils/printf.c in build.Damien George
2018-02-22ports/{bare-arm,minimal}/Makefile: Only build with core source files.Damien George
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-02-21esp32/modsocket: Allow getaddrinfo() to take up to 6 args.Damien George
2018-02-21esp32/main: Allocate the uPy heap via malloc instead of on the bss.Damien George
2018-02-21esp32: Update to the latest ESP IDF.Damien George
2018-02-19esp32/modnetwork: Implement dhcp_hostname for WLAN.config().Damien George
2018-02-19esp32/machine_touchpad: Swap pins 32 and 33.Damien George
2018-02-17esp32/machine_rtc: Move export declaration from .c to common .h file.Damien George
2018-02-17esp32/modesp32: Add new module "esp32" to support extra wake features.Eric Poulsen
2018-02-17esp32/machine_rtc: Add RTC class to machine module with sleep impl.Eric Poulsen
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2018-02-15esp8266/README.md: Update build instruction to reflect new ports dir.Olivier Ortigues
2018-02-15esp8266/esppwm: Clip negative duty numbers to 0.Olivier Ortigues
2018-02-14unix/mpconfigport_coverage: Enable range (in)equality comparison.Damien George
2018-02-14unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.Damien George
2018-02-14teensy: Update GPIO speed consts to align with changes in stm32 port.Damien George