zephyr/arch
Ulf Magnusson 50b9b1249b scripts: Simplify code with sys.exit(<string>)
Promote a handy and often-overlooked sys.exit() feature: Passing it a
string (or any other non-int object) prints it to stderr and exits with
status 1.

See the documentation at
https://docs.python.org/3/library/sys.html#sys.exit.

This indirectly prints some errors to stderr that previously went to
stdout.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-08 12:34:16 +02:00
..
arc arc: interrupts: Explain return from interrupt to cooperative thread 2019-08-30 20:10:14 +02:00
arm arch: arm: be able to infer Z_ARCH_EXCEPT() for baseline SOCs 2019-08-29 11:29:50 +02:00
common scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00
nios2 arch/nios2: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
posix native: Set recommended stack size to 40 for 64 bit 2019-08-24 19:55:09 +02:00
riscv arch/riscv: rearrange for standard use of extern "C" 2019-08-18 16:20:10 +02:00
x86 scripts: Simplify code with sys.exit(<string>) 2019-09-08 12:34:16 +02:00
x86_64 arch/x86_64: do not modify CR8 in interrupt path 2019-09-07 10:06:13 -04:00
xtensa xtensa: asm2: add code for double exception vector 2019-09-07 10:21:16 -04:00
CMakeLists.txt
Kconfig riscv32: rename to riscv 2019-08-02 13:54:48 -07:00