aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2016-12-22stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes.Damien George
2016-12-22stmhal/led: Properly initialise timer handle to zero before using it.Damien George
2016-12-15stmhal: Use core-provided keyboard exception object.Damien George
2016-12-15stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.Damien George
2016-12-15stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.Damien George
2016-12-15stmhal/mpconfigport: Add weak-module links for io, collections, random.Damien George
2016-12-14py/runtime: Zero out fs_user_mount array in mp_init.Damien George
2016-12-13stmhal: Move PY_SYS_PLATFORM config from board to general config file.Damien George
2016-12-13stmhal: Add STM32F769DISC board files.Rami Ali
2016-12-13stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2.Rami Ali
2016-12-13stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.Rami Ali
2016-12-13stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2.Rami Ali
2016-12-08stmhal: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-08extmod/machine_spi: Provide reusable software SPI class.Damien George
2016-12-07stmhal/hal: Update HALCOMMITS due to change in f7 hal files.Damien George
2016-12-07stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.Rami Ali
2016-12-07stmhal: Declare and initialise PrescTables for F7 MCUs.Rami Ali
2016-12-07stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.Rami Ali
2016-12-07stmhal: Port of f4 hal commit 09de030 to updated f7 hal.Rami Ali
2016-12-07stmhal: Port of f4 hal commit c568a2b to updated f7 hal.Rami Ali
2016-12-07stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.Rami Ali
2016-12-07stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.Rami Ali
2016-12-05stmhal/uart: Add check that UART id is valid for the given board.Damien George
2016-12-05stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.Damien George
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-12-05stmhal/adc: Use constants from new HAL version.Damien George
2016-12-02extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.Damien George
2016-12-02py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George
2016-12-02stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite.Damien George
2016-12-02stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card.Jean-François Milants
2016-11-30stmhal/adc: Make channel "16" always map to the temperature sensor.Damien George
2016-11-30stmhal/adc: Add support for F767 MCU.Damien George
2016-11-30stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value.Damien George
2016-11-30stmhal/adc: Make ADCAll.read_core_temp return accurate float value.Damien George
2016-11-30stmhal/adc: Provide more accurate measure of VBAT and VREFINT.Damien George
2016-11-29stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor.Damien George
2016-11-28stmhal: Add address parameters to openocd config files.Nicholas Graumann
2016-11-28stmhal: Add OpenOCD configuration for STM32L4.Nicholas Graumann
2016-11-28stmhal: Add back GPIO_BSRRL and GPIO_BSRRH constants to stm module.Damien George
2016-11-26stmhal: Add support for flash storage on STM32F415.Dave Hylands
2016-11-25stmhal/machine_i2c: Provide HW implementation of I2C peripherals for F4.Damien George
2016-11-25stmhal/i2c: Expose the pyb_i2c_obj_t struct and some relevant functions.Damien George
2016-11-25stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs.Damien George
2016-11-24stmhal: Add beginnings of port-specific machine.I2C implementation.Damien George
2016-11-22stmhal/i2c: Remove use of legacy I2C_NOSTRETCH_DISABLED option.Damien George
2016-11-21stmhal: Updates to get F411 MCUs compiling with latest ST HAL.Damien George
2016-11-21stmhal/i2c: Use the HAL's I2C IRQ handler for F7 and L4 MCUs.Damien George
2016-11-21stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky
2016-11-16stmhal: Update HALCOMMITS due to change to hal.Krzysztof Blazewicz
2016-11-16stmhal/make-stmconst.py: Restore Python 2 compatibility.Damien George