Re: LVGL project creator tool

2024-07-21 Thread Gábor Kiss-Vámosi
Hi Tomek, It's nice, thank you! :) First, I'd like to understand how we can integrate the NuttX boards in a simple way, and add some export-time configurations. So the questions I have are: 1. Is there a machine parsable list of NuttX supported boards with some basic information? (name, descripti

Re: basically, I get an error when I do make

2024-07-21 Thread Nathan Hartman
Thanks for those references. That makes sense. On Sun, Jul 21, 2024 at 8:04 PM Gregory Nutt wrote: > > > > > On 7/21/2024 5:47 PM, Gregory Nutt wrote: > >> > >> On 7/21/2024 5:38 PM, Nathan Hartman wrote: > >>> Hi Alan, > >>> > >>> I think we should have "int main(int argc, const char * argv[])"

Re: basically, I get an error when I do make

2024-07-21 Thread Gregory Nutt
On 7/21/2024 5:47 PM, Gregory Nutt wrote: On 7/21/2024 5:38 PM, Nathan Hartman wrote: Hi Alan, I think we should have "int main(int argc, const char * argv[])" (added 'const' for argv). Maybe should grep for all instances of main in our code and docs and add const? I'm willing to do that

Re: basically, I get an error when I do make

2024-07-21 Thread Gregory Nutt
On 7/21/2024 5:47 PM, Gregory Nutt wrote: On 7/21/2024 5:38 PM, Nathan Hartman wrote: Hi Alan, I think we should have "int main(int argc, const char * argv[])" (added 'const' for argv). Maybe should grep for all instances of main in our code and docs and add const? I'm willing to do that.

Re: basically, I get an error when I do make

2024-07-21 Thread Gregory Nutt
On 7/21/2024 5:38 PM, Nathan Hartman wrote: Hi Alan, I think we should have "int main(int argc, const char * argv[])" (added 'const' for argv). Maybe should grep for all instances of main in our code and docs and add const? I'm willing to do that. Let me know, Nathan POSIX specifies the req

Re: basically, I get an error when I do make

2024-07-21 Thread Nathan Hartman
Hi Alan, I think we should have "int main(int argc, const char * argv[])" (added 'const' for argv). Maybe should grep for all instances of main in our code and docs and add const? I'm willing to do that. Let me know, Nathan On Sun, Jul 21, 2024 at 1:03 PM Alan C. Assis wrote: > Hi Nathan, > >

Re: basically, I get an error when I do make

2024-07-21 Thread Alan C. Assis
Hi Nathan, I think this is a nice improvement. We need to improve our Kconfig "--help--". Actually the original documentation was using "argc" and "argv", mine was different (with "int main(void)") because I just created a simple main from scratch. The main (no pun intended) issue in the origina

Re: basically, I get an error when I do make

2024-07-21 Thread Nathan Hartman
Hi all, I have opened pull request PR-12742 [1] to improve the "---help---" text of this Kconfig and hopefully help others avoid this same issue: [1] https://github.com/apache/nuttx/pull/12742 Cheers, Nathan On Sat, Jul 20, 2024 at 8:40 AM Linotte Justin ... wrote: > > hello, i'm happy you res

Re: Github Issue Labels

2024-07-21 Thread Alan C. Assis
Arggg, I need to wake up and take coffee before typing an email, hehehe Should be: Is there some way to create a template with checkboxes when opening an Issue? It could help when users create a new issue. BR, Alan On Sun, Jul 21, 2024 at 9:15 AM Alan C. Assis wrote: > Totally agree! > > Ye

Re: Github Issue Labels

2024-07-21 Thread Alan C. Assis
Totally agree! Yes there some way to create a template with checkboxes when opening an Issue? It could help when users create a new issue. BR, Alan On Sat, Jul 20, 2024 at 8:58 PM Daniel Appiagyei wrote: > Hi, > Is anyone opposed to: > - creating more specific github issue labels, > - encoura

Re: Github Issue Labels

2024-07-21 Thread Alin Jerpelea
+1 from me On Sun, 21 Jul 2024, 12:08 Tim Hardisty, wrote: > +1 from me!! > > On 21/07/2024 00:55, Daniel Appiagyei wrote: > > Hi, > > Is anyone opposed to: > > - creating more specific github issue labels, > > - encouraging everyone to use them, and > > - setting up permissions on github such

Re: Github Issue Labels

2024-07-21 Thread Tim Hardisty
+1 from me!! On 21/07/2024 00:55, Daniel Appiagyei wrote: Hi, Is anyone opposed to: - creating more specific github issue labels, - encouraging everyone to use them, and - setting up permissions on github such that anyone that has contributed to the repo has the ability to add/remove labels? Th