Skip to content

n1sdp: Fix armclang compilation issues

Chris Kay requested to merge github/fork/CJKay/master into master

Some of the syntax used in N1SDP is incompatible with Arm Compiler 6, including __packed and static_assert (without <fwk_assert.h>).

This commit also adds the relevant missing CI build tests.

Merge request reports