This is an automated email from the ASF dual-hosted git repository. fdcavalcanti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6ec759706da arch/arm/samv7: enable USART peripherals for SAMx7xJ series new 6eef3880a03 boards/risc-v/esp32c6: Add support for the OA-TC6 10BASE-T1x MAC-PHYs new bd28635b689 Documentation/platforms/risc-v/esp32c6: Add oa_tc6 defconfig info 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: .../esp32c6/boards/esp32c6-devkitc/index.rst | 26 +++++++++++++ .../esp32c6/boards/esp32c6-devkitm/index.rst | 26 +++++++++++++ .../esp32c6/common/include/esp_board_oa_tc6.h | 16 ++++---- boards/risc-v/esp32c6/common/src/Make.defs | 4 ++ .../esp32c6/common/src/esp_board_oa_tc6.c} | 43 +++++++++++----------- .../configs/{wifi => oa_tc6}/defconfig | 37 ++++++++----------- .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 12 ++++++ .../configs/{sdmmc_spi => oa_tc6}/defconfig | 36 ++++++++++++------ .../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c | 12 ++++++ 9 files changed, 151 insertions(+), 61 deletions(-) copy arch/arm/src/cxd56xx/cxd56_geofence.h => boards/risc-v/esp32c6/common/include/esp_board_oa_tc6.h (83%) copy boards/{arm/samv7/samv71-xult/src/sam_oa_tc6.c => risc-v/esp32c6/common/src/esp_board_oa_tc6.c} (88%) copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{wifi => oa_tc6}/defconfig (73%) copy boards/risc-v/esp32c6/esp32c6-devkitm/configs/{sdmmc_spi => oa_tc6}/defconfig (69%)