Skip to content

geerlingguy/raspberry-pi-pcie-devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5d969c · Apr 14, 2025
Dec 19, 2023
Mar 20, 2025
Oct 13, 2023
Jan 14, 2025
Oct 24, 2024
Oct 10, 2023
Mar 14, 2025
Aug 8, 2024
Nov 22, 2024
Oct 10, 2023
Apr 14, 2025
Jan 15, 2024
Feb 19, 2021
Oct 11, 2023
Nov 23, 2024
Apr 14, 2025
Sep 9, 2021
Oct 22, 2020
Dec 26, 2020
Jul 26, 2022
Dec 19, 2023
Oct 22, 2020
Dec 19, 2023
Oct 10, 2023
Nov 23, 2024
Oct 10, 2023
Nov 23, 2024
Nov 23, 2024

Repository files navigation

Raspberry Pi PCI Express device compatibility database

This repository builds the GitHub pages site: http://pipci.jeffgeerling.com

If you would like to add a new device to the site, or correct the information about an existing device, please file a Pull Request against this repository.

Local Editing

This site uses Jekyll to build and serve pages. On a local workstation, clone the repository, make sure you have Ruby, Bundler, and Jekyll installed, then run:

bundle exec jekyll serve

Access the local site at the address Jekyll provides.

Updating Dependencies

bundle update