Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f426173e30d2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b750ebf1b3b4
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 7, 2019

  1. nixos/hardware.deviceTree: new module

    Add support for custom device-tree files, and applying overlays to them.
    This is useful for supporting non-discoverable hardware, such as sensors
    attached to GPIO pins on a Raspberry Pi.
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    dd0a951 View commit details
    Browse the repository at this point in the history
  2. nixos/hardware.deviceTree: Move things around

    In response to comments, create a sub-folder for deviceTree packages
    (starting with rpi), and a top-level package for helpers.
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    28cf80a View commit details
    Browse the repository at this point in the history
  3. device-tree_rpi: fixup dtb names

    This is just as messy as it is for the kernel files. Maybe it should be
    done in the uboot boot-loader?
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    766e095 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Merge pull request #60422 from kwohlfahrt/device-tree

    nixos/hardware.deviceTree: new module
    samueldr committed Aug 16, 2019
    Copy the full SHA
    b750ebf View commit details
    Browse the repository at this point in the history