This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Documentation for bsp_board_..I

I have been searching through the info center and can only find the slightest mention of the bsp_board functions.

Could someone help me, locate the right page documenting these? - I'v been looking in and arround the following pages:

Software Development Kit > nRF5 SDK > nRF5 SDK v15.2.0 > API Reference > SDK common libraries > Board Support Package
and
Software Development Kit > nRF5 SDK > nRF5 SDK v15.2.0 > API Reference > Peripheral drivers > Peripheral drivers > GPIO

-
 Casper

Parents
  • Hi,

    Thank you for asking! Yes, online documentation is lacking for those functions and that lack of documentation is a bug from our side. I have informed the team and will submit a bug report for this to our internal issue tracker.

    You will find the documentation for these functions in <sdk folder>\components\boards\boards.h in code comment form. They provide an API where you can address LEDs and buttons using the indexes given in the board file For more on board files and how support for various boards are implemented, see Using the SDK with other boards and the individual board files under <sdk folder>\components\boards\.

    (I also see now that the description under "Enabling support for a board" on the "Using the SDK with other boards" page states the wrong directory for board files. Will report that as well. Correct location for recent SDK versions is <sdk folder>\components\boards.)

    Regards,
    Terje

Reply
  • Hi,

    Thank you for asking! Yes, online documentation is lacking for those functions and that lack of documentation is a bug from our side. I have informed the team and will submit a bug report for this to our internal issue tracker.

    You will find the documentation for these functions in <sdk folder>\components\boards\boards.h in code comment form. They provide an API where you can address LEDs and buttons using the indexes given in the board file For more on board files and how support for various boards are implemented, see Using the SDK with other boards and the individual board files under <sdk folder>\components\boards\.

    (I also see now that the description under "Enabling support for a board" on the "Using the SDK with other boards" page states the wrong directory for board files. Will report that as well. Correct location for recent SDK versions is <sdk folder>\components\boards.)

    Regards,
    Terje

Children
No Data
Related