Skip to content

Commit

Permalink
esp: Adds problem hints file to the distro
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon authored and erhankur committed Dec 14, 2024
1 parent 4f3c7b9 commit d20cb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install(DIRECTORY tcl/ DESTINATION ${pkgdatadir}/scripts)
install(FILES contrib/60-openocd.rules DESTINATION ${pkgdatadir}/contrib)
install(DIRECTORY contrib/libdcc DESTINATION ${pkgdatadir}/contrib)
install(FILES tools/esp_detect_config.py DESTINATION ${pkgdatadir}/espressif/tools)
install(FILES tools/esp_problems_hints.yml DESTINATION ${pkgdatadir}/espressif/tools)
install(FILES contrib/loaders/flash/espressif/esp32c6/inc/stub_flash_idf_binary_code.inc DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6)
install(FILES contrib/loaders/flash/espressif/esp32c6/inc/stub_flash_idf_binary_data.inc DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6)
install(FILES contrib/loaders/flash/espressif/esp32c6/stub_flash_idf_image.h DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6)
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ nobase_dist_pkgdata_DATA = \

esptoolsdir = $(pkgdatadir)/espressif/tools
dist_esptools_DATA = \
tools/esp_detect_config.py
tools/esp_detect_config.py \
tools/esp_problems_hints.yml

esp32c6stubsdir = $(pkgdatadir)/espressif/stub_bins/esp32c6
dist_esp32c6stubs_DATA = \
Expand Down

0 comments on commit d20cb44

Please sign in to comment.