Menu

#27 New driver for HD44780 + C.H.I.P.

open
nobody
None
1
2017-02-09
2017-02-05
No

I just wrote a new conectivity driver for C.H.I.P. board (http://getchip.com) based upon the Raspberry Pi module, but completely rewritten.

How can I submit it to the official source code repository?

Discussion

  • Harald Geyer

    Harald Geyer - 2017-02-08

    lcdproc development has moved to gibhub:
    https://github.com/lcdproc/lcdproc

    However note, that now there exists a gpio connection type, that obsoletes
    all the board specific CTs like raspberry pi.

    HTH,
    Harald

    --
    If you want to support my work:
    see http://friends.ccbib.org/harald/supporting/
    or donate via CLAM to xASPBtezLNqj4cUe8MT5nZjthRSEjrRQXN
    or via peercoin to P98LRdhit3gZbHDBe7ta5jtXrMJUms4p7w

     
  • Antonio Petricca

    Thank you for your answer Harald, now I know the new GitHub project. :)

    I would like to submit you the fact that my version of the connectivity module has no dependencies from other libraries (like libugpio).

    Regards,
    Antonio

     
  • Antonio Petricca

    My code is enough generic to use GPIO simply changing the connection name.
    I have inspected the LIBUGPIO code and it uses the same approach, the SYS
    FS to address the GPIO pins.

    Regards,
    Antonio

    Il giorno ven 10 feb 2017 alle ore 00:24 Harald Geyer harald@ccbib.org ha
    scritto:

    "Antonio Petricca" writes:

    I would like to submit you the fact that my version of the connectivity
    module has no dependencies from other libraries (like libugpio).

    While this is nice, unfortunately having connection types for any SoC
    out there just doesn't scale up. People should write connection types
    using proper kernel APIs, ie portable code.

    (Mind you, we already have a huge amount of buggy code, that nobody
    maintains properly. We can't afford to add to that mess.)

    HTH,
    Harald

    --
    If you want to support my work:
    see http://friends.ccbib.org/harald/supporting/
    or donate via CLAM to xASPBtezLNqj4cUe8MT5nZjthRSEjrRQXN
    or via peercoin to P98LRdhit3gZbHDBe7ta5jtXrMJUms4p7w

     

Log in to post a comment.