You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling for embedded (RIOT and Zephyr), the compilers complain about our casting from one pointer type to another. This was solved by adding __attribute__(aligned(32)) on some of the structs. This wastes memory and I believe it should not be necessary. But this should be explored further
The text was updated successfully, but these errors were encountered:
When compiling for embedded (RIOT and Zephyr), the compilers complain about our casting from one pointer type to another. This was solved by adding
__attribute__(aligned(32))
on some of the structs. This wastes memory and I believe it should not be necessary. But this should be explored furtherThe text was updated successfully, but these errors were encountered: