zephyr/boards
Alberto Escolar Piedras de168b9bc2 native_posix: timer: Ignore nanosleep return
Explicitly ignore the nanosleep() return value.
nanosleep() is called to slow down native_posix in real time
mode.
There is no real reason to handle this call returning too early:
The call may return earlier if a signal was sent to the process
(e.g. the user pressed Ctrl+C), or in case of errors.
In case of SIGKILL, SIGTERM, what we do is what we should do
(not wait, but terminate the program as requested by the user ASAP)
In case of another signal, we will wait the appropriate
amount of time in the next systick (so we won't accumulate any
error over time)
So there is no real need to add extra code here to handle
those cases.

Solves coverity CID 211046

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-06-24 08:57:10 -04:00
..
arc board: arc: hsdk: Enable SMP 2020-06-17 12:35:45 -07:00
arm drivers: pinmux: stm32f7: CAN, SPI, I2C pinmuxes added 2020-06-23 19:05:26 +02:00
common boards: enable mdb runner for arc boards 2020-06-11 10:02:11 -04:00
nios2 dts: i2c: Remove DT_I2C_._NAME references 2020-04-10 15:11:18 -05:00
posix native_posix: timer: Ignore nanosleep return 2020-06-24 08:57:10 -04:00
riscv boards: riscv: Conditionalize pinmuxes on rv32m1_vega board 2020-05-22 14:51:07 +02:00
shields drivers: ssd16xx: add temperature sensor support 2020-06-17 12:31:20 +02:00
x86 boards: qemu_x86_64: enable icount for CONFIG_MP_NUM_CPUS=1 2020-06-24 08:52:49 -04:00
xtensa drivers: esp32/clock_control: support UART, I2C 2020-06-16 09:00:51 -05:00
CMakeLists.txt
deprecated.cmake boards: Remove redundant board efr32_slwstk6061a 2020-04-30 05:43:37 -05:00
index.rst
Kconfig boards: kconfig: Disable QEMU icount when Bluetooth is enabled 2020-06-18 10:51:26 +02:00