Merge pull request #558 from bigbrett/aurix-ide-fixes

quick fixes for AURIX IDE
pull/559/head
David Garske 2025-03-17 11:19:09 -07:00 committed by GitHub
commit f9b92cb6a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -116,7 +116,7 @@ For more information on the `wbaurixtool.sh` script, run `./wbaurixtool.sh --hel
- Note that if you already have generated keys, you can use `./wbaurixtool.sh clean` to remove them first
```
$ ./wbaurixtool.sh keygen --sign-algo ecc256 macros
$ ./wbaurixtool.sh keygen --sign-algo ecc256 macros lcf
Generating keys with algorithm: ecc256
Keytype: ECC256
Generating key (type: ECC256)
@ -126,6 +126,7 @@ Key type : ECC256
Public key slot: 0
Done.
Generating macros file with sign_algo=ecc256, hash_algo=sha256
Generating LCF file with header_size=256
```
### Install the Infineon TC3xx SDK into the wolfBoot project

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long