This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 25876e327e arch/avr: fix atomic load functions from arch_atomic.c new ba00fa6478 arch/stm32c0: add FDCAN support new 13fba11e9b boards/nucleo-c092rc: add FDCAN examples 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/stm32c0/boards/nucleo-c092rc/index.rst | 12 + Documentation/platforms/arm/stm32c0/index.rst | 2 +- arch/arm/include/stm32f0l0g0/stm32c0_irq.h | 4 +- arch/arm/src/stm32f0l0g0/CMakeLists.txt | 9 + arch/arm/src/stm32f0l0g0/Kconfig | 161 +++++++- arch/arm/src/stm32f0l0g0/Make.defs | 9 + .../{stm32 => stm32f0l0g0}/hardware/stm32_fdcan.h | 14 +- .../src/stm32f0l0g0/hardware/stm32c0_memorymap.h | 2 +- arch/arm/src/stm32f0l0g0/hardware/stm32c0_pinmap.h | 21 ++ arch/arm/src/stm32f0l0g0/hardware/stm32c0_rcc.h | 43 ++- arch/arm/src/{stm32 => stm32f0l0g0}/stm32_fdcan.c | 412 +++----------------- arch/arm/src/{stm32 => stm32f0l0g0}/stm32_fdcan.h | 14 +- .../src/{stm32 => stm32f0l0g0}/stm32_fdcan_sock.c | 413 ++------------------- arch/arm/src/stm32f0l0g0/stm32c0_rcc.c | 10 +- .../nucleo-c092rc/configs/{nsh => can}/defconfig | 11 +- .../nucleo-c092rc}/configs/cansock/defconfig | 34 +- .../arm/stm32f0l0g0/nucleo-c092rc/include/board.h | 10 + .../stm32f0l0g0/nucleo-c092rc/src/CMakeLists.txt | 9 + boards/arm/stm32f0l0g0/nucleo-c092rc/src/Make.defs | 9 + .../stm32f0l0g0/nucleo-c092rc/src/nucleo-c092rc.h | 31 ++ .../stm32f0l0g0/nucleo-c092rc/src/stm32_bringup.c | 20 + .../nucleo-c092rc}/src/stm32_can.c | 31 +- .../nucleo-c092rc}/src/stm32_cansock.c | 11 +- 23 files changed, 479 insertions(+), 813 deletions(-) copy arch/arm/src/{stm32 => stm32f0l0g0}/hardware/stm32_fdcan.h (99%) copy arch/arm/src/{stm32 => stm32f0l0g0}/stm32_fdcan.c (87%) copy arch/arm/src/{stm32 => stm32f0l0g0}/stm32_fdcan.h (92%) copy arch/arm/src/{stm32 => stm32f0l0g0}/stm32_fdcan_sock.c (86%) copy boards/arm/stm32f0l0g0/nucleo-c092rc/configs/{nsh => can}/defconfig (83%) copy boards/arm/{stm32/b-g431b-esc1 => stm32f0l0g0/nucleo-c092rc}/configs/cansock/defconfig (67%) copy boards/arm/{stm32/nucleo-f303re => stm32f0l0g0/nucleo-c092rc}/src/stm32_can.c (82%) copy boards/arm/{stm32/nucleo-g431rb => stm32f0l0g0/nucleo-c092rc}/src/stm32_cansock.c (89%)