Thomas Höhenleitner
Thomas Höhenleitner
### Info about error in file triceCheck.c line 2761 Accidentally there is a missing closing bracket inside of the format string at this position. The legacy parsing tolerated it, because...
Hi Serhii, Trying to run `./testAll.sh` on the PR goes well after "fixing" the triceCheck.c file and deactivating the new test function **despite translating the G0B1_inst example**: ```bash Core/Src/main.c: In...
## ~Some Observations~ * *./repos/wt_trice_pr536b/examples/G0B1_inst/Core/Src/main.c*: * Missing `#include "trice.h"` inserted into line 25. * Adding `trice(":-)\n");` in lines 117 and 134 (around the `CUSTOM_*` code). * When calling `./trice_insertIDs_in_examples_and_test_folder.sh` and...
### SORRY The observations, I told you where accidently done not with a fresh build Trice tool! Tomorrow you will get an update!
Things are much better now :-) I am still investigating but a small problem is this test, I added into *./repos/wt_trice_pr536b/internal/id/insertIDs_test.go* locally: ```Go func TestInsertKnownID2(t *testing.T) { defer Setup(t)() //...
 :-)
Should I merge for now, or should we wait? Some details need a better documentation. I could try to write s.th. but probably you can do this better.
> Sure, I can take care of it—just let me know which parts you'd like documented. Ok, then I will merge tomorrow and start to document and also try to...
Hi Serhii, please one question: Why did you add `PATH="/Library/Developer/CommandLineTools/usr/bin:$PATH"` (line 28) into build_environment.sh? On my sytem I can remove it and all works still fine. The problem is, once...
For some reason I added this line and forgot about it. Probably I was extending the path for objcopy. It is commented out now and we will see.... Sorry for...