trice icon indicating copy to clipboard operation
trice copied to clipboard

Create function call macros for TRICE_S and its relatives

Open th-sabik opened this issue 1 year ago • 2 comments

Possible syntax: triceS , TriceS, TRiceS triceN , TriceN, TRiceN trice8B , Trice8B, TRice8B trice16B , Trice16B, TRice16B trice32B , Trice32B, TRice32B triceB , TriceB, TRiceB trice8F , Trice8F, TRice8F trice16F , Trice16F, TRice16F trice32F , Trice32F, TRice32F triceF , TriceF, TRiceF

th-sabik avatar Aug 31 '23 09:08 th-sabik

I'm experience that using TRICE_S dumps the macro code directly in the code as is not optimizing it for size. So I'm also looking to use function calls for TRICE_S (and others) too.

KammutierSpule avatar May 13 '24 08:05 KammutierSpule

This is not implemented yet.

rokath avatar May 13 '24 12:05 rokath

Implemented in branch "issue_#429"

rokath avatar Aug 08 '24 12:08 rokath