Re: 2024 November newsletter

2024-11-04 Thread Gábor Kiss-Vámosi
Of course! Thank you for the support! :) Our internal goal for this week is to add 8 more NuttX projects to the project creator , to have 10 in total! Cheers, Gabor Tomek CEDRO ezt írta (időpont: 2024. nov. 4., H, 17:10): > NuttX mentioned :-) > > -- > Ce

Re: LVGL project creator tool

2024-09-09 Thread Gábor Kiss-Vámosi
Hi Tomek, I hope you are doing well! We have released the Project Creator today and I've also opened an issue <https://github.com/lvgl/project-creator/issues/6> for the NuttX integration. Please take a look at it if you have a little bit of free time. 🙂 Best regards, Gabor Gábor

Re: LVGL project creator tool

2024-07-24 Thread Gábor Kiss-Vámosi
is > not there do you need SDL or just generic framebuffer? > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > > On Mon, Jul 22, 2024, 08:59 Gábor Kiss-Vámosi > wrote: > > > Hi Tomek, > > > > It's nice, thank you! :) > > > > First, I&#x

Re: Re: Github Issue Labels

2024-07-22 Thread Gábor Kiss-Vámosi
Hi, In case you find it useful, this is our bug report issue template: https://github.com/lvgl/lvgl/blob/master/.github/ISSUE_TEMPLATE/bug-report.yml I kept it very simple to make sure that even novice developers can easily fill it. Regards, Gabor On Mon, Jul 22, 2024, 22:52 Daniel Appiagyei w

Re: LVGL project creator tool

2024-07-21 Thread Gábor Kiss-Vámosi
> > Thank you!! :-) > Tomek > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > > On Fri, Jul 19, 2024, 07:54 Gábor Kiss-Vámosi > wrote: > > > Hi, > > > > You might have heard that at LVGL we started to work on our UI editor > > < >

LVGL project creator tool

2024-07-18 Thread Gábor Kiss-Vámosi
Hi, You might have heard that at LVGL we started to work on our UI editor . It will be a developer-centric tool which will run on Windows, Linux,

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Gábor Kiss-Vámosi
will need a board to do the flashing process (i.e. an ESP32 with > SWD/JTAG flashing emulation). > > Does LVGL have farm board testing? > > BR, > > Alan > > On Thu, Jul 18, 2024 at 5:03 PM Gábor Kiss-Vámosi > wrote: > > > Hi, > > > > In prac

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Gábor Kiss-Vámosi
Hi, In practice will it be manual testing by humans, or can you run some tests automatically and remotely? On Thu, Jul 18, 2024, 21:50 Alan C. Assis wrote: > Actually I shared it publicly with modify permissions (danger mode, maybe > it is better to use Comment option, so people can ask for inv

Re: Please recommend NuttX

2024-07-11 Thread Gábor Kiss-Vámosi
At least you can add a link to NuttX in your comment. Gabor Alan C. Assis ezt írta (időpont: 2024. júl. 11., Cs, 11:20): > I wasn't expecting anything different from ARM: > > https://forums.mbed.com/t/important-update-on-mbed-end-of-life/23644/3 > > This is why I think RISC-V will win! > > BR,

Re: Improving NuttX Awareness

2024-07-09 Thread Gábor Kiss-Vámosi
people always asked me to do in the NuttX Channel videos was > create some real file application examples. > > I was more focused on showing NuttX features, but after getting the > peripheral working people got lost. > > BR, > > Alan > > On Tue, Jul 9, 2024 at 3:21 

Re: Improving NuttX Awareness

2024-07-09 Thread Gábor Kiss-Vámosi
Hi, There are two more points that I'd add: 1. Easy to get started: have example projects that can be set up by reading a few lines from the README. 2. Easy to move forward: by reading a few extra sentences the user should know how to customize the project by adding new files, trying new features,

Re: Installing apps dynamically in runtime

2024-06-26 Thread Gábor Kiss-Vámosi
ocontrollers. > > I think we will need to implement it ourselves, looking at pkgin I see it > is not so complicated to implement and we need something simpler. > > Best Regards, > > Alan > > On Fri, Jun 21, 2024 at 6:50 AM Gábor Kiss-Vámosi > wrote: > > > Hi, >

Re: Installing apps dynamically in runtime

2024-06-21 Thread Gábor Kiss-Vámosi
Clear, thank you! We will try it out! Xiang Xiao ezt írta (időpont: 2024. jún. 21., P, 13:25): > On Fri, Jun 21, 2024 at 6:20 PM Gábor Kiss-Vámosi > wrote: > > > It's awesome! > > > > but there is no stable ABI on NuttX, so you can't copy elf from

Re: Installing apps dynamically in runtime

2024-06-21 Thread Gábor Kiss-Vámosi
> On Fri, Jun 21, 2024 at 5:50 PM Gábor Kiss-Vámosi > wrote: > > > Hi, > > > > A smartwatch manufacturer company wants to dynamically add/remove apps at > > runtime on their MCU based devices . Similarly to how it works on > > smartphones. > > > >

Installing apps dynamically in runtime

2024-06-21 Thread Gábor Kiss-Vámosi
Hi, A smartwatch manufacturer company wants to dynamically add/remove apps at runtime on their MCU based devices . Similarly to how it works on smartphones. Example: The user wants to extend the smartwatch with an Alarm clock app. On Linux we just needed to copy the binary to the watch and it cou

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-11-03 Thread Gábor Kiss-Vámosi
of a single root Kconfig or a series of nested > Kconfigs? The latter would be a bit more difficult to handle the way I > suggested. > > Best, > Matias > > On Mon, Nov 2, 2020, at 10:43, Gábor Kiss-Vámosi wrote: > > I see, thanks for the explanation. > > I understa

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-11-03 Thread Gábor Kiss-Vámosi
Tue, Nov 3, 2020, at 10:41, Gábor Kiss-Vámosi wrote: > > Hi Matias, > > The "include" is added here: > https://github.com/lvgl/lvgl/blob/dev/src/lv_conf_kconfig.h#L18-L20 > > It under consideration here: https://github.com/lvgl/lvgl/pull/1875 > Could you writ

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-11-02 Thread Gábor Kiss-Vámosi
om our side. Please let me know what snippet I should for NuttX. Similar to: #if defined ESP_PLATFORM #include "sdkconfig.h" #include "esp_attr.h" #endif Regards, Gabor Matias N. ezt írta (időpont: 2020. nov. 2., H, 14:33): > On Mon, Nov 2, 2020, at 09:51, Gábor Kiss-Vám

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-11-02 Thread Gábor Kiss-Vámosi
Hi, BTW, is LVGL going to provide a script to convert the Kconfig to a > lv_config.h of some sort? If that's the case we'll only have to call > the script after we download the tarball. Yes, We have lv_conf_internal.h that tr

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-08-26 Thread Gábor Kiss-Vámosi
er to supply a header where we could just do "#include > ". > If you can make LVGL optionally NOT generate its own config.h and .config > we could indeed just include the Kconfig and Make.defs (as it is done now). > > Best, > Matias > > On Wed, Aug 26, 2020, at 09:52

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-08-26 Thread Gábor Kiss-Vámosi
onfig and > config.h which both would have to read). > > Best, > Matias > > On Tue, Aug 25, 2020, at 21:22, Alan Carvalho de Assis wrote: > > Hi Everyone, > > Mr. Gábor Kiss-Vámosi contacted and told me that LVGL is moving to use > Kconfig: > > "At LVGL

Re: LVGL moving to Kconfig, how we could integrated better with them

2020-08-26 Thread Gábor Kiss-Vámosi
Hi, Thank you, Alan! I'm looking forward to hearing the opinion and remarks of the NuttX developers. Regards, Gabor Alan Carvalho de Assis ezt írta (időpont: 2020. aug. 26., Sze, 2:22): > Hi Everyone, > > Mr. Gábor Kiss-Vámosi contacted and told me that LVGL is moving to