Marco Maia

Results 9 comments of Marco Maia

This happened when I updated my esp-idf, before the update it was working; I'll update again and try.

Had no success, I think it is possible to be a wrong config in my freeRTOS menuconfig . Tried with version 3.2-rc. Will try with v3.1.3 later

@daniele77, thanks man. I'll test with your configs when I get the time. I compiled with clang on windows.

It seems to correctly work with `PowerShell`, the issue that I was experiencing was with some integrated terminals, like the `VSCode` integrated terminal and `Windows terminal`, but if the application...

https://github.com/daniele77/cli/assets/13483472/ed4b9c5d-5893-4f57-8ce4-58f45b39e352 An example using the code that you've provided.

I've had a related issue, because `stl_emulation.h` in linux does not include the definition for `__cpp_lib_span` under gcc 12. A fix for me was to define `FLATBUFFERS_USE_STD_SPAN` manually.

Note that `clang` already implements some diagnostics for this. ![Image](https://github.com/user-attachments/assets/a4bdff0c-2daf-4688-ae14-54d6cf76a3a1)

Hey, I've a hacky implementation for this, I'll work a bit more on my impl this weekend and then submit a PR. https://github.com/user-attachments/assets/65569c1b-df73-4675-acc6-89cbf62dfe1c

@mphe I believe it will be available in `clangd 22.x` In the meantime, you can download the nightly build of `clangd` https://github.com/clangd/clangd/releases/tag/snapshot_20250824, replace it, and check if this works for...