You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/13 18:15:23 UTC

[GitHub] jacobrosenthal opened a new pull request #412: bsps: nordic sdk errors without boards.h

jacobrosenthal opened a new pull request #412: bsps: nordic sdk errors without boards.h
URL: https://github.com/apache/mynewt-core/pull/412
 
 
   ADC tutorial (and things that use the nordic sdk like upcoming PWM work) is erroring on lots of nordic targets with:
   
   ```
   Error: In file included from repos/mynewt_nordic/hw/mcu/nordic_sdk/src/ext/nRF5_SDK_11.0.0_89a8197/components/drivers_nrf/spi_master/spi_5W_master.c:26:0:
   repos/mynewt_nordic/hw/mcu/nordic_sdk/src/ext/nRF5_SDK_11.0.0_89a8197/components/drivers_nrf/spi_master/spi_5W_master.h:18:20: fatal error: boards.h: No such file or directory
    #include "boards.h"
                       ^
   compilation terminated.
   ```
   
   Many targets seem to have an empty boards.h so that was copied to all other nordic targets.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services