diff --git a/docs/datasheet/software.adoc b/docs/datasheet/software.adoc index 9ec49421..e7223022 100644 --- a/docs/datasheet/software.adoc +++ b/docs/datasheet/software.adoc @@ -170,7 +170,7 @@ include $(NEORV32_HOME)/sw/common/common.mk When creating a new project, copy an existing project folder or at least the makefile to the new project folder. It is recommended to create new projects also in `sw/example` to keep the file dependencies. However, these dependencies can be manually configured via makefile variables if the new project is located somewhere else. - +For more complex projects, it may be useful to use explicit `source` and `include` folders. See `sw/example/coremark` for an example. :sectnums: ==== Makefile Targets