This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 38ba0aefca usbhost_hub: Prevent crash when the last hub port is used.
     new d205c8c0e0 arch/stm32f7: fixes for pinmap
     new 26536f9f55 boards/stm32f7: rework boards to not use 
CONFIG_STM32F7_USE_LEGACY_PINMAP=y

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:
 .../src/stm32f7/hardware/stm32f74xx75xx_pinmap.h   |   4 +-
 .../src/stm32f7/hardware/stm32f76xx77xx_pinmap.h   |   4 +-
 .../stm32f7/nucleo-144/configs/f722-can/defconfig  |   1 +
 .../nucleo-144/configs/f722-cansock/defconfig      |   1 +
 .../nucleo-144/configs/f722-composite/defconfig    |   1 +
 .../stm32f7/nucleo-144/configs/f722-nsh/defconfig  |   1 +
 .../nucleo-144/configs/f746-evalos/defconfig       |   1 +
 .../stm32f7/nucleo-144/configs/f746-nsh/defconfig  |   1 +
 .../nucleo-144/configs/f746-pysim/defconfig        |   1 +
 .../nucleo-144/configs/f767-evalos/defconfig       |   1 +
 .../nucleo-144/configs/f767-netnsh/defconfig       |   1 +
 .../stm32f7/nucleo-144/configs/f767-nsh/defconfig  |   1 +
 boards/arm/stm32f7/nucleo-144/include/board.h      | 168 ++++++-----
 .../steval-eth001v1/configs/foc_b16/defconfig      |   1 +
 .../steval-eth001v1/configs/foc_f32/defconfig      |   1 +
 .../stm32f7/steval-eth001v1/configs/nsh/defconfig  |   1 +
 boards/arm/stm32f7/steval-eth001v1/include/board.h |  51 +++-
 .../arm/stm32f7/stm32f746-ws/configs/nsh/defconfig |   1 +
 boards/arm/stm32f7/stm32f746-ws/include/board.h    | 116 +++++---
 .../stm32f746g-disco/configs/audio/defconfig       |   1 +
 .../stm32f7/stm32f746g-disco/configs/fb/defconfig  |   1 +
 .../stm32f746g-disco/configs/lvgl/defconfig        |   1 +
 .../stm32f746g-disco/configs/netnsh/defconfig      |   1 +
 .../stm32f7/stm32f746g-disco/configs/nsh/defconfig |   1 +
 .../stm32f746g-disco/configs/nxdemo/defconfig      |   1 +
 .../stm32f746g-disco/configs/nxterm/defconfig      |   1 +
 .../arm/stm32f7/stm32f746g-disco/include/board.h   | 329 ++++++++++++---------
 .../stm32f769i-disco/configs/netnsh/defconfig      |   1 +
 .../stm32f7/stm32f769i-disco/configs/nsh/defconfig |   1 +
 .../arm/stm32f7/stm32f769i-disco/include/board.h   | 166 ++++++-----
 .../stm32f777zit6-meadow/configs/nsh/defconfig     |   1 +
 .../stm32f7/stm32f777zit6-meadow/include/board.h   | 173 ++++++-----
 32 files changed, 612 insertions(+), 423 deletions(-)

Reply via email to