nuttx-apps/canutils/libcanutils
raiden00pl 71d26a5dd1 canutils: change dependency from GPL to BSD
socketCAN utils are dual licence, there is no point in using
GPL licence when we can use BSD.

Also change `select CANUTILS_LIBCANUTILS` to `depends on CANUTILS_LIBCANUTILS`.
We can't `select` that option when `ALLOW_BSD_COMPONENTS` is not set.
2024-10-27 19:46:28 +08:00
..
CMakeLists.txt cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
Kconfig canutils: change dependency from GPL to BSD 2024-10-27 19:46:28 +08:00
lib.c can: Merge netpacket/can.h into nuttx/can.h 2024-08-26 05:05:41 -04:00
lib.h style/code: remove unnecessary trailing whitespace 2020-11-28 12:20:10 +01:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
terminal.h Ported candump & cansend apps from can-utils (https://github.com/linux-can/can-utils) 2020-06-15 07:23:37 -06:00