Skip to content
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

Auto bin2hpm #148

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Auto bin2hpm #148

merged 1 commit into from
Jul 3, 2023

Conversation

gustavosr8
Copy link
Contributor

@gustavosr8 gustavosr8 commented Jun 30, 2023

Fix #146

CMakeLists.txt Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
port/ucontroller/nxp/lpc17xx/bootloader/CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated
COMMAND bin2hpm -c 1 -n -m 0x315A -p 0x00 ${CMAKE_PROJECT_NAME}.bin -o ${CMAKE_PROJECT_NAME}.hpm
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
COMMENT "Creating HPM file from binary"
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use two spaces to indent the closing parenthesis here

Copy link
Member

@augustofg augustofg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@augustofg augustofg merged commit 0095b14 into devel Jul 3, 2023
@augustofg augustofg deleted the auto-bin2hpm branch July 10, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically generate .hpm files if bin2hpm is detected in $PATH
2 participants