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 eb92f0f8c84 drivers/timers: avoid 32-bit overflow in arch_timer
current_usec
new 7934a1c21c5 boards/stm32f3: migrate to new pinmap
new cebdcdc692e boards/nucleo-h563zi/nshusbnet: normalize defconfig
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/stm32/nucleo-f302r8/configs/can/defconfig | 1 +
.../stm32/nucleo-f302r8/configs/cansock/defconfig | 1 +
.../stm32/nucleo-f302r8/configs/highpri/defconfig | 1 +
.../nucleo-f302r8/configs/ihm07m1_b16/defconfig | 1 +
.../nucleo-f302r8/configs/ihm07m1_f32/defconfig | 1 +
.../arm/stm32/nucleo-f302r8/configs/nsh/defconfig | 1 +
.../stm32/nucleo-f302r8/configs/qenco/defconfig | 1 +
boards/arm/stm32/nucleo-f302r8/include/board.h | 46 ++++++++--------
boards/arm/stm32/nucleo-f302r8/src/stm32_adc.c | 8 +--
.../stm32/nucleo-f302r8/src/stm32_foc_ihm07m1.c | 10 ++--
boards/arm/stm32/nucleo-f302r8/src/stm32_highpri.c | 10 ++--
.../arm/stm32/nucleo-f303re/configs/adc/defconfig | 1 +
.../arm/stm32/nucleo-f303re/configs/can/defconfig | 1 +
.../stm32/nucleo-f303re/configs/hello/defconfig | 1 +
.../arm/stm32/nucleo-f303re/configs/nsh/defconfig | 1 +
.../stm32/nucleo-f303re/configs/nxlines/defconfig | 1 +
.../arm/stm32/nucleo-f303re/configs/pwm/defconfig | 1 +
.../stm32/nucleo-f303re/configs/serialrx/defconfig | 1 +
boards/arm/stm32/nucleo-f303re/include/board.h | 29 +++++-----
boards/arm/stm32/nucleo-f303re/src/stm32_adc.c | 44 +++++++--------
.../arm/stm32/nucleo-f303ze/configs/adc/defconfig | 1 +
.../arm/stm32/nucleo-f303ze/configs/nsh/defconfig | 1 +
.../nucleo-f303ze/configs/nxlines_oled/defconfig | 1 +
boards/arm/stm32/nucleo-f303ze/include/board.h | 14 ++---
boards/arm/stm32/nucleo-f303ze/src/stm32_adc.c | 18 +++----
.../arm/stm32/nucleo-f334r8/configs/adc/defconfig | 1 +
.../stm32/nucleo-f334r8/configs/highpri/defconfig | 1 +
.../arm/stm32/nucleo-f334r8/configs/nsh/defconfig | 1 +
.../stm32/nucleo-f334r8/configs/spwm1/defconfig | 1 +
.../stm32/nucleo-f334r8/configs/spwm2/defconfig | 1 +
boards/arm/stm32/nucleo-f334r8/include/board.h | 63 ++++++++++++++--------
boards/arm/stm32/nucleo-f334r8/src/stm32_adc.c | 18 +++----
boards/arm/stm32/nucleo-f334r8/src/stm32_highpri.c | 10 ++--
.../stm32f334-disco/configs/buckboost/defconfig | 1 +
.../stm32/stm32f334-disco/configs/nsh/defconfig | 1 +
.../stm32f334-disco/configs/powerled/defconfig | 1 +
boards/arm/stm32/stm32f334-disco/include/board.h | 60 ++++++++++++++++-----
boards/arm/stm32/stm32f334-disco/src/stm32_adc.c | 18 +++----
boards/arm/stm32/stm32f334-disco/src/stm32_smps.c | 4 +-
.../stm32/stm32f3discovery/configs/nsh/defconfig | 1 +
.../stm32f3discovery/configs/usbnsh/defconfig | 1 +
boards/arm/stm32/stm32f3discovery/include/board.h | 17 +++---
.../nucleo-h563zi/configs/nshusbnet/defconfig | 1 -
43 files changed, 241 insertions(+), 156 deletions(-)