This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 76cdd5c  mm: Remove mm_heap_impl_s struct
     new 2a21c45  Add STM32G43XX Analog Comparator driver.
     new 59b2ed4  Add nucleo-g431kb Analog Comparator example.
     new ea701a8  Fix comments.
     new 2692b61  Fix newline at end of file.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/stm32/Kconfig                         | 404 +++++++++-
 arch/arm/src/stm32/hardware/stm32_comp.h           |   6 +
 arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.h    |  22 +-
 arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h     | 167 ++++
 arch/arm/src/stm32/stm32_comp.c                    |  19 +-
 arch/arm/src/stm32/stm32_comp.h                    | 119 +--
 arch/arm/src/stm32/stm32_comp_v1.c                 |  21 +-
 .../src/stm32/{stm32_comp.h => stm32_comp_v1.h}    |  53 +-
 .../src/stm32/{stm32_comp_v1.c => stm32_comp_v2.c} | 859 ++++++++++-----------
 .../am335x_sysclk.c => stm32/stm32_comp_v2.h}      |  99 ++-
 .../nucleo-g431kb/configs/{pwm => comp}/defconfig  |  13 +-
 boards/arm/stm32/nucleo-g431kb/include/board.h     |  18 +-
 boards/arm/stm32/nucleo-g431kb/src/Make.defs       |   4 +
 boards/arm/stm32/nucleo-g431kb/src/nucleo-g431kb.h |  12 +
 boards/arm/stm32/nucleo-g431kb/src/stm32_bringup.c |  10 +
 .../src/stm32_comp.c                               |  66 +-
 16 files changed, 1169 insertions(+), 723 deletions(-)
 create mode 100644 arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h
 copy arch/arm/src/stm32/{stm32_comp.h => stm32_comp_v1.h} (76%)
 copy arch/arm/src/stm32/{stm32_comp_v1.c => stm32_comp_v2.c} (53%)
 copy arch/arm/src/{am335x/am335x_sysclk.c => stm32/stm32_comp_v2.h} (56%)
 copy boards/arm/stm32/nucleo-g431kb/configs/{pwm => comp}/defconfig (87%)
 copy boards/arm/stm32/{nucleo-f334r8 => nucleo-g431kb}/src/stm32_comp.c (67%)

Reply via email to