commit | fbeaa0a51018419f720e8c1064a4d51f4b3e572b | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Feb 25 15:32:39 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon Mar 02 22:49:37 2020 +0200 |
tree | b4af4dc3854af05920abf9d533d892fd94350ea8 | |
parent | 18dee338d8a18dd7258b9efeb6cbed1b15ceb68a [diff] |
kernel: Stack pointer random depends on MULTITHREADING Don't pretend with have stack randomization without multithreading. When multithreading is disabled the "main" thread never starts. Zephyr will run on the stack used for the z_cstart(), which on most architectures is the interrupt stack. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>