embOS port#407
Conversation
self-review complete Removed autogenerated files
| /* ------------------------------------------------------------------------- */ | ||
| // See README.md for instructions | ||
| //#define FREESCALE_MMCAU 1 | ||
|
|
There was a problem hiding this comment.
The most recent version of the user_settings.h that I've been working with is here:
https://github.com/dgarske/wolfssl/blob/mathfixes/IDE/ROWLEY-CROSSWORKS-ARM/user_settings.h
I'd recommend removing the "HW Crypto Acceleration" section. Also the new version has a section for Ed/Curve25519 and also has a few typo fixes (such as GCM_SMALL comment). Also maybe you should remove TFM_CHECK and WOLFSSL_DEBUG_MATH.
|
Please review my feedback. Mainly I believe you can eliminate the settings folders and the .dep files. Also the USE_FAST_MATH should be in the user_settings.h file, not in settings.h. Thanks! |
|
Looks good to me. Ready for final review / approval by @toddouska. |
Add changes to the example user settings noted by david missed .dep files, exclude these as well .dep files are necessary rebase
|
Steps taken: Cleanup as many files as possible Changed version to 3.9.1 see PR #410 |
|
My only suggestion is to have a clear explanation in the IDE/IAR-EWARM/README about when to use the embOS folder and when to use Projects folder. Right now, the REAMDE makes no mention of of embOS. I think this will avoid some confusion for new wolfSSL users with IAR. |
|
Readme update in IDE/IAR-EWARM noting the embOS directory and it's intended use. Distribution test re-run by Jacob Barthelmeh |
|
Thanks for the changes. |
Ready for review