.clang-format
.gitignore
.pre-commit-README.md
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
avlos_logo.png
setup.cfg
setup.py
.github/workflows/ci.yml
.github/workflows/docs.yml
.vscode/launch.json
.vscode/settings.json
Avlos.egg-info/PKG-INFO
Avlos.egg-info/SOURCES.txt
Avlos.egg-info/dependency_links.txt
Avlos.egg-info/entry_points.txt
Avlos.egg-info/requires.txt
Avlos.egg-info/top_level.txt
avlos/__init__.py
avlos/_version.py
avlos/bitmask_field.py
avlos/channel.py
avlos/cli.py
avlos/counter.py
avlos/datatypes.py
avlos/deserializer.py
avlos/enum_field.py
avlos/formatting.py
avlos/json_codec.py
avlos/processor.py
avlos/unit_field.py
avlos/validation.py
avlos/definitions/__init__.py
avlos/definitions/remote_attribute.py
avlos/definitions/remote_bitmask.py
avlos/definitions/remote_enum.py
avlos/definitions/remote_function.py
avlos/definitions/remote_node.py
avlos/definitions/remote_root_node.py
avlos/generators/__init__.py
avlos/generators/filters.py
avlos/generators/generator_c.py
avlos/generators/generator_cpp.py
avlos/generators/generator_dbc.py
avlos/generators/generator_rst.py
avlos/mixins/__init__.py
avlos/mixins/comm_node.py
avlos/mixins/func_attr_node.py
avlos/mixins/impex_node.py
avlos/mixins/meta_node.py
avlos/mixins/named_node.py
avlos/templates/device.cpp.jinja
avlos/templates/device.dbc.jinja
avlos/templates/device.hpp.jinja
avlos/templates/docs.rst.jinja
avlos/templates/fw_endpoints.c.jinja
avlos/templates/fw_endpoints.h.jinja
avlos/templates/remote_object.cpp.jinja
avlos/templates/remote_object.hpp.jinja
avlos/templates/tm_enums.h.jinja
avlos/templates/tm_helpers.hpp.jinja
docs/LICENSE.txt
docs/Makefile
docs/cli.rst
docs/conf.py
docs/config.rst
docs/diagram.png
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/requirements.txt
docs/spec_format.rst
example/README.md
example/avlos_config.yaml
example/device.yaml
example/docs/index.rst
example/fw/main.c
tests/__init__.py
tests/dummy_channel.py
tests/test_counter.py
tests/test_data_model_properties.py
tests/test_deserialization.py
tests/test_functions.py
tests/test_generation.py
tests/test_impex.py
tests/test_remote_objects.py
tests/test_templates.py
tests/test_validation.py
tests/definition/avlos_config.yaml
tests/definition/bad_device_bitmask.yaml
tests/definition/bad_device_name.yaml
tests/definition/bad_device_unit.yaml
tests/definition/good_device.yaml
tests/definition/obsolete_device.yaml