but, Github PRs and discussion there is not public?
And also the commits, messages and discussions are not being archived?
So, what exactly is the problem?
to me it seems more like you are trying to justify your failure to
follow the project and discuss it in the community.
Obs: I feel like I'
mples/gpio/gpio_main.c
Remembering that this is an idea, proof of concept, still work in progress.
BR,
Matheus Castello
Em 10/27/2021 4:11 PM, Alan Carvalho de Assis escreveu:
Hi Jari,
I agree! Also in the Linux its name is just gpioN inside /sys.
But this modification will involve many boards mod
bator-nuttx/issues/3483
thank you so much for the help, I'll take a look on the ESP32-C3
implementation for now.
Best regards,
Gustavo.
On Mon, May 31, 2021 at 7:53 AM Matheus Castello
wrote:
Trying to use libcxx for port a project to Nuttx and I'm having the
following errors:
``
27;m
not having success. If anyone has any hints or light on what I'm doing
wrong, I'll be very grateful :)
BR,
Matheus Castello
Trying to use libcxx I found the following error:
```
error: use of undeclared identifier '__libcpp_signed_lock_free'
typedef atomic<__libcpp_signed_lock_free> atomic_signed_lock_free;
```
Which was solved with a patch reported here:
https://github.com/ziglang/zig/issues/65