Re: Subject: [VOTE] Apache NuttX 11.0.0 (incubating) RC2 release

2022-09-13 Thread Alan Carvalho de Assis
Thank you very much Craig! For release a new version all votes count because if a user found a critical issue we need to prepare a new version. That said all here are welcome to test and report their finding! BR, Alan On 9/13/22, Craig Altenburg wrote: > Not a voting member but built on MacOS

Re: Subject: [VOTE] Apache NuttX 11.0.0 (incubating) RC2 release

2022-09-13 Thread Craig Altenburg
Not a voting member but built on MacOS for RP2040: > arm-none-eabi-gcc -v Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/arm-none-eabi-gcc/10.3-2021.07/gcc/bin/../lib/gcc/arm-none-eabi/10.3.1/lto-wrapper Target: arm-none-eabi Configured with: /tmp/j

Re: Subject: [VOTE] Apache NuttX 11.0.0 (incubating) RC2 release

2022-09-13 Thread Alan Carvalho de Assis
+1 Please find board checking below: ESP32 = $ xtensa-esp32-elf-gcc -v Using built-in specs. COLLECT_GCC=xtensa-esp32-elf-gcc COLLECT_LTO_WRAPPER=/usr/local/bin/../libexec/gcc/xtensa-esp32-elf/8.4.0/lto-wrapper Target: xtensa-esp32-elf Configured with: /builds/idf/crosstool-NG/.build/xtensa-

Device connectivity over REST and SCPI

2022-09-13 Thread Petro Karashchenko
Hello, Does anybody have experience with exposing functionality of NuttX based device via REST API? Also maybe someone did integration with SCPI? I'm looking for some lightweight implementations for both REST API and SCPI and would appreciate for any references that I can explore. Maybe there ar

RE: Cache

2022-09-13 Thread TimH
I found that the up_enable_dcache function is there, with a call to cp15_enable_dcache, yes; and that function is in my system.map. But nothing calls it that I can find? >-Original Message- >From: Alan Carvalho de Assis >Sent: 13 September 2022 15:01 > >I don't know about sama5, but pr

Re: Cache

2022-09-13 Thread Alan Carvalho de Assis
I don't know about sama5, but probably it is done here: arch/arm/src/armv7-a/ On 9/13/22, TimH wrote: > I will probably hit send then find it.but, right now, I can't see if > there's > anything I need to do to enable DCACHE? > > > > My .config has CONFIG_ARCH_DCACHE set, and that seems to "enable

Cache

2022-09-13 Thread TimH
I will probably hit send then find it.but, right now, I can't see if there's anything I need to do to enable DCACHE? My .config has CONFIG_ARCH_DCACHE set, and that seems to "enable" all the various cache functions, including up_enable_dcache, but I can't find any calls to that function in sama