mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +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:
committed by
Beat Küng
parent
d36a91ceaf
commit
be4f7cabf9
@@ -94,6 +94,7 @@ list(APPEND nuttx_libs
|
|||||||
nuttx_fs
|
nuttx_fs
|
||||||
nuttx_mm
|
nuttx_mm
|
||||||
nuttx_sched
|
nuttx_sched
|
||||||
|
nuttx_crypto
|
||||||
)
|
)
|
||||||
|
|
||||||
if (CONFIG_NET)
|
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(c libs/libc n "")
|
||||||
add_nuttx_dir(xx libs/libxx n "")
|
add_nuttx_dir(xx libs/libxx n "")
|
||||||
add_nuttx_dir(mm mm n "")
|
add_nuttx_dir(mm mm n "")
|
||||||
|
add_nuttx_dir(crypto crypto y -D__KERNEL__)
|
||||||
|
|
||||||
if(CONFIG_NET)
|
if(CONFIG_NET)
|
||||||
add_nuttx_dir(net net y -D__KERNEL__)
|
add_nuttx_dir(net net y -D__KERNEL__)
|
||||||
|
|||||||
Reference in New Issue
Block a user