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
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-09-03
docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.
Jim Mussared
2019-07-08
stm32: Add support for STM32L452 MCUs.
Chris Mason
2019-04-24
stm32/dac: Rework DAC driver to use direct register access.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
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