Commit graph

13 commits

Author SHA1 Message Date
RaffaelW
5517a49e14 fix(tasks): remove unused sys import from tasks.py 2026-03-16 19:15:18 +01:00
HendrikRauh
a42a0cafc6 refactor(tasks): remove format_check task 2026-03-16 18:48:31 +01:00
RaffaelW
523b285905 fix(tasks): import Exit exception for error handling in tasks 2026-03-15 21:07:21 +01:00
RaffaelW
1502c0b38f fix(tasks): remove SVG optimization from format task documentation 2026-03-15 21:04:02 +01:00
HendrikRauh
7d2647b656 fix(docs): fix tasks.py 2026-03-15 20:02:14 +01:00
HendrikRauh
fe6a1ab79b feat(docs): add Doxygen configuration and update .gitignore for documentation files 2026-03-15 19:39:48 +01:00
HendrikRauh
732046b15e add(pre-commit): add configuration files for pre-commit, markdownlint, and codespell; update README with setup instructions 2026-03-06 11:26:47 +01:00
HendrikRauh
6e695bd48c refactor(format): enhance formatting tasks with tool existence checks and improved output 2026-03-05 23:29:02 +01:00
HendrikRauh
fa08fcfe65 add(format): implement formatting and format check tasks for source files 2026-03-05 23:03:04 +01:00
RaffaelW
82a7efad5e Merge branch 'idf' of github.com:HendrikRauh/dmx-interface into idf 2026-03-05 22:29:48 +01:00
RaffaelW
ddba4d906c add(tasks): implement update task for project dependencies 2026-03-05 22:00:30 +01:00
HendrikRauh
39d314ccfa add(tasks): implement reset task to clean project state 2026-03-05 21:36:40 +01:00
HendrikRauh
4d8be45e48 Add sdkconfig.defaults and tasks.py for project configuration and build automation
- Created sdkconfig.defaults to store default configuration settings for the project.
- Added tasks.py to define various build and management tasks using Invoke
2026-03-05 16:29:29 +01:00