Reinstate post build hooks for legacy targets #13081
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
This patch reinstates the post build hooks for NRF51, Teensy and MTS targets.
The online compiler requires these post build hooks.
Fixes the following reported issue in the online compiler.
https://forums.mbed.com/t/suddenly-getting-error-target-not-supported-missing-post-build-hook/8750
Documentation
None
Pull request type
Test results
Verified LPC4088 and MTS_DOT in the online compiler manually.
NRF51 (microbit) verified in hardhat tests
https://hardhat.test.mbed.com/#/out_of_box/micro_bit/2020-06-08T02:59:57.000Z
Reviewers
@Patater