nuttx-apps/examples/leds
RoCorbera 61ddfeba17 add SIGTERM handling in leds example
following the idea of having a kill \<pid\> that will send SIGTERM default signal to the task,
this example of a "daemon leds" will handle SIGTERM in order to gracefully terminate itself.
It allows to restart this daemon after correctly terminating it.
2021-06-01 15:56:55 -03:00
..
Kconfig examples/leds: Switch dependence from ARCH_HAVE_LEDS && !ARCH_LEDS to USERLED 2020-06-06 01:03:20 +01:00
leds_main.c add SIGTERM handling in leds example 2021-06-01 15:56:55 -03:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00