Skip to content

Commit 42cf7e9

Browse files
committed
TC3xx: Replace IDE/AURIX project with new HAL module
1 parent be15345 commit 42cf7e9

Some content is hidden

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

64 files changed

+1421
-16395
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ jobs:
5555
5656
- name: Build example POSIX TCP server
5757
if: matrix.config.name != 'wolfHSM server cert chain verify'
58-
run: cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp && make WOLFSSL_DIR=../../../../../wolfssl
58+
run: cd lib/wolfHSM/examples/posix/wh_posix_server && make WOLFSSL_DIR=../../../../wolfssl
5959

6060
# Start the server in the background
6161
- name: Run POSIX TCP server
6262
if: matrix.config.name != 'wolfHSM server cert chain verify'
6363
run: |
64-
cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp
64+
cd lib/wolfHSM/examples/posix/wh_posix_server
6565
if [ "${{ matrix.config.name }}" = "wolfHSM cert chain verify" ]; then
6666
tmpfile=$(mktemp)
67-
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
68-
./Build/wh_server_tcp.elf --nvminit $tmpfile &
67+
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
68+
./Build/wh_posix_server.elf --type tcp --nvminit $tmpfile &
6969
else
70-
./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../../../wolfboot_signing_private_key_pub.der &
70+
./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --key ../../../../../wolfboot_signing_private_key_pub.der &
7171
fi
7272
TCP_SERVER_PID=$!
7373
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)