Merge branch 'dev'

This commit is contained in:
Gabor Kiss-Vamosi
2020-06-16 13:56:42 +02:00
21 changed files with 713 additions and 183 deletions

View File

@@ -363,6 +363,12 @@
#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning
#endif
/* Prefix variables that are used in GPU accelerated operations, often these need to be
* placed in RAM sections that are DMA accessible */
#ifndef LV_ATTRIBUTE_DMA
#define LV_ATTRIBUTE_DMA
#endif
/*===================
* HAL settings
*==================*/