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/nuttx.git
from 2a34f57dce8 Documentation: add S2OPC documentation
new 63ca8d1cbc4 arch/arm/stm32: Add USBDEV_M0_V2 IP flag
new 47042a60140 arch/arm/stm32c0: Fix RCC CRS and HSIUSB48 bits
new 11128e55437 arch/arm/stm32: Add STM32C0 to HSI48 M0 driver
new 93db0083dfc arch/arm/stm32c0: Add USB device support
new 9cf62ee2f3b boards/stm32c0/nucleo-c071rb: Add usb-cdc config
new 9f5b02fb5a2 arch/arm/stm32: Fix nxstyle issues in stm32_usbdev_m0_v1.c
The 6 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:
Documentation/guides/stm32_ports.rst | 8 +-
.../arm/stm32c0/boards/nucleo-c071rb/index.rst | 10 +-
Documentation/platforms/arm/stm32c0/index.rst | 4 +-
arch/arm/src/common/stm32/CMakeLists.txt | 3 +-
arch/arm/src/common/stm32/Kconfig.have | 3 +
arch/arm/src/common/stm32/Make.defs | 3 +-
arch/arm/src/common/stm32/hardware/stm32_usbdev.h | 4 +-
.../src/common/stm32/hardware/stm32_usbdev_m0.h | 12 +-
arch/arm/src/common/stm32/stm32_hsi48_m0_v1.c | 4 +
arch/arm/src/common/stm32/stm32_usbdev_m0_v1.c | 765 +++++++++++----------
arch/arm/src/stm32c0/Kconfig | 5 +-
arch/arm/src/stm32c0/hardware/stm32c0_pinmap.h | 5 +
arch/arm/src/stm32c0/hardware/stm32c0_rcc.h | 21 +-
arch/arm/src/stm32c0/stm32_rcc.c | 6 +
arch/arm/src/stm32c0/stm32c0_rcc.c | 21 +-
arch/arm/src/stm32g0/Kconfig | 2 +-
.../configs/{nsh => usb-cdc}/defconfig | 7 +
boards/arm/stm32c0/nucleo-c071rb/include/board.h | 9 +
boards/arm/stm32c0/nucleo-c071rb/src/stm32_boot.c | 45 ++
.../arm/stm32c0/nucleo-c071rb/src/stm32_bringup.c | 14 +
20 files changed, 548 insertions(+), 403 deletions(-)
copy boards/arm/stm32c0/nucleo-c071rb/configs/{nsh => usb-cdc}/defconfig (88%)