mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add compilation of nuttx_crypto
NuttX has lots of usable functionality for crypto, such as rng with entropy pool Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
parent
d36a91ceaf
commit
be4f7cabf9
@ -94,6 +94,7 @@ list(APPEND nuttx_libs
|
||||
nuttx_fs
|
||||
nuttx_mm
|
||||
nuttx_sched
|
||||
nuttx_crypto
|
||||
)
|
||||
|
||||
if (CONFIG_NET)
|
||||
|
||||
@ -319,6 +319,7 @@ add_nuttx_dir(sched sched y -D__KERNEL__)
|
||||
add_nuttx_dir(c libs/libc n "")
|
||||
add_nuttx_dir(xx libs/libxx n "")
|
||||
add_nuttx_dir(mm mm n "")
|
||||
add_nuttx_dir(crypto crypto y -D__KERNEL__)
|
||||
|
||||
if(CONFIG_NET)
|
||||
add_nuttx_dir(net net y -D__KERNEL__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user