CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
setup.py
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/bitmask_field.py
avlos/channel.py
avlos/cli.py
avlos/counter.py
avlos/datatypes.py
avlos/deserializer.py
avlos/enum_field.py
avlos/json_codec.py
avlos/processor.py
avlos/unit_field.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/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/helpers.hpp.jinja
avlos/templates/remote_object.cpp.jinja
avlos/templates/remote_object.hpp.jinja
example/README.md
example/avlos_config.yaml
example/device.yaml
example/docs/index.rst
example/docs/protocol.rst
example/fw/main.c
example/fw/protocol.c
tests/__init__.py
tests/dummy_channel.py
tests/test_deserialization.py
tests/test_functions.py
tests/test_generation.py
tests/test_impex.py
tests/test_remote_objects.py
tests/definition/avlos_config.yaml
tests/definition/bad_device_bitmask.yaml
tests/definition/bad_device_missing_version.yaml
tests/definition/bad_device_name.yaml
tests/definition/bad_device_unit.yaml
tests/definition/good_device.yaml