Henrik Brix Andersen

Results 50 comments of Henrik Brix Andersen

> It'd be great to get more input on this subject because I do agree with @mbolivar-nordic that it is not completely clear where this belongs. @nashif @henrikbrixandersen @erwango @galak...

I reintroduced a ColumnLimit of 100 after it was reduced to 80 since clang-format otherwise reformatted code lines with length > 80 that otherwise conformed to our established coding style.

> I think that we should settle on this one. Either set a maximum to 80, 100 or something in between. We inherited the 100 cols exception from Linux Kernel,...

@aasthagr I think the overall changes in this PR make for a nice addition to the documentation. Do you think you can address the issues raised in time to get...

This is an alternative to #47496, illustrating the issues encountered when wanting to error-out on test suite prerequisites not being met.

I have updated this based on the changes to the ztest framework. Please review.

The PR description just describes what has been added, not why. Please add an example use-case for this new infrastructure.

@bjarki-trackunit I am sorry, but I still do not fully understand the use-case for these property files. The PR explains the "how" part but I have yet to understand the...

> @henrikbrixandersen The use case for the properties files is to describe the capabilities of hardware from a user/application perspective, which is through the capabilties of the device drivers, which...

The proposed property files are to store meta information about a given driver, linked by the DTS compatible string. The discussions so far, at least the discussions I have taken...