Skip to content

Issues after device.h -> targets.json conversion #1857

@bogdanm

Description

@bogdanm
Contributor

There are still some device.h files with actual data left in the tree, see for example https://github.com/mbedmicro/mbed/blob/master/hal/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51822_MKIT/device.h. These should have gone away.
Cc @theotherjimmy

Activity

theotherjimmy

theotherjimmy commented on Jun 6, 2016

@theotherjimmy
Contributor

you're right. these should have gone away. I missed the warning:
[WARNING] device NRF51822_MKIT did not have an associated entry in targets.json

0xc0170

0xc0170 commented on Jun 6, 2016

@0xc0170
Contributor

Please @theotherjimmy send a fix or let us know otherwise

theotherjimmy

theotherjimmy commented on Jun 6, 2016

@theotherjimmy
Contributor

Working on it. will link this issue with the pr when I get that up.

theotherjimmy

theotherjimmy commented on Jun 6, 2016

@theotherjimmy
Contributor

so, the reason for the warning is that there is no entry with the string "NRF51822_MKIT" as part of the name or the extra labels of any entry within target.json. should I instead be matching on the MCU_NRF51822 instead?

theotherjimmy

theotherjimmy commented on Jun 6, 2016

@theotherjimmy
Contributor
theotherjimmy

theotherjimmy commented on Jun 6, 2016

@theotherjimmy
Contributor

@bogdanm the PR was merged. is this all cleaned up now?

theotherjimmy

theotherjimmy commented on Jun 9, 2016

@theotherjimmy
Contributor

@bogdanm @0xc0170 PING! Is this resolved?

0xc0170

0xc0170 commented on Jun 9, 2016

@0xc0170
Contributor

It should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bogdanm@theotherjimmy@0xc0170

        Issue actions

          Issues after device.h -> targets.json conversion · Issue #1857 · ARMmbed/mbed-os