Hendrik Rauh
60061e655c
Merge 502c45267d into 47a0b1bf56
2026-03-20 23:02:14 +01:00
Hendrik Rauh
502c45267d
Merge branch 'idf' into idf-dmx
2026-03-20 23:02:13 +01:00
HendrikRauh
47a0b1bf56
fix(doxygen): update coverage threshold to 100
2026-03-20 22:57:27 +01:00
HendrikRauh
226370a077
refactor: format CMakeLists.txt for better readability and add documentation comments in dmx.h
2026-03-20 22:55:55 +01:00
Hendrik Rauh
573757ffe0
Merge branch 'idf' into idf-dmx
2026-03-20 22:47:00 +01:00
HendrikRauh
472b478afe
add doxygen and header guards
2026-03-20 22:44:33 +01:00
HendrikRauh
f30fa4f130
remove bootloader submodule
2026-03-20 22:37:36 +01:00
RaffaelW
0f72a8a2ca
fix(doxygen): show files with missing documentation if pre-commit hook fails
2026-03-20 22:05:46 +01:00
Hendrik Rauh
6119554d6c
Merge branch 'main' into idf
2026-03-20 21:59:26 +01:00
Hendrik Rauh
89a3f3e742
Fix formatting in README.md table
2026-03-20 21:58:57 +01:00
Hendrik Rauh
00e002e43d
Merge branch 'main' into idf
2026-03-20 21:48:23 +01:00
psxde
79ef8cef63
Merge pull request #111 from HendrikRauh/add-screws-to-readme
...
Update README.md
2026-03-20 21:47:37 +01:00
Hendrik Rauh
dc693088d0
Fix markdown syntax in README for links
2026-03-20 21:45:27 +01:00
Hendrik Rauh
e878b7168e
Add link to case section for the screws
2026-03-20 21:44:56 +01:00
RaffaelW
94628b8523
feat(doxygen): add option to generate Doxygen documentation before coverage check
2026-03-20 21:37:12 +01:00
RaffaelW
ec045f8610
feat(doxygen): set threshold for doxygen coverage and fail if coverage is below threshold
2026-03-20 21:25:07 +01:00
RaffaelW
b512f9d3db
fix(pre-commit): require serial execution for Doxygen coverage hook
2026-03-20 20:57:25 +01:00
psxde
1588a25653
Update README.md
...
Add screws
2026-03-18 00:03:52 +01:00
RaffaelW
b8e76f4a9f
feat(docs): add task to list Doxygen coverage of documentation
2026-03-17 23:37:41 +01:00
RaffaelW
8efddfb90a
Merge branch 'idf' of github.com:HendrikRauh/dmx-interface into idf
2026-03-16 23:27:48 +01:00
RaffaelW
8f5b6327bc
feat(doxygen): add Doxygen code coverage script and pre-commit hook
2026-03-16 23:26:26 +01:00
HendrikRauh
6c3dba7b55
fix(.gitignore): add *.uf2 to ignore list for build artifacts
2026-03-16 22:31:38 +01:00
HendrikRauh
bab5725e92
style(CMake): reformat CMakeLists.txt for improved readability
2026-03-16 21:59:55 +01:00
HendrikRauh
cebe56541a
feat(pre-commit): add cmake-format and cmake-lint hooks
2026-03-16 21:59:46 +01:00
RaffaelW
5517a49e14
fix(tasks): remove unused sys import from tasks.py
2026-03-16 19:15:18 +01:00
HendrikRauh
fb12c8c387
fix(pre-commit): remove deprecated check-docstring-first hook
2026-03-16 18:58:11 +01:00
RaffaelW
2fc170bc84
Merge branch 'idf' of github.com:HendrikRauh/dmx-interface into idf
2026-03-16 18:49:22 +01:00
RaffaelW
b13c7e6eb7
fix(prettier): add directories to ignore for generated code and git submodule
2026-03-16 18:49:18 +01:00
HendrikRauh
a42a0cafc6
refactor(tasks): remove format_check task
2026-03-16 18:48:31 +01:00
RaffaelW
2f8948954c
remove outdated git submodules in lib
2026-03-15 21:53:48 +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
RaffaelW
c669e28cdf
fix(dmx): add newline at end of dmx.c
2026-03-15 20:40:46 +01:00
Hendrik Rauh
8a5ed13dd2
Merge branch 'idf' into idf-dmx
2026-03-15 20:22:28 +01:00
HendrikRauh
daa5e2e2b3
fix(docs): add doxygen-awesome-css submodule for documentation styling
2026-03-15 20:13:25 +01:00
HendrikRauh
7d2647b656
fix(docs): fix tasks.py
2026-03-15 20:02:14 +01:00
RaffaelW
5370e48d07
feat(dmx): implement DMX initialization and sending functionality
2026-03-15 19:51:59 +01:00
HendrikRauh
fe6a1ab79b
feat(docs): add Doxygen configuration and update .gitignore for documentation files
2026-03-15 19:39:48 +01:00
HendrikRauh
a2d51540b7
feat(logger): add logging macros for consistent logging across components
2026-03-07 21:02:31 +01:00
RaffaelW
9a11453fbc
fix(config): enable USB CDC in sdkconfig.defaults
2026-03-07 16:52:23 +01:00
Raffael Wolf
241bcae9fe
Merge pull request #96 from HendrikRauh/idf-add-action
...
add(actions): added a check.yml
2026-03-07 16:10:24 +01:00
HendrikRauh
e576348974
refactor(action): update description and improve step names in install-nix action
2026-03-06 15:07:46 +01:00
HendrikRauh
198c835c50
fix(workflow): checkout before local action and remove nested checkout
...
Add top-level `actions/checkout` to jobs so local action files are available, and remove redundant checkout from `install-nix` composite action. Prewarm flake devShell remains in the action.
2026-03-06 14:49:23 +01:00
HendrikRauh
c362172cdb
add(action): create composite action to install Nix with flakes enabled
2026-03-06 14:45:06 +01:00
HendrikRauh
7a621d4731
add(workflow): create check workflow for linting and building
2026-03-06 12:57:56 +01:00
HendrikRauh
8cee7b95fa
chore(format): reformat files with new setup
2026-03-06 11:29:53 +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
26f56e8ca6
add(documentation): development notes added
2026-03-05 23:37:49 +01:00
HendrikRauh
302ea1a71e
chore(format): optimize svg
2026-03-05 23:29:34 +01:00
HendrikRauh
6e695bd48c
refactor(format): enhance formatting tasks with tool existence checks and improved output
2026-03-05 23:29:02 +01:00