Xiang Xiao
|
41d88f06e7
|
Run codespell -w with the latest dictonary again
|
2020-02-23 07:10:14 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Xiang Xiao
|
7808eb62d2
|
apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.
|
2019-10-17 11:33:59 -06:00 |
|
Gregory Nutt
|
3a23523147
|
Makefiles: This reverts part of commit cf0365ea9 . It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured.
|
2019-10-15 09:25:48 +08:00 |
|
Xiang Xiao
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
Xiang Xiao
|
cf0365ea92
|
Clean up Makefile under apps folder no functional changes.
|
2019-10-04 08:35:46 -06:00 |
|
Alan Carvalho de Assis
|
ed19c87029
|
Fix the new can.h header location
|
2017-05-12 11:58:57 -03:00 |
|
Gregory Nutt
|
cd6a9f8bae
|
Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver.
|
2016-12-06 08:54:38 -06:00 |
|
Sebastien Lorquet
|
a58e09a8ca
|
Add definition for APPNAME in apps/canutils/canlib
|
2016-08-01 17:32:16 -06:00 |
|
Gregory Nutt
|
0042366255
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:39:12 -06:00 |
|
Gregory Nutt
|
da9a682647
|
Trivial changes from review of PR
|
2016-06-24 07:10:33 -06:00 |
|
Sebastien Lorquet
|
42039f14a0
|
Fix make.defs copyright
|
2016-06-24 10:50:16 +02:00 |
|
Sebastien Lorquet
|
2dbed6449e
|
Remove useless file
|
2016-06-24 10:48:00 +02:00 |
|
Sebastien Lorquet
|
c048da320c
|
Basic CAN utility library
|
2016-06-24 10:45:45 +02:00 |
|