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
2ff9fa5 Adds several resolutions around endianess -Add byte orders detection, remove default TRICE_MCU_IS_BIG_ENDIAN. User need to set it if not detected -Add Detection on <byteswap.h> libc include to use it -Remove full macros byteswap option, use always "TriceReverse" inline function (same effect) -Remove endianess configurations options -Add compilers buid-in when available to swap endianess (GCC and clang supported) -Add C23 endianess detection resolution
1598790 All TRICE_PUT macros replaced now with TRICE_PUT_AS_IS
8ea539d All Trice header with TRICE_PUT_AS_IS, when TRICE_REVERSE==1
7e2494b Bugfix in helpinfo.go: update params where shown in insert params.