Infineon / optiga-trust-x

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

Add Mbed OS 6 PAL #40

Closed boraozgen closed 4 years ago

boraozgen commented 4 years ago

Hi @ayushev,

As mentioned in #38 we adapted the Mbed OS PAL to work with Mbed OS 6. We use this in a wrapper library where a Mbed OS style configuration file is present, which sets the board specific parameters such as OPTIGA_TRUST_X_I2C_SCL. Furthermore we use a .mbedignore file which ignores the unnecessary directories. Therefore this won't work out-of-the-box and some configuration is needed. However it should be a helpful starting point.

ayushev commented 4 years ago

Hello @boraozgen thank you for the PR, it seems to be fully ok. Would it be possible to add here also a sample configuration file (only with parts which are Trust X relevant) with the .mbedignore file? No extra work should be required except for just adding them for future reference. Thank you!