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 6eabe35a60 esp32[h2]: Fix esp32h2 get mac address issue
add 4bd2c0443b Preliminary add of fdcan source files.
No new revisions were added by this update.
Summary of changes:
arch/arm/src/stm32h5/Kconfig | 296 +++++++++
arch/arm/src/stm32h5/Make.defs | 4 +
arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h | 26 +
arch/arm/src/{stm32 => stm32h5}/stm32_fdcan.c | 696 +++++++++++----------
arch/arm/src/{stm32 => stm32h5}/stm32_fdcan.h | 15 +-
5 files changed, 704 insertions(+), 333 deletions(-)
copy arch/arm/src/{stm32 => stm32h5}/stm32_fdcan.c (88%)
copy arch/arm/src/{stm32 => stm32h5}/stm32_fdcan.h (91%)