ARMmbed / mbed-hal

mbed low-level HAL API
Other
15 stars 28 forks source link

Strange circular Dependency #79

Open dhofstetter opened 8 years ago

dhofstetter commented 8 years ago

Therefore it's never possible to get a module working if it's dependencies include this modules. I think posting the issue here is correct, as it's a problem with the requirements by mbed-hal.

0xc0170 commented 8 years ago

The mbed-hal-nrf51822-mcu package has a dependency targeting the mbed-hal module in a Version between (1.0.0 and 2.0.0)

Should be:

 "dependencies": {
    "mbed-hal": "*",
    "cmsis-core": "^1.0.0",
    "nrf51-sdk": "^2.0.0"
  },

That should fix it

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-2453