This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 8efe6cb235 cmake:enhance compile options for custom 
toolchain,implement the REVERSE opt of `add_compile_options()`
     new bc6cd326b8 pci test drv is pci rc drv not pci ep drv
     new 1ce6ec7c65 declare pci_dev_register
     new acbe19d744 pci_drivers: move qemu edu and test device header content 
to pci_drivers.h
     new 4ebf830bbd userspace: Exclude nuttx/arch.h
     new 42041a428c include/nuttx.h: add common align definitions for nuttx

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 drivers/pci/CMakeLists.txt        |  8 ++---
 drivers/pci/Kconfig               | 10 +++----
 drivers/pci/Make.defs             |  9 +++---
 drivers/pci/pci.c                 |  1 +
 drivers/pci/pci_drivers.c         |  2 --
 drivers/pci/pci_drivers.h         | 38 ++++++++++++++++++++++++
 drivers/pci/pci_epf.c             | 11 ++-----
 drivers/pci/pci_qemu_edu.c        |  3 +-
 drivers/pci/pci_qemu_test.c       |  3 +-
 include/nuttx/pci/pci_qemu_edu.h  | 62 ---------------------------------------
 include/nuttx/pci/pci_qemu_test.h | 61 --------------------------------------
 11 files changed, 59 insertions(+), 149 deletions(-)
 delete mode 100644 include/nuttx/pci/pci_qemu_edu.h
 delete mode 100644 include/nuttx/pci/pci_qemu_test.h

Reply via email to