We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b08cf commit 238fc27Copy full SHA for 238fc27
features/FEATURE_UVISOR/importer/Makefile
@@ -75,6 +75,9 @@ rsync:
75
cp $(UVISOR_DIR)/core/system/inc/page_allocator_config.h $(TARGET_LIB_SRC)/page_allocator_config.h
76
rsync -a --delete $(UVISOR_API)/rtx/src/ $(TARGET_LIB_SRC)/rtx
77
#
78
+ # Copying the documentation...
79
+ cp $(UVISOR_DIR)/docs/QUICKSTART.md $(TARGET_PREFIX)/README.md
80
+ #
81
# Copying licenses
82
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
83
0 commit comments