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