]> begriffs open source - cmsis/commit
Add LLVM LIT/FileCheck tests for Core files
authorJonatan Antoni <jonatan.antoni@arm.com>
Tue, 24 Oct 2023 14:13:45 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 14:13:45 +0000 (16:13 +0200)
commit5d06d1d2136fd1d7b53cdb42230274f36de97e3d
treeba0a4314342f8c92744adbf7606824f9be65b3bf
parentc5806c40fbd5c2fdc77c40a6c9ca98eacef182a6
Add LLVM LIT/FileCheck tests for Core files
53 files changed:
.devcontainer/ubuntu-22.04/Dockerfile [new file with mode: 0644]
.devcontainer/ubuntu-22.04/devcontainer.json [new file with mode: 0644]
.devcontainer/ubuntu-22.04/vcpkg-configuration.json [new file with mode: 0644]
.github/workflows/core.yml [new file with mode: 0644]
.gitignore
CMSIS/Core/Test/apsr.c [new file with mode: 0644]
CMSIS/Core/Test/basepri.c [new file with mode: 0644]
CMSIS/Core/Test/bkpt.c [new file with mode: 0644]
CMSIS/Core/Test/build.py [new file with mode: 0755]
CMSIS/Core/Test/clrex.c [new file with mode: 0644]
CMSIS/Core/Test/clz.c [new file with mode: 0644]
CMSIS/Core/Test/control.c [new file with mode: 0644]
CMSIS/Core/Test/dmb.c [new file with mode: 0644]
CMSIS/Core/Test/dsb.c [new file with mode: 0644]
CMSIS/Core/Test/fault_irq.c [new file with mode: 0644]
CMSIS/Core/Test/faultmask.c [new file with mode: 0644]
CMSIS/Core/Test/fpscr.c [new file with mode: 0644]
CMSIS/Core/Test/fpscr_nofp.c [new file with mode: 0644]
CMSIS/Core/Test/ipsr.c [new file with mode: 0644]
CMSIS/Core/Test/irq.c [new file with mode: 0644]
CMSIS/Core/Test/isb.c [new file with mode: 0644]
CMSIS/Core/Test/lda.c [new file with mode: 0644]
CMSIS/Core/Test/ldaex.c [new file with mode: 0644]
CMSIS/Core/Test/ldrex.c [new file with mode: 0644]
CMSIS/Core/Test/ldrt.c [new file with mode: 0644]
CMSIS/Core/Test/lit.cfg.py [new file with mode: 0644]
CMSIS/Core/Test/msp.c [new file with mode: 0644]
CMSIS/Core/Test/msplim.c [new file with mode: 0644]
CMSIS/Core/Test/nop.c [new file with mode: 0644]
CMSIS/Core/Test/noreturn.c [new file with mode: 0644]
CMSIS/Core/Test/primask.c [new file with mode: 0644]
CMSIS/Core/Test/psp.c [new file with mode: 0644]
CMSIS/Core/Test/psplim.c [new file with mode: 0644]
CMSIS/Core/Test/psplim_baseline.c [new file with mode: 0644]
CMSIS/Core/Test/rbit.c [new file with mode: 0644]
CMSIS/Core/Test/requirements.txt [new file with mode: 0644]
CMSIS/Core/Test/rev.c [new file with mode: 0644]
CMSIS/Core/Test/rev16.c [new file with mode: 0644]
CMSIS/Core/Test/revsh.c [new file with mode: 0644]
CMSIS/Core/Test/ror.c [new file with mode: 0644]
CMSIS/Core/Test/rrx.c [new file with mode: 0644]
CMSIS/Core/Test/sat.c [new file with mode: 0644]
CMSIS/Core/Test/sev.c [new file with mode: 0644]
CMSIS/Core/Test/simd.c [new file with mode: 0644]
CMSIS/Core/Test/sp_ns.c [new file with mode: 0644]
CMSIS/Core/Test/stl.c [new file with mode: 0644]
CMSIS/Core/Test/stlex.c [new file with mode: 0644]
CMSIS/Core/Test/strex.c [new file with mode: 0644]
CMSIS/Core/Test/strt.c [new file with mode: 0644]
CMSIS/Core/Test/systick.c [new file with mode: 0644]
CMSIS/Core/Test/vcpkg-configuration.json [new file with mode: 0644]
CMSIS/Core/Test/wfi.c [new file with mode: 0644]
CMSIS/Core/Test/xpsr.c [new file with mode: 0644]