micro-os-plus / micro-os-plus-iii

The portable part of µOS++ IIIe (an xpm/npm package)
http://micro-os-plus.github.io
MIT License
115 stars 17 forks source link

The final message should display the stack address #61

Open ilg-ul opened 3 years ago

ilg-ul commented 3 years ago

The message displayed by os_*_goodbye() should display the stacks addresses:

Main thread stack: 1432/2996 bytes used
Interrupts stack: 1432/2996 bytes used

should be:

Main thread stack: 1432/2996 bytes used, @0x11223344
Interrupts stack: 1432/2996 bytes used, @0x11223344