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

Do not set the interrupt stack twice #62

Open ilg-ul opened 3 years ago

ilg-ul commented 3 years ago

The stack is already defined in the Cortex-M port, no need to do it here too.

And filling the stack with a pattern should be done in the same location.