forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Treat aborting by main() as a fatal system error
An application-supplied main() routine is now considered to be essential to system operation. Thus, if main() experiences an error that aborts the main thread a fatal system error is raised. Note: If main() completes its work and does a standard return- to-caller the main thread terminates normally. Change-Id: Icc9499f13578299244a856a246ad2a7d34a72f54 Signed-off-by: Allan Stephens <[email protected]>
- Loading branch information
1 parent
40325d2
commit 073442e
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters