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
/
ports
/
stm32
/
dac.c
Age
Commit message (
Expand
)
Author
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-02
stm32/dac: Implement printing of a DAC object.
Damien George
2018-05-02
stm32/dac: Make deinit disable the output buffer on H7 and L4 MCUs.
Damien George
2018-05-01
stm32/dac: Use mp_hal_pin_config() instead of HAL_GPIO_Init().
Damien George
2018-04-24
stm32/dac: Support MCUs that don't have TIM4/5 and use new HAL macro.
Damien George
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
2018-04-10
stm32/dac: Add support for H7 MCUs.
iabdalkader
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-27
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George