Coder Social home page Coder Social logo

hasenpfote / nlio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nestlabs/nlio

0.0 0.0 0.0 947 KB

Defines C and C++ interfaces for safely performing simple, memory-mapped accesses, potentially to unaligned memory locations, with or without byte reordering and with or without pointer management.

License: Apache License 2.0

Shell 0.22% C++ 47.97% C 30.08% Makefile 19.48% M4 2.26%

nlio's Introduction

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.

nlio's People

Contributors

gerickson avatar mspang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.