This is an automated email from the ASF dual-hosted git repository.
linguini1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ec9a849e158 tools: add build path support on host_info tool
new 4484f16efc4 boards/nucleo-c0XXX: add PWM support
new 4ee59f6b68b arch/stm32f0l0g0/stm32c0_rcc.h: fix TIM bits
The 2 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/stm32f0l0g0/hardware/stm32c0_rcc.h | 16 +--
.../arm/stm32f0l0g0/common/include/board_pwm.h | 14 ++-
boards/arm/stm32f0l0g0/common/src/CMakeLists.txt | 6 +-
boards/arm/stm32f0l0g0/common/src/Make.defs | 4 +
.../common/src/board_pwm.c} | 107 +++++++++++++--------
.../nucleo-c071rb/configs/jumbo/defconfig | 8 ++
.../arm/stm32f0l0g0/nucleo-c071rb/include/board.h | 7 ++
.../stm32f0l0g0/nucleo-c071rb/src/stm32_bringup.c | 14 +++
.../nucleo-c092rc/configs/jumbo/defconfig | 8 ++
.../arm/stm32f0l0g0/nucleo-c092rc/include/board.h | 7 ++
.../stm32f0l0g0/nucleo-c092rc/src/stm32_bringup.c | 14 +++
11 files changed, 147 insertions(+), 58 deletions(-)
copy include/nuttx/serial/uart_hostfs.h =>
boards/arm/stm32f0l0g0/common/include/board_pwm.h (83%)
copy boards/arm/{stm32/nucleo-f429zi/src/stm32_pwm.c =>
stm32f0l0g0/common/src/board_pwm.c} (60%)