Landfall

README.txt

196:866e69a975e7
12 months ago Paul Boddie Introduced the GPIO-based I2C driver to this branch. i2c-x1600
     1 Introduction
     2 ============
     3 
     4 Landfall is a distribution of components for the L4 Runtime Environment (L4Re)
     5 providing device support and examples for peripherals and hardware features of
     6 various computing devices, initially supporting the Ben NanoNote and Letux 400
     7 notebook computers, with additional support directed at the MIPS Creator CI20.
     8 
     9 More information can be found in the docs directory in this distribution.
    10 
    11  * For reading in a text editor, see docs/wiki/Landfall
    12  * For reading in a Web browser, see docs/html/index.html
    13 
    14 A Note about the Documentation
    15 ------------------------------
    16 
    17 The original content in docs/wiki aims to be readable as plain text under most
    18 circumstances, but the intention is that this content be translated to HTML
    19 since it employs a formatting language based on the MoinMoin wiki format
    20 syntax.
    21 
    22 The following command can be used to generate the HTML form of the
    23 documentation from the main directory of this distribution:
    24 
    25 ./docs/tools/make_docs.sh
    26 
    27 Specify the --web option for Web server deployment:
    28 
    29 ./docs/tools/make_docs.sh --web
    30 
    31 To generate individual documents, specify their names after any options.
    32 
    33 Copyright and Licence Information
    34 =================================
    35 
    36 See the following Web pages for more information about this work:
    37 
    38 https://projects.boddie.org.uk/Landfall
    39 
    40 The author can be contacted at the following e-mail address:
    41 
    42 paul@boddie.org.uk
    43 
    44 Copyright and licence information can be found in the docs directory - see
    45 docs/COPYING.txt and docs/LICENCE.txt for more information.