[UBLOX_C030] create target hierarchy for the specific versions of the C030 board #4180
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.
The
UBLOX_C030
board comes in a number of versions, each of which has its own board ID. This change makesUBLOX_C030
a private target that the specific board versions can inherit. The two board IDs allocated at the moment areUBLOX_C030_U201
(for the Sara-U201 2G/3G module) andUBLOX_C030_N211
(for the NBIoT module), hence these are the two new targets. The targets are identical right now; they will diverge once the mbed Cellular API comes along.Note that this change is built on top of the change from @philwareublox in pull request #4133.
The
UBLOX_C030
boards are not on the market yet, hence this change cannot cause any customer surprises.