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 612f9a07dd9 sched/clock: fix stale CLOCK_MONOTONIC on SCHED_TICKLESS
new 8c8ae925307 boards/nucleo-f072rb: Add USB device support and a CDC/ACM
configuration.
new 99aa6fc501b docs/boards: Document the Nucleo F072RB USB CDC
configuration.
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:
.../arm/stm32f0/boards/nucleo-f072rb/index.rst | 7 ++++
arch/arm/src/stm32f0/hardware/stm32f07x_pinmap.h | 5 +++
.../stm32f0/nucleo-f072rb/configs/nsh/defconfig | 6 +++
.../configs/{nsh => usb-cdc-uart}/defconfig | 32 ++++++++++++---
boards/arm/stm32f0/nucleo-f072rb/include/board.h | 4 ++
boards/arm/stm32f0/nucleo-f072rb/src/stm32_boot.c | 45 ++++++++++++++++++++++
.../arm/stm32f0/nucleo-f072rb/src/stm32_bringup.c | 13 +++++++
7 files changed, 106 insertions(+), 6 deletions(-)
copy boards/arm/stm32f0/nucleo-f072rb/configs/{nsh => usb-cdc-uart}/defconfig
(67%)