Skip to content

Commit

Permalink
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1268
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 14, 2024
1 parent 6be7784 commit 71cb6ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion MAX/Source/MAX32655/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,15 @@ zephyr_library_sources(
)
endif()

if (CONFIG_CRYPTO_MAX32)
if (CONFIG_CRYPTO_MAX32 OR CONFIG_BT)
zephyr_library_sources(
${MSDK_PERIPH_SRC_DIR}/AES/aes_me17.c
${MSDK_PERIPH_SRC_DIR}/AES/aes_revb.c
)
endif()

if (CONFIG_CRYPTO_MAX32)
zephyr_library_sources(
${MSDK_PERIPH_SRC_DIR}/CRC/crc_me17.c
${MSDK_PERIPH_SRC_DIR}/CRC/crc_reva.c
)
Expand Down
6 changes: 5 additions & 1 deletion MAX/Source/MAX32657/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,15 @@ zephyr_library_sources(
)
endif()

if (CONFIG_CRYPTO_MAX32)
if (CONFIG_CRYPTO_MAX32 OR CONFIG_BT)
zephyr_library_sources(
${MSDK_PERIPH_SRC_DIR}/AES/aes_me30.c
${MSDK_PERIPH_SRC_DIR}/AES/aes_revb.c
)
endif()

if (CONFIG_CRYPTO_MAX32)
zephyr_library_sources(
${MSDK_PERIPH_SRC_DIR}/CRC/crc_me30.c
${MSDK_PERIPH_SRC_DIR}/CRC/crc_reva.c
)
Expand Down
2 changes: 1 addition & 1 deletion MAX/msdk_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9bb8b5042bcb70100e9b8449fbba74fbba9801c0
bde1c220037bfecf1b810ad3ea0bcdbf373ef011

0 comments on commit 71cb6ff

Please sign in to comment.