commit | 36d6f56f229ac07e7aca9c6a6b1871ca5e945efd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 28 17:53:49 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 28 17:55:42 2020 -0500 |
tree | 933dec7c02dc0ac4538ab61b38408b632fa0c201 | |
parent | b6de1960d9b896f2b48e6b0c676035afa0e432a6 [diff] |
clang-format: set standard to 'Latest' Per the LLVM code, the string 'Cpp11' is actually an alias to 'Latest', while 'C++11' is C++11. We want to tend towards using the latest C++ standard anyhow, so set clang-format to 'Latest'. This is both what we are already asking clang-format to do and clearer for people looking at the file. https://github.com/llvm/llvm-project/commit/e5032567903de19962333c4bf7d2edceaf4f9824#diff-b49a097415dff2837d9626d422c58ba8R82 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I430c58633b0d285cc617d013f8a1d6b3832aeba5
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