-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDK5 sample project #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this example. Just a few minor things. David
IDE/MDK5/dummy.c
Outdated
(void)userCtx; | ||
return 0; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kojo1, if you'd like to plug in the STM32 CubeMX HAL SPI code its here:
https://github.com/wolfSSL/wolfTPM/blob/master/examples/tpm_io.c#L34
https://github.com/wolfSSL/wolfTPM/blob/master/examples/tpm_io.c#L60
https://github.com/wolfSSL/wolfTPM/blob/master/IDE/OPENSTM32/Src/main.c#L210
IDE/MDK5/RTE/wolfSSL/user_settings.h
Outdated
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this to match the other wolfTPM license headers (2018 and wolfTPM).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also can you make sure WOLF_CRYPTO_DEV
is added in here to support the wolfCrypt callbacks?
Hi @kojo1 : Can you resolve the merge conflict (rebase). Also this needs the include.am added. Thanks! |
# Conflicts: # src/tpm2_packet.c
UART4 is changed to USART1, just it does not seem to be defined with some STM32F4 |
Replaced with PR #22. |
with wrap_test.c