FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.84k stars 1.14k forks source link

[BUG] Stack initialisation incorrect on dsPIC. #404

Closed andrewtjs closed 3 years ago

andrewtjs commented 3 years ago

Describe the bug When the deprecated pre-processor constant MPLAB_DSPIC_PORT is undefined, the initialisation of xInitialStack has an incorrect size, resulting in stack corruption.

Target

cobusve commented 3 years ago

Fixed with PR #405