7eabab2f5d
When using an IDE (e.g. Eclipse, Qt Creator), the project name gets displayed. This greatly simplifies the navigation between projects when having many of them open at the same time. Naming every project "NONE" defeats this functionality. This patch tries to use sensible project names while not duplicating too much of what is already represented in the path. This is done by using the name of the directory the relevant CMakeLists.txt file is stored in. To ensure unique project names in the samples (and again, in the tests folder) folder, small manual adjustments have been done. Signed-off-by: Reto Schneider <code@reto-schneider.ch> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README.txt | ||
prj.conf | ||
sample.yaml |
README.txt
Title: Entropy Description: Sample for the entropy gathering driver -------------------------------------------------------------------------------- Building and Running Project: This project writes an infinite series of random numbers to the console, 9 per second. It can be built and executed on frdm_k64f as follows: make Sample Output: Entropy Example! arm entropy device is 0x2000008c, name is ENTROPY_0 0xd7 0x42 0xb0 0x7b 0x56 0x3b 0xc3 0x43 0x8a 0xa3 0xfa 0xec 0xd8 0xc3 0x36 0xf8 0x7b 0x82 0x2b 0x39