On 28/09/2020 17:24, Kinsey Moore wrote:

This UART driver is now needed for BSPs other than ARM.
---
  bsps/arm/headers.am                                        | 2 --
  bsps/arm/raspberrypi/console/console-config.c              | 2 +-
  bsps/arm/realview-pbx-a9/include/bsp/console.h             | 2 +-
  bsps/arm/xen/console/console.c                             | 2 +-
  bsps/headers.am                                            | 2 ++
  bsps/{arm/include/bsp => include/libchip}/arm-pl011-regs.h | 0
  bsps/{arm/include/bsp => include/libchip}/arm-pl011.h      | 2 +-

For me this libchip inline stuff is a legacy thing. If you really want to change the include path, then I suggest to move the serial driver header files to:

bsps/shared/include/dev/serial

This is in line with cpukit/include/dev/serial and the source location bsps/shared/dev/serial.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to