DotBots / DotBot-firmware

Firmware applications used to control DotBots and SailBots
https://dotbot-firmware.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

crypto: add support for PSA crypto (for both cc310 and cc312) #235

Open aabadie opened 1 year ago

geonnave commented 11 months ago

Support for the cc310 is working (done?), if I understand correctly (just ran both crypto-examples in the nRF52840DK).

As per the cc312, it is still work in progress, as the architecture of the underlying libraries changed. After some initial digging, @aabadie reported that there are missing symbols when trying to compile using the nrf_cc312_mbedcrypto.

There is a discussion about using the cc312 at the Nordic forum, albeit it is not clear if the approach worked or not.

Edit: I replied on the forum entry, asking whether the solution worked for the OP. (not that hopeful though, as it is a 3 year old question...)