Default config directory to build/configs and auto-download config files#52
Conversation
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
|
@copilot - rozumiem powód dla którego zrobiłeś to tak, żeby pobieranie konfiguracji nie failowało builda (dmclk w wersji 0.3 nie zawierał plików konfiguracyjnych), ale z racji tego, że to ważne żeby mieć wszystkie konfiguracje, build powinien wtedy failować, jeśli brakuje plików konfiguracyjnych. Ponadto problem z dmclk został rozwiązany w wersji 0.4, która przed chwilą została opublikowana - możesz sprawdzić teraz jeszcze raz, powinno działać |
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Done. Removed the non-fatal fallbacks from both module and config downloads. The build will now fail if any required modules or configuration files are missing. (commit cfb769c) |
Summary: Configuration files from the DMD file are now automatically downloaded to
build/configsand embedded in the firmware at/configs. The default config directory is now inside the build directory. Downloads are now fatal - build will fail if required modules or configs are missing.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.