File tree Expand file tree Collapse file tree 5 files changed +5
-119
lines changed
nix/m55-an547-arm-none-eabi
test/baremetal/platform/m55-an547 Expand file tree Collapse file tree 5 files changed +5
-119
lines changed Original file line number Diff line number Diff line change 88
99stdenvNoCC . mkDerivation {
1010 pname = "mldsa-native-m55-an547" ;
11- version = "main-2025-09-26 " ;
11+ version = "main-2025-10-02 " ;
1212
1313
1414 # Fetch platform files from pqmx (envs/m55-an547)
1515 src = fetchFromGitHub {
1616 owner = "slothy-optimizer" ;
1717 repo = "pqmx" ;
18- rev = "b58247d9771c170d3f74dbd993fa7a24d48258a8 " ;
19- hash = "sha256-APqxI5FjSDlPMc7/mT5MNjFb5TLWad179BRaoz3TP8g =" ;
18+ rev = "4ed493d3cf2af62a08fd9fe36c3472a0dc50ad9f " ;
19+ hash = "sha256-jLIqwknjRwcoDeEAETlMhRqZQ5a3QGCDZX9DENelGeQ =" ;
2020 } ;
2121
2222 dontBuild = true ;
2323
2424 installPhase = ''
2525 mkdir -p $out/platform/m55-an547/src/platform/
2626 cp -r envs/m55-an547/src/platform/. $out/platform/m55-an547/src/platform/
27+ cp integration/*.c $out/platform/m55-an547/src/platform/
2728 '' ;
2829
2930 setupHook = writeText "setup-hook.sh" ''
Original file line number Diff line number Diff line change 44
55import struct as st
66import sys
7- import tempfile
87import subprocess
98
109
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
33
44PLATFORM_PATH: =test/baremetal/platform/m55-an547
5- HAL_SRC_DIR =$(PLATFORM_PATH ) /src
6- HAL_INC_DIR =$(PLATFORM_PATH ) /inc
75
86CROSS_PREFIX =arm-none-eabi-
97CC =gcc
@@ -19,7 +17,6 @@ CFLAGS += \
1917 -fdata-sections \
2018 --sysroot=$(SYSROOT ) \
2119 -DDEVICE=\"an547\" \
22- -I$(HAL_INC_DIR ) \
2320 -I$(M55_AN547_PATH ) \
2421 -DARMCM55 \
2522 -DSEMIHOSTING\
@@ -61,5 +58,5 @@ LDFLAGS += \
6158 $(ARCH_FLAGS )
6259
6360# Extra sources to be included in test binaries
64- EXTRA_SOURCES = $(wildcard $(HAL_SRC_DIR ) / * .c) $( wildcard $( M55_AN547_PATH ) /* .c)
61+ EXTRA_SOURCES = $(wildcard $(M55_AN547_PATH ) /* .c)
6562EXEC_WRAPPER := $(realpath $(PLATFORM_PATH ) /exec_wrapper.py)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments