RE: adding a new board - files?

2023-07-18 Thread Krasimir Cheshmedzhiev
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

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

RE: external rtc small fix

2023-04-26 Thread Krasimir Cheshmedzhiev
gmail.com> wrote: > Please take a look if this https://github.com/apache/nuttx/pull/9104 > fixes the reported issue. > > Best regards, > Petro > > ср, 26 квіт. 2023 р. о 10:10 Krasimir Cheshmedzhiev < > cheshmedzh...@gmail.com> пише: > >> Hi, >> >&g

RE: external rtc small fix

2023-04-26 Thread Krasimir Cheshmedzhiev
to match the RTC */ clock_inittime(NULL); #endif #endif So you propose not to call up_rtc_initialize(); as well? Best regards, Petro ср, 26 квіт. 2023 р. о 09:33 Krasimir Cheshmedzhiev пише: > Hi all, > > > > When using external rtc the function up_rtc_initialize() in file > nu

external rtc small fix

2023-04-25 Thread Krasimir Cheshmedzhiev
Hi all, When using external rtc the function up_rtc_initialize() in file nuttx/sched/clock_initialize.c should not be called. A small fix is attached. Best regards --- nx12.1-orig/nuttx/sched/clock/clock_initialize.c 2022-12-13 09:30:57.0 +0200 +++ nx12.1-new/nuttx/sched/cloc