Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Alan C. Assis
Hi Robert, On 12/26/22, Robert Lipe wrote: >> >> Thank you for sharing this CH32V30x porting repository. >> > > For anyone following along, this was an accident. The "real" repo (to which > I'm about to commit more stuff) is at > https://github.com/robertlipe/incubator-nuttx > > >> I think the

Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Robert Lipe
> > Thank you for sharing this CH32V30x porting repository. > For anyone following along, this was an accident. The "real" repo (to which I'm about to commit more stuff) is at https://github.com/robertlipe/incubator-nuttx > I think the right way to handle the GPIO is like STM32 and other >

Re: Podling Nuttx Report Reminder - January 2023

2022-12-26 Thread Brennan Ashton
I'll update the files linked on that page in SVN this evening to reflect the updated status. --Brennan On Mon, Dec 26, 2022, 10:05 AM Nathan Hartman wrote: > On Mon, Dec 26, 2022 at 9:44 AM Calvin Kirs wrote: > > > On Mon, Dec 26, 2022 at 10:36 PM Nathan Hartman > > wrote: > > > > > > On

Re: Podling Nuttx Report Reminder - January 2023

2022-12-26 Thread Nathan Hartman
On Mon, Dec 26, 2022 at 9:44 AM Calvin Kirs wrote: > On Mon, Dec 26, 2022 at 10:36 PM Nathan Hartman > wrote: > > > > On Sun, Dec 25, 2022 at 11:06 PM wrote: > > This is an automatic send, but all you need to do is the following: > > https://incubator.apache.org/guides/transferring.html > > I

Re: Podling Nuttx Report Reminder - January 2023

2022-12-26 Thread Calvin Kirs
On Mon, Dec 26, 2022 at 10:36 PM Nathan Hartman wrote: > > On Sun, Dec 25, 2022 at 11:06 PM wrote: >> >> Dear podling, >> >> This email was sent by an automated system on behalf of the Apache >> Incubator PMC. It is an initial reminder to give you plenty of time to >> prepare your quarterly

Re: Podling Nuttx Report Reminder - January 2023

2022-12-26 Thread Nathan Hartman
On Sun, Dec 25, 2022 at 11:06 PM wrote: > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an initial reminder to give you plenty of time to > prepare your quarterly board report. > > The board meeting is scheduled for Wed, 18 January

Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Alan C. Assis
Hi Robert, Thank you for sharing this CH32V30x porting repository. I think the right way to handle the GPIO is like STM32 and other arches do, not inside the menuconfig. Some time ago someone suggested using menuconfig to select the function of each pin of the MCU, but although the idea is