Pre/Post build and Pre/Post upload steps #1762
Closed
brailovskii
started this conversation in
Ideas
Replies: 2 comments
-
you can have this (and a lot more) with sloeber |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @brailovskii In this file simply define your own pre/post target: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be useful feature. Most of the IDEs have these options.
I wrote some usage ideas in parentheses, but these may be extended.
Pre build step ==> run user defined script before building sketch
Post build step ==> run user defined script after building sketch(maybe converting generated binary file to HEX, or encrypting or smth. Else)
Pre upload step ==> run user defined script before uploading to board(initialize board, set it to boot loader mode; or even use user defined uploader)
Post upload step ==> run user defined script after uploading to board(prepare board to exit from boot loader mode)
Beta Was this translation helpful? Give feedback.
All reactions