Closed dgarske closed 3 weeks ago
@SparkiDev , is there a reason we don't include #include <stdint.h>
at the top of these arm asm files? For example they use uint64_t
and wolfSSL headers do not explicitly include it. In wolfBoot I had to add to the user_settings.h to get it to build.
We shouldn't be using uint64_t. These need to change to word64.
Retest this please: Unit.test for 'PRB-dtls.txt_27'
Description
Testing
wolfBoot
cp ./config/examples/zynqmp.config .config
Checklist