Skip to content
Snippets Groups Projects
Commit 33d9f72e authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Add installation of firmware hex files into lib/firmware/iri/battery_monitor

parent a10faf3b
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,8 @@ endif()
add_custom_target(firmware ALL COMMAND make
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../${firmware_dir}
)
INSTALL(FILES
${CMAKE_CURRENT_SOURCE_DIR}/../${firmware_dir}/avr8_battery_monitor_eeprom.hex
${CMAKE_CURRENT_SOURCE_DIR}/../${firmware_dir}/avr8_battery_monitor.hex
DESTINATION lib/firmware/iri/${PROJECT_NAME})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment