Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Add OTA port for rx65n-rsk to CMake files (aws#2315)
Browse files Browse the repository at this point in the history
* Update the rx65n-rsk CMake files to include a port for the OTA library
  • Loading branch information
yanjos-dev committed Jul 28, 2020
1 parent d5e5687 commit 1e3ae78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vendors/renesas/rx_mcu_boards/boards/rx65n-rsk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,21 @@ target_link_libraries(
INTERFACE AFR::secure_sockets_freertos_plus_tcp
)

# OTA
afr_mcu_port(ota)
target_sources(
AFR::ota::mcu_port
INTERFACE "${rx65nrsk_ports_dir}/ota/aws_ota_pal.c"
)
target_link_libraries(
AFR::ota::mcu_port
INTERFACE
AFR::crypto
AFR::pkcs11
AFR::ota_mqtt
AFR::ota_http
)

# -------------------------------------------------------------------------------------------------
# FreeRTOS demos and tests
# -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1e3ae78

Please sign in to comment.