Viewer for FreeRTOS profiles produced by scanf
Prerequisites:
- Python 3.13
- Poetry
Setup project:
poetry install
Run tests:
poetry run pytest -v
Type check with mypy:
poetry run mypy itmo_ics_printf tests
Format code:
poetry run ruff check --fix itmo_ics_printf tests
poetry run ruff format itmo_ics_printf tests