Chapter 212. eCos port

Table of Contents

212.1. Overview

212.1. Overview

The goal for the CYGPKG_LVGL package is to avoid where possible having to have any core LVGL source file changes made specifically for eCos. This is to ensure that re-imports of newer versions of the LVGL world involve minimal effort. The files are as provided in the official LVGL release package as imported, with the following exceptions:

  1. Files have been moved, unmodified, to create a standard eCos package tree structure to integrate with the eCosPro build environment
  2. The file include/lv_conf.h has been replaced by an eCos specific implementation.