Re: [PATCH rtems-littelvgl] lv_conf.h: Enable user data.

2020-01-09 Thread Christian Mauderer
Just a reminder. If no one objects in the next few days, I'll push that
patch.

On 04/12/2019 12:47, Christian Mauderer wrote:
> This is usefull for passing driver objects arround and it doesn't add
> too much overhad for drivers that don't need it. Therefore enabling it
> by default seems like the better choice.
> ---
>  lv_conf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lv_conf.h b/lv_conf.h
> index 5a0ea26..7453905 100644
> --- a/lv_conf.h
> +++ b/lv_conf.h
> @@ -152,7 +152,7 @@ typedef void * lv_fs_drv_user_data_t;
>  #endif
>  
>  /*1: Add a `user_data` to drivers and objects*/
> -#define LV_USE_USER_DATA0
> +#define LV_USE_USER_DATA1
>  
>  /*
>   * Image decoder and cache
> 

-- 

embedded brains GmbH
Herr Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: christian.maude...@embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax:   +49-89-18 94 741 - 08
PGP: Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH rtems-littelvgl] lv_conf.h: Enable user data.

2019-12-04 Thread Christian Mauderer
This is usefull for passing driver objects arround and it doesn't add
too much overhad for drivers that don't need it. Therefore enabling it
by default seems like the better choice.
---
 lv_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lv_conf.h b/lv_conf.h
index 5a0ea26..7453905 100644
--- a/lv_conf.h
+++ b/lv_conf.h
@@ -152,7 +152,7 @@ typedef void * lv_fs_drv_user_data_t;
 #endif
 
 /*1: Add a `user_data` to drivers and objects*/
-#define LV_USE_USER_DATA0
+#define LV_USE_USER_DATA1
 
 /*
  * Image decoder and cache
-- 
2.16.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel