Board-specific APIs. More...

Functions

gos_result_t gos_board_hardware_init (void)
 

Detailed Description

Board-specific APIs.

Function Documentation

◆ gos_board_hardware_init()

gos_result_t gos_board_hardware_init ( void  )

Initialize board-specific hardware

If the application specifies a board component, then this will invoke the board initialization routine for the board.

If no board is specified then then immediately returns GOS_SUCCESS.

Returns
gos_result_t, the result of initializing the board hardware
Examples:
demo/3d_demo/main.c, demo/accelerometer_stream/main.c, demo/secure_element/main.c, and network/websocket_client/main.c.