Re: adding a new board - files?

2023-07-18 Thread Nathan Hartman
On Tue, Jul 18, 2023 at 7:12 AM Lee, Lup Yuen  wrote:

> Hi Krasimir: I wrote an article about submitting a NuttX Pull Request on
> GitHub, I hope this helps :-)
>
> https://lupyuen.codeberg.page/articles/pr.html
>


Hi Lup,

That is a very helpful and detailed article -- thanks for writing it!

Cheers
Nathan


Re: adding a new board - files?

2023-07-18 Thread Lee, Lup Yuen
Hi Krasimir: I wrote an article about submitting a NuttX Pull Request on
GitHub, I hope this helps :-)

https://lupyuen.codeberg.page/articles/pr.html

Lup

On Tue, Jul 18, 2023 at 6:44 PM Krasimir Cheshmedzhiev <
cheshmedzh...@gmail.com> wrote:

> Hi all,
>
> I added the support of nucleo-u5a5zj-q
> I made steps described in
> https://nuttx.apache.org/docs/latest/contributing/index.html
>
> There is a button on the branch page who says "Compare & pull request"
> Do I need to push it?
> or
> Do I need to do any additional steps?
>
> Sory for dumb questions but I have never used git.
>
> Best regards
>
> -Original Message-
> From: Alan C. Assis 
> Sent: Monday, July 10, 2023 9:24 PM
> To: dev@nuttx.apache.org
> Subject: Re: adding a new board - files?
>
> Hi Krasimir,
>
> On 7/10/23, Krasimir Cheshmedzhiev  wrote:
> > Hi all,
> >
> >
> >
> > I am working on adding a nucleo-u5a5zj-q to nuttx supported boards.
> > How (where I can read) to prepare files - those which I created and
> > those which I changed, to make them part of main source tree?
> >
>
> Please follow the contribution steps:
>
> https://nuttx.apache.org/docs/latest/contributing/index.html
>
> Any issue, please let us to know.
>
> BR,
>
> Alan
>
>


RE: adding a new board - files?

2023-07-18 Thread Krasimir Cheshmedzhiev
Hi all,

I added the support of nucleo-u5a5zj-q
I made steps described in 
https://nuttx.apache.org/docs/latest/contributing/index.html

There is a button on the branch page who says "Compare & pull request"
Do I need to push it?
or
Do I need to do any additional steps?

Sory for dumb questions but I have never used git.

Best regards

-Original Message-
From: Alan C. Assis  
Sent: Monday, July 10, 2023 9:24 PM
To: dev@nuttx.apache.org
Subject: Re: adding a new board - files?

Hi Krasimir,

On 7/10/23, Krasimir Cheshmedzhiev  wrote:
> Hi all,
>
>
>
> I am working on adding a nucleo-u5a5zj-q to nuttx supported boards. 
> How (where I can read) to prepare files - those which I created and 
> those which I changed, to make them part of main source tree?
>

Please follow the contribution steps:

https://nuttx.apache.org/docs/latest/contributing/index.html

Any issue, please let us to know.

BR,

Alan



Re: adding a new board - files?

2023-07-10 Thread Alan C. Assis
Hi Krasimir,

On 7/10/23, Krasimir Cheshmedzhiev  wrote:
> Hi all,
>
>
>
> I am working on adding a nucleo-u5a5zj-q to nuttx supported boards. How
> (where I can read) to prepare files - those which I created and those which
> I changed, to make them part of main source tree?
>

Please follow the contribution steps:

https://nuttx.apache.org/docs/latest/contributing/index.html

Any issue, please let us to know.

BR,

Alan


adding a new board - files?

2023-07-10 Thread Krasimir Cheshmedzhiev
Hi all,

 

I am working on adding a nucleo-u5a5zj-q to nuttx supported boards. How
(where I can read) to prepare files - those which I created and those which
I changed, to make them part of main source tree?

 

Best regards