dblB_di_cobs_rtt32__de_xtea_cobs_ua works not with package framing COBS in direct mode
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.
All these failing 4 tests seem to have the same root cause:
- _dblB_di_cobs_rtt32__de_xtea_cobs_ua
- _ringB_di_cobs_rtt32__de_xtea_cobs_ua
- _ringB_di_xtea_cobs_rtt32__de_cobs_ua
- _ringB_di_xtea_cobs_rtt32__de_tcobs_ua
This issue has been automatically marked as stale because it has not had recent activity. Please update it if it is still relevant.
Works in line-by-line mode. Bulk tests are a matter of the dev branch