This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1f5786f libc/stdlib: Fix range check in strtoul(l)
new 5892927 board: add ADB example for stm32/photon
new da70eb5 usbdev: adb: fix missing break
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:
.../stm32/photon/configs/{rgbled => adb}/defconfig | 52 ++++----
boards/arm/stm32/photon/src/Make.defs | 4 +
boards/arm/stm32/photon/src/stm32_bringup.c | 33 ++++-
.../photon/src/stm32_composite.c} | 145 ++++++++++++---------
drivers/usbdev/adb.c | 16 ++-
5 files changed, 154 insertions(+), 96 deletions(-)
copy boards/arm/stm32/photon/configs/{rgbled => adb}/defconfig (64%)
copy boards/arm/{eoss3/quickfeather/src/eoss3_autoleds.c =>
stm32/photon/src/stm32_composite.c} (50%)