6 Commits

Author SHA1 Message Date
YAMAMOTO Takashi
a875ed2be7 Revert "Fix printf compile warning regarding time_t"
This reverts commit 8cde672b5b8620b8cc0e3dcbc6051907194dacdb.

NuttX's time_t is uint32_t.
It's wrong to assume it either long or int.
2020-11-24 00:11:33 -08:00
Peter van der Perk
8cde672b5b Fix printf compile warning regarding time_t 2020-11-23 18:30:25 -08:00
YAMAMOTO Takashi
086d8db204 canutils/candump/candump.c: Fix scanf format warnings 2020-11-17 20:12:08 -08:00
YAMAMOTO Takashi
d50feaa2ef canutils/candump/candump.c: Fix printf format warnings 2020-11-13 05:51:23 -08:00
Xiang Xiao
deaa6c5b7b build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs
and move NUTTXLIB defintion to the common place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-07-09 15:17:37 -03:00
Peter van der Perk
1ae2f4a304 Ported candump & cansend apps from can-utils (https://github.com/linux-can/can-utils) 2020-06-15 07:23:37 -06:00