Resolve '-Wextra-semi' warnings

Change-Id: I66f988b7ca4272456e90dc504b053a5f12569e12
4 files changed
tree: 84f742d8315a335a6210fa223c0cf45e4552fea0
  1. include/
  2. BUILD.gn
  3. CHANGES
  4. CONTRIBUTING.md
  5. LICENSE
  6. README.md
README.md

Build Status Coverage Status

Nest Labs Memory Mapped I/O

Introduction

Nest Labs Memory Mapped I/O (NLIO) is designed to provide both C and C++ language bindings to macros and functions for:

  1. Determining, at both compile- and run-time, the byte ordering of the target system.
  2. Performing in place byte-swapping of compile-time constants via the C preprocessor as well as functions for performing byte-swapping by value and in place by pointer for 16-, 32-, and 64-bit types.
  3. Safely performing simple, efficient memory-mapped accesses, potentially to unaligned memory locations, with or without byte reordering, to 8-, 16-, 32-, and 64-bit quantities. Functions both with and without pointer management are also available.

Interact

There are numerous avenues for nlio support:

Versioning

nlio follows the Semantic Versioning guidelines for release cycle transparency and to maintain backwards compatibility.

License

nlio is released under the Apache License, Version 2.0 license. See the LICENSE file for more information.