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
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
2016-11-25
stmhal/machine_i2c: Provide HW implementation of I2C peripherals for F4.
Damien George
2016-11-25
stmhal/i2c: Expose the pyb_i2c_obj_t struct and some relevant functions.
Damien George
2016-11-25
stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs.
Damien George
2016-11-24
stmhal: Add beginnings of port-specific machine.I2C implementation.
Damien George
2016-11-22
stmhal/i2c: Remove use of legacy I2C_NOSTRETCH_DISABLED option.
Damien George
2016-11-21
stmhal: Updates to get F411 MCUs compiling with latest ST HAL.
Damien George
2016-11-21
stmhal/i2c: Use the HAL's I2C IRQ handler for F7 and L4 MCUs.
Damien George
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-16
stmhal: Update HALCOMMITS due to change to hal.
Krzysztof Blazewicz
2016-11-16
stmhal/make-stmconst.py: Restore Python 2 compatibility.
Damien George
[prev]
[next]