commit | e1a271474204daca9b6921ce4790fa293a326667 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 19 19:31:40 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 09:31:29 2023 -0500 |
tree | 2c5cd08d8e16733ee5c7a5a47911348b44313853 | |
parent | 19371049a2319a5e7075697a06749f733a515f45 [diff] |
clang-format: refresh settings from clang-17 docs With later versions of clang, a number of settings we had previously are either deprecated or replaced from a simple boolean to an enumeration value. Update them to reflect the intent. Update a few settings based on new options available in clang-17 to minimize formatting churn. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia0d5d3f9a48c60ab0f233166cfa481758d10491f
The OpenBMC project is a Linux Foundation project whose goal is to produce a customizable, open-source firmware stack for Baseboard Management Controllers (BMCs). This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.
The features document lists the project's major features with links to more information.
These documents contain details on developing OpenBMC code itself
cheatsheet.md: Quick reference for some common development tasks
CONTRIBUTING.md: Guidelines for contributing to OpenBMC
development tutorials: Tutorials for getting up to speed on OpenBMC development
kernel-development.md: Reference for common kernel development tasks
These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.
code-update: Updating OpenBMC and host platform firmware
console.md: Using the host console
host-management.md: Performing host management tasks with OpenBMC
rest-api.md: Introduction to using the OpenBMC REST API
REDFISH-cheatsheet.md: Quick reference for some common OpenBMC Redfish commands
REST-cheatsheet.md: Quick reference for some common OpenBMC REST API commands