timethernom
timethernom
Right, Cortex-M4/M33 is what I meant, and can require UMAAL if it delivers significant gain. Application is to deliver consensus proof to a hardware wallet. Probably will use schnorr threshold...
I just added server.c to a Keil project. My (out of date) Keil compiler threw some warnings on the inline functions calling static functions in no_asm.h, and then crashed. I...
Thanks! I will try this and see if any performance difference. This was with -O3 optimization.
Easier said than done. Keil does not like the library format, so will have to dig around on what is required there. I guess the main acceleration in the kmackay...
The Kinetis K8x looks almost identical to what we are currently running on, an Infineon PSoC62. We are currently running the 150Mhz M4 at 48Mhz to save power, so there's...
No doubt the linker was confused. Removing -fPIC avoided that. But, no significant performance difference. clang -O2 was about 50 msec slower than the keil -03 build. clang -03 was...
I just ran into this after moving an old s3 static www site to Amplify via the AWS console. Fixed by manually adding the AWSAmplifyDomain role as recommended here. Full...