@BSzili
Quote:
but from the users standpoint Worbench didn't change much since the 3.x days.
Filer and dopus5 fill the gaps more or less, but yep, wb still the same old wb, just with some fancy bits there and there.
Quote:
GDB in current state works, but once you will dig in deep into, you will have problems (crashes, freezes and all kind of bugs). Better use
db101Btw, you also need to instal KingCon, as public default shell is pretty primitive and limited.
Btw2, and dont forget to insert in all code stack cookies, so users will have no needs to set stack manually or in icons, usually i do it like (btw, that built-in stack cookie won't override your stack setting if yours is higher):
Quote:
static const char * __attribute__((used)) stackcookie = "$STACK: 200000";
That usually enough for any modern port to cover stack size problems, so users will have no worry about. Usually i just put that line somewhere at top of main.c or kind.
Edited by kas1e on 2013/11/21 12:09:56