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 ri
>
> 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
> arche
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 Sun,
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 s
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 board
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 202
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 cool,