Jump to content

Tuetuopay

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Tuetuopay

  1. I do happen to own one, and I would be very interested in getting uGFX to work on it. So any testing on it is possible if you need it. (heck, I can even hook it up to a computer with tools and ssh access). But I'll try to help too, if I can up my understanding of the inners of uGFX !
  2. Hello, While following this thread about the problems with running µGFX with ChibiOS on the STM32F746G-DISCO board, I noticed a small problem in the board files. The board.mk does add the ST HAL to the include path, but only for RAW32. However, the SDRAM init code is shared amongst all of the supported OSes, thus ChibiOS needs it. One caveat though : this init code (stm32f746g_discovery_sdram.c) needs a ST file (stm32f7xx_hal_rcc.h), but the compiler cannot find it when using ChibiOS as ST HAL is in the include path for RAW32 only. I made a patch (and PR) on cpu20's repo that fixes the problem. However, I am not sure all environments should include this HAL (as I did in the patch), or ChibiOS and RAW32 only. I do slant towards the first option, but I'm no expert with µGFX. Which option is best guys ? Keep the good work !
×
×
  • Create New...