feat(tlc): add command gen-header
Introduce the gen-header command to the tool, enabling developers to
create language bindings. Currently, it supports generating C headers
from a transfer list.
Change-Id: Ibec75639c38577802d5abe55c7bc718740aad2b8
Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
Showing
- poetry.lock 34 additions, 33 deletionspoetry.lock
- tools/tlc/poetry.lock 1 addition, 1 deletiontools/tlc/poetry.lock
- tools/tlc/pyproject.toml 1 addition, 0 deletionstools/tlc/pyproject.toml
- tools/tlc/tests/test_cli.py 64 additions, 0 deletionstools/tlc/tests/test_cli.py
- tools/tlc/tlc/cli.py 29 additions, 0 deletionstools/tlc/tlc/cli.py
- tools/tlc/tlc/templates/header.h.j2 16 additions, 0 deletionstools/tlc/tlc/templates/header.h.j2
- tools/tlc/tlc/tl.py 19 additions, 11 deletionstools/tlc/tlc/tl.py
Please register or sign in to comment