Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
battery_monitor
Commits
33d9f72e
Commit
33d9f72e
authored
Jul 02, 2019
by
Fernando Herrero
Browse files
Add installation of firmware hex files into lib/firmware/iri/battery_monitor
parent
a10faf3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
33d9f72e
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment