History log of /seL4-test-master/projects/util_libs/.stylefilter
Revision Date Author Comments
# 83ba6895 03-Aug-2020 Damon Lee <Damon.Lee@data61.csiro.au>

liblwip: Exclude lwipopts.h

Including the library's version of lwipopts.h config prevents users from
using a custom version of the lwipopts.h config file for each
application and instead restricts the user to having to modify the
library's version of lwipopts.h which isn't a suitable workflow.

This commit excludes the library's version of lwipopts.h from the build.
Users are now required to use the CMake macro inside the
lwip_helpers.cmake file to include a custom version of lwipopts.h. Also
update style filter to point to the new default lwipopts.h location.


# 6bc903ff 08-Jul-2020 Damon Lee <Damon.Lee@data61.csiro.au>

style: Add lwipopts.h to the style filter

This file should not be styled according to our style guide as it is
related to an external library.


# d51a3598 12-Sep-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix .stylefilter to not filter every file


# a54c3e2c 03-Apr-2019 Sidj2 <Siddharth.Jain@data61.csiro.au>

libfdt: Added libfdt library

Added the libfdt library from linux kernel sourced from
linux kernel version : 5.0.6.