Rtos API example

Embed: (wiki syntax)

« Back to documentation index

tools::hooks Namespace Reference

tools::hooks Namespace Reference

Data Structures

class  Hook

Functions

def hook_tool

Variables

dictionary _HOOKS = {}
 Hooks for the various parts of the build process.

Detailed Description

Configurable hooks in the build system. Can be used by various platforms
to customize the build process.

Function Documentation

def tools::hooks::hook_tool (   function )
Decorate a function as a tool that may be hooked

Definition at line 21 of file hooks.py.


Variable Documentation

dictionary _HOOKS = {}

Hooks for the various parts of the build process.

Definition at line 9 of file hooks.py.