Jump to content

Daniel Sullivan

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Thank you very much for that Nathan! That is a good start. The problem is that as of the last Zephyr release they've moved entirely to a Cmake based build system which trashes the makefiles every time you change the environment config (https://github.com/zephyrproject-rtos/zephyr/issues/1488) Going to give your Makefile a go in conjunction with https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/application_development/external_lib (Using Cmake's external project function to include it)
  2. Hi all, Currently trying to set up uGFX on Zephyr OS (platform is nRF52840 SoC / UC8152 E-Paper display / ILI2102 touch controller) however am coming across an issue integrating into the Cmake based build system. Never having used Cmake before, somewhat at a loss where to get started. I've managed to find some fragments of Cmake schemas for uGFX here: https://github.com/ObKo/stm32-cmake/tree/master/cmake but am not having a lot of luck (issues with paths and actually compiling the source files) Has anyone here implemented uGFX in Zephyr OS and if so would it be possible to get a copy of your CMakeLists and how you setup the build process? It would be greatly appreciated. Devs: depending on pricing, I am also open to the option of purchasing a support pack to get this set up.
×
×
  • Create New...