Infineon / optiga-trust-x

OPTIGA™ Trust X Software Framework
MIT License
37 stars 19 forks source link

Mbed OS PAL outdated #38

Closed boraozgen closed 4 years ago

boraozgen commented 4 years ago

Hello @ayushev,

we are using the library together with Mbed OS. We noticed some problems with the provided PAL, such as #37, or the fact that the reset function is not implemented. Furthermore, Mbed OS 6 deprecates some API used in the PAL, such as wait_ms(). We have now a working PAL which is Mbed OS 6 compatible. Are you open for PRs in this area?

ayushev commented 4 years ago

@boraozgen You are right, the reference implementaiton was based on a different Mbed OS version. All contributions a warmly welcome! If you also do have a working reference implemention, we can refer to it in the mbedOS PAL section, if you like.

ayushev commented 4 years ago

Hello @boraozgen do you still plan to commit a PR?