index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
Age
Commit message (
Expand
)
Author
2017-01-12
stmhal: fix wrong usage of gcc -print-libgcc-file-name
Pavol Rusnak
2017-01-12
stmhal: Support PortG on STM32L476 and STM32L486.
Dave Hylands
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-28
stmhal/uart: Increase inter-character timeout by 1ms.
Damien George
2016-12-28
stmhal/uart: Provide a custom function to transmit over UART.
Damien George
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-22
stmhal: Add support for STM32 Nucleo64 L476RG.
sergiuszm
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes.
Damien George
2016-12-22
stmhal/led: Properly initialise timer handle to zero before using it.
Damien George
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-15
stmhal/mpconfigport: Add weak-module links for io, collections, random.
Damien George
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-13
stmhal: Move PY_SYS_PLATFORM config from board to general config file.
Damien George
2016-12-13
stmhal: Add STM32F769DISC board files.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2.
Rami Ali
2016-12-13
stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2.
Rami Ali
2016-12-08
stmhal: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-12-07
stmhal/hal: Update HALCOMMITS due to change in f7 hal files.
Damien George
2016-12-07
stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.
Rami Ali
2016-12-07
stmhal: Declare and initialise PrescTables for F7 MCUs.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit 09de030 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit c568a2b to updated f7 hal.
Rami Ali
2016-12-07
stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.
Rami Ali
2016-12-07
stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.
Rami Ali
2016-12-05
stmhal/uart: Add check that UART id is valid for the given board.
Damien George
2016-12-05
stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.
Damien George
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-12-05
stmhal/adc: Use constants from new HAL version.
Damien George
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-12-02
stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-12-02
stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card.
Jean-François Milants
2016-11-30
stmhal/adc: Make channel "16" always map to the temperature sensor.
Damien George
2016-11-30
stmhal/adc: Add support for F767 MCU.
Damien George
2016-11-30
stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value.
Damien George
2016-11-30
stmhal/adc: Make ADCAll.read_core_temp return accurate float value.
Damien George
2016-11-30
stmhal/adc: Provide more accurate measure of VBAT and VREFINT.
Damien George
2016-11-29
stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor.
Damien George
2016-11-28
stmhal: Add address parameters to openocd config files.
Nicholas Graumann
2016-11-28
stmhal: Add OpenOCD configuration for STM32L4.
Nicholas Graumann
2016-11-28
stmhal: Add back GPIO_BSRRL and GPIO_BSRRH constants to stm module.
Damien George
2016-11-26
stmhal: Add support for flash storage on STM32F415.
Dave Hylands
[next]