History log of /seL4-refos-master/projects/util_libs/Findutil_libs.cmake
Revision Date Author Comments
# 831e0bd3 10-Jun-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Add tools to gen device headers

The new functions allow the user to input a YAML file that contains a
list of sub-devices of a particular device (GPIO pins, clocks on a
board etc), and output a C header '#define' enumeration.


# 1c3ae456 19-Sep-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Add LWIP_HELPERS to util_libs package

This saves the path of the lwip_helpers.cmake file.


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

CMake: Add Findutil_libs.cmake module

This adds support for importing this project via
`find_package(util_libs)` if the project exists in the
CMAKE_MODULE_PATH.