Skip to content

Commit 8ef4199

Browse files
authored
Merge pull request #604 from bigbrett/tc3xx-wolf-startup-integration
TC3xx: Replace IDE/AURIX project with new HAL module
2 parents 2a89172 + aa21f7c commit 8ef4199

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1435
-16356
lines changed

.github/workflows/test-wolfhsm-simulator.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,19 @@ jobs:
9999
100100
- name: Build example POSIX TCP server
101101
if: matrix.config.name != 'wolfHSM server cert chain verify'
102-
run: cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp && make WOLFSSL_DIR=../../../../../wolfssl
102+
run: cd lib/wolfHSM/examples/posix/wh_posix_server && make WOLFSSL_DIR=../../../../wolfssl
103103

104104
# Start the server in the background
105105
- name: Run POSIX TCP server
106106
if: matrix.config.name != 'wolfHSM server cert chain verify'
107107
run: |
108-
cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp
108+
cd lib/wolfHSM/examples/posix/wh_posix_server
109109
if [ "${{ matrix.config.name }}" = "wolfHSM cert chain verify" ]; then
110110
tmpfile=$(mktemp)
111-
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
112-
./Build/wh_server_tcp.elf --nvminit $tmpfile &
111+
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
112+
./Build/wh_posix_server.elf --type tcp --nvminit $tmpfile &
113113
else
114-
./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../../../wolfboot_signing_private_key_pub.der &
114+
./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --key ../../../../../wolfboot_signing_private_key_pub.der &
115115
fi
116116
TCP_SERVER_PID=$!
117117
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV

IDE/AURIX/Configurations/placeholder.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

IDE/AURIX/README.md

Lines changed: 0 additions & 418 deletions
This file was deleted.

IDE/AURIX/SDK/placeholder.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

IDE/AURIX/test-app-wolfHSM/.cproject

Lines changed: 0 additions & 617 deletions
This file was deleted.

IDE/AURIX/test-app-wolfHSM/.project

Lines changed: 0 additions & 62 deletions
This file was deleted.

IDE/AURIX/test-app-wolfHSM/Cpu0_Main.c

Lines changed: 0 additions & 85 deletions
This file was deleted.

IDE/AURIX/test-app-wolfHSM/Cpu1_Main.c

Lines changed: 0 additions & 42 deletions
This file was deleted.

IDE/AURIX/test-app-wolfHSM/Cpu2_Main.c

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)