.coveragerc
.flake8
.gitignore
.pylintrc
LICENSE
MANIFEST.in
README.md
min_requirements.txt
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ctest.yml
.github/workflows/run.yml
.github/workflows/tox.yml
examples/complex/README.md
examples/complex/mp1.yaml
examples/complex/mp2.yaml
examples/complex/sa.yaml
examples/complex/sensor.yaml
examples/complex/maps/data_packet.yaml
examples/complex/maps/metadata_base.yaml
examples/complex/maps/modular_platform_base.yaml
examples/complex/maps/modular_platform_variant_1.yaml
examples/complex/maps/modular_platform_variant_2.yaml
examples/complex/maps/sensor.yaml
examples/complex/maps/standalone.yaml
examples/complex/maps/temp_sensor.yaml
examples/full/README.md
examples/full/main.yaml
examples/full/map_simple_full.yaml
examples/minimal/CMakeLists.txt
examples/minimal/README.md
examples/minimal/main.yaml
examples/minimal/my_minimal_map.yaml
examples/minimal/c_files/CMakeLists.txt
examples/minimal/c_files/mm_cc.h
examples/minimal/c_files/mm_meta.h
examples/minimal/c_files/mm_typedefs.h
examples/minimal/c_files/mm_typedefs_map_1.h
examples/minimal/c_files/mm_typedefs_type_1.h
examples/minimal/tests/CMakeLists.txt
examples/minimal/tests/minimal.c
examples/minimal/tests/minimal.cpp
examples/philip/README.md
examples/philip/adc.yaml
examples/philip/dac.yaml
examples/philip/gpio.yaml
examples/philip/i2c.yaml
examples/philip/main.yaml
examples/philip/map.yaml
examples/philip/pwm.yaml
examples/philip/read_philip.yaml
examples/philip/rtc.yaml
examples/philip/spi.yaml
examples/philip/sys.yaml
examples/philip/tmr.yaml
examples/philip/uart.yaml
memory_map_manager/__init__.py
memory_map_manager/__main__.py
memory_map_manager/_version.py
memory_map_manager/exporter.py
memory_map_manager/importer.py
memory_map_manager/json_sem_hash.py
memory_map_manager/mmm_config_parser.py
memory_map_manager.egg-info/PKG-INFO
memory_map_manager.egg-info/SOURCES.txt
memory_map_manager.egg-info/dependency_links.txt
memory_map_manager.egg-info/entry_points.txt
memory_map_manager.egg-info/requires.txt
memory_map_manager.egg-info/top_level.txt
memory_map_manager/data/mm_gen_cfg.json
memory_map_manager/data/mm_map_cfg.json
memory_map_manager/templates/header_end.h.j2
memory_map_manager/templates/header_start.h.j2
memory_map_manager/templates/mm_access.h.j2
memory_map_manager/templates/mm_access_map.c.j2
memory_map_manager/templates/mm_access_map.h.j2
memory_map_manager/templates/mm_access_types.h.j2
memory_map_manager/templates/mm_bitfields.h.j2
memory_map_manager/templates/mm_cc.h.j2
memory_map_manager/templates/mm_default_map.c.j2
memory_map_manager/templates/mm_default_map.h.j2
memory_map_manager/templates/mm_defs.h.j2
memory_map_manager/templates/mm_enums.h.j2
memory_map_manager/templates/mm_meta.h.j2
memory_map_manager/templates/mm_typedefs.h.j2
memory_map_manager/templates/mm_typedefs_map.h.j2
memory_map_manager/templates/mm_typedefs_type.h.j2
memory_map_manager/templates/start_comments.h.j2
tests/test_code_gen.py
tests/test_export.py
tests/test_importer.py
tests/test_parser.py
tests/_regtest_outputs/test_export.test_gen_minimal.out
tests/_regtest_outputs/test_parser.test_map_access_perm.out
tests/_regtest_outputs/test_parser.test_map_inherit_specials.out
tests/_regtest_outputs/test_parser.test_map_simple_full.out
tests/data/importer/base_dir_abs.yaml
tests/data/importer/base_dir_none.yaml
tests/data/importer/base_dir_rel.yaml
tests/data/importer/cfg_basic.yaml
tests/data/importer/cfg_basic_other.yaml
tests/data/importer/cfg_td.yaml
tests/data/importer/error_missing_required.yaml
tests/data/importer/error_undefined.yaml
tests/data/importer/full.yaml
tests/data/minimal_empty/main.yaml
tests/data/minimal_empty/my_minimal_map.yaml