Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Matheus Castello
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'

Re: ioexpander/gpio driver device names

2021-10-28 Thread Matheus Castello
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

Re: [Reporting][Need Help] llvm11/12 arm-none-eabi-ld undefined reference to `__atomic_fetch_add_4'

2021-05-31 Thread Matheus Castello
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: ``

[Reporting][Need Help] llvm11/12 arm-none-eabi-ld undefined reference to `__atomic_fetch_add_4'

2021-05-31 Thread Matheus Castello
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

[Reporting] llvm11/12 arm-none-eabi error: use of undeclared identifier '__libcpp_signed_lock_free'

2021-05-31 Thread 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