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
Describe the bug
In the current form the test works, but according to its name the direct mode package framing should be COBS.
To Reproduce
Change #define TRICE_DIRECT_OUT_FRAMING TRICE_FRAMING_NONE into #define TRICE_DIRECT_OUT_FRAMING TRICE_FRAMING_COBS in triceConfig.h and "-pf=NONE", into "-pf=COBS", in cgo_test.go line 22.
Expected behavior
test pass
Additional context
Consider #define TRICE_DEFERRED_BUFFER_SIZE 1024. It has an influence when deactivating triceLog1.