[PATCH 1/3] bsp-howto/console: Remove reference to old build system
Matthew Joyce
matthew.joyce at embedded-brains.de
Thu Mar 30 12:51:12 UTC 2023
From: Matt Joyce <matthew.joyce at embedded-brains.de>
---
bsp-howto/console.rst | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst
index aef13a8..1ead39e 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -52,16 +52,7 @@ calls such as :c:func:`printf` or :c:func:`scanf` or directly via the
Build System and Files
======================
-A new serial device driver should consist of three parts.
-
-- A section in the BSPs Makefile.am:
-
-.. code-block:: makefile
-
- [...]
- libbsp_a_SOURCES += ../../shared/dev/serial/console-termios.c
- libbsp_a_SOURCES += console/console.c
- [...]
+A new serial device driver should consist of two parts.
- A general serial device specific low-level driver providing the handler table
and the device context specialization for the Termios
--
2.35.3
More information about the devel
mailing list