On Tue, Jul 28, 2020 at 10:05 AM Gregory Nutt <spudan...@gmail.com> wrote > Certainly it builds. Our CI builds the x86_64 configurations on every > commit. There is also PCIe support on a feature branch: > https://github.com/apache/incubator-nuttx/tree/pci I have no idea of > the state of PCIe. It has not been touched in some time.
I was working on it quite a bit for a while, but it has sat and I need to come back to it again after I finish up some other work. This PR against that branch works to resolve some of the issues and also implements some test drivers against the PCI interface. https://github.com/apache/incubator-nuttx/pull/1004 One thing that would be important would be to understand what processor you are using. The support right now requires some specific features, especially around ACPI. It would be great to get some more real usage of the port, so I am happy to help as much as I can, if there are specific features that need to be implemented. Yang Chung Fan is the one who really did the core work, I have just been trying to clean up and expand on the PCI support. He is actually giving a talk next month at our workshop on this. --Brennan