-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added binary and hex generation functions #221
Conversation
I think it would be beneficial to add They mention this in the docs:
I believe the same applies to Edit: Is |
Please update the readme file also. |
The |
I was not aware of such a limitation. This has worked for me before: # Print size information after build
add_custom_command(TARGET ${target} POST_BUILD
COMMAND ${CMAKE_SIZE} "${target}"
)
I don't quite see yet why |
Functions to generate binary file and hex file