Add simple SW implementations for crypto_backend and keystore_backend

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen
2021-05-28 15:35:24 +03:00
committed by Beat Küng
parent d068ae48d6
commit 0d4f481035
9 changed files with 624 additions and 0 deletions

View File

@@ -60,3 +60,4 @@ endif()
add_subdirectory(px4_work_queue)
add_subdirectory(work_queue)
add_subdirectory(px4_sw_crypto)