Skip to content

Initial publication

Felix Gerking requested to merge clemens.terasa/initial-pub into dunfell

All commits previously pushed were not cleaned up. Thus I created another publication branch to clean up my mess.

The current implementation uses GNU autotools to build. It parses the G&F XML file using the ezxml, which is therefore included in the sources.

To generate the Device Tree overlay we use the libfdt.

Currently we can:

  1. Create a panel entry for a RGB display (no power-sequence yet)
  2. Create a backlight fragment to control PWM frequency and PWM drive strength.
  3. Create a touch node for EXC3000 I2C touches (more as a sample)
  4. Basic touch framework for adding more touches.
  5. Add serial-number form Ethernet MAC

Merge request reports