trice icon indicating copy to clipboard operation
trice copied to clipboard

dblB_di_cobs_rtt32__de_xtea_cobs_ua works not with package framing COBS in direct mode

Open rokath opened this issue 5 months ago • 2 comments

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.

rokath avatar Jul 04 '25 15:07 rokath

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

rokath avatar Jul 05 '25 12:07 rokath

This issue has been automatically marked as stale because it has not had recent activity. Please update it if it is still relevant.

github-actions[bot] avatar Dec 05 '25 11:12 github-actions[bot]

Works in line-by-line mode. Bulk tests are a matter of the dev branch

rokath avatar Dec 12 '25 10:12 rokath