Alain
Alain
segfault
Sometimes I get segfault at startup (Arch Linux x64), with gdb I can see this: ``` [...] #87243 0x000055555557508b in find_qdiscs (rdata=0x7fffffffcf40, parent=3, ifindex=) at in_netlink.c:627 #87244 handle_class (obj=, arg=)...
It would be cool to have some kind of visual flag (highlight?) marking the last-added (or unseen, using cookies) photos.
This PR removes all the ambiguous include paths. Now the only two openrtx include paths are `openrtx/` and `platform/`. Also, I used the following convention for `#include ` VS `#include...
With the latest orchestra, the flags provided through `hard_compiler_wrapper.py` are passed directly to the compiler and they are not written in `compile_commands.json`, which is used by clangd to provide code...
This PR adds a preliminary support to build OpenRTX for all platforms using CMake. To build for a target, type: ``` mkdir build && cd build cmake .. -GNinja -DOPENRTX_TARGET=targetNameHere...