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 cd2633ddcc arm/olimex-stm32-p407: Fix kmodule board profile
new b59e3616f4 gcov: Support for the most streamlined profile of
LLVM-embedded-toolchain-for-Arm
new 1d1ef52d1a arm/mps: Add a gcov functional testing configuration for
mps-clang
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:
arch/sim/src/Makefile | 2 +-
.../mps3-an547/configs/{clang => gcov}/defconfig | 2 +-
boards/arm/mps/mps3-an547/scripts/flash.ld | 24 ++
boards/sim/sim/sim/configs/kasan/defconfig | 2 +-
libs/libbuiltin/Kconfig | 29 +-
libs/libbuiltin/Makefile | 2 -
libs/libbuiltin/compiler-rt/CMakeLists.txt | 102 +++----
libs/libbuiltin/compiler-rt/Make.defs | 15 +-
libs/libbuiltin/compiler-rt/coverage.c | 326 +++++++++++++++++++++
tools/ci/testlist/arm-05.dat | 1 +
10 files changed, 447 insertions(+), 58 deletions(-)
copy boards/arm/mps/mps3-an547/configs/{clang => gcov}/defconfig (98%)
create mode 100644 libs/libbuiltin/compiler-rt/coverage.c