Family of functions meant to be used to implement custom boards extensions, not to be used by users.
board_pin_create(board, path, name, metadata, ...)board_initialize(board, ...)
board_browse(board, ...)
board_desc(board, ...)
board_pin_get(board, name, ...)
board_pin_remove(board, name, ...)
board_pin_find(board, text, ...)
board_pin_versions(board, name, ...)
The board to extend, retrieved with board_get()
.
The path to store as a pin.
The name of the pin.
A list of metadata associated with this pin.
Additional parameters.
The text pattern to find a pin.