8eb734cd82
The Zephyr configuration system uses many different files in many different formats. It makes it a lot easier for users to understand what these files do if when we use the correct file extensions. To this end we rename the dts.fixup files to the correct file extension '.h'. This is a breaking change for out-of-tree fixup files. Such files will be detected and given an appropriate error message. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README.txt | ||
drivers.conf | ||
dts_fixup.h | ||
ethernet.conf | ||
gpio.conf | ||
prj.conf | ||
sensors_a_h.conf | ||
sensors_i_z.conf | ||
sensors_trigger_a_h.conf | ||
sensors_trigger_i_z.conf | ||
testcase.yaml |
README.txt
Overview -------- Build tests for drivers and sensors on all platforms. This test might now work for some of the drivers, those need to be addressed in other tests targeting those special cases. Tests ----- drivers: build all drivers sensors_a_m: build sensors with name beginning a through m. sensors_n_z: build sensors with name beginning n through z. sensors_trigger: build sensors with trigger option enabled