Alan Carvalho de Assis
|
a1f1f68b72
|
apps/canutils/libobd2: Add libobd2 for NuttX
|
2017-10-28 13:33:30 -06:00 |
|
Gregory Nutt
|
7a8561728c
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
|
2017-08-13 09:35:14 -06:00 |
|
Alan Carvalho de Assis
|
86795c797d
|
Fix libcanard github download link to get it compiling correctly
|
2017-05-12 16:58:45 -03: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 |
|
Gregory Nutt
|
aaedd7c0ab
|
Got delimiter backward in recent commit
|
2016-08-04 11:52:16 -06:00 |
|
Sebastien Lorquet
|
a58e09a8ca
|
Add definition for APPNAME in apps/canutils/canlib
|
2016-08-01 17:32:16 -06:00 |
|
Gregory Nutt
|
256a836a23
|
apps/canutils/libuavcan: Under certain circumstances, DELIM make not be defined in Makefile
|
2016-07-28 09:56:37 -06:00 |
|
Paul A. Patience
|
a23d76477e
|
apps/canutils/libcanard: Update version
|
2016-07-23 16:45:22 -04:00 |
|
Gregory Nutt
|
11ef5ac1b3
|
(1) Make.defs set the include path in CFLAGS, but not in CXXFLAGS, (2) canutils/libuavcan/Makefile should not use explication / delimiters. It should not use -I. I should use DELIM: command not found and nuttx/tools/incdir.sh
|
2016-07-21 11:35:13 -06:00 |
|
Gregory Nutt
|
00175d9cf3
|
Version b28bf6... of apps/canutils/libcanard must not be patched due to moving can.h
|
2016-07-21 09:13:47 -06:00 |
|
Gregory Nutt
|
0042366255
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:39:12 -06:00 |
|
Paul A. Patience
|
dcdf701ecf
|
apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT
|
2016-07-06 10:02:57 -04:00 |
|
Paul A. Patience
|
0fd0e5ab40
|
apps/canutils/libcanard: Update version
|
2016-07-05 08:52:00 -04: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 |
|
Paul A. Patience
|
0ad9aa35d4
|
apps/canutils/libcanard: update version
|
2016-06-22 08:09:32 -04:00 |
|
Sebastien Lorquet
|
7ca5478da3
|
Rearrange to eliminate Kmenu files
|
2016-06-09 08:59:16 -06:00 |
|
Sebastien Lorquet
|
880661a284
|
merge upstream
|
2016-06-06 11:25:29 +02:00 |
|
Gregory Nutt
|
a442f52a1e
|
apps/canutils/libuavcan: Fix for recent change to STM32 timer frequency definiitions
|
2016-06-05 09:18:04 -06:00 |
|
Sebastien Lorquet
|
a9aa753fa4
|
Recursive Kconfig autogeneration
|
2016-06-02 16:34:00 +02:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
bfff7dc4ca
|
add kmenu files
|
2016-06-02 15:23:50 +02:00 |
|
Paul A. Patience
|
ff8f175cd2
|
libuavcan: Delete directories before unpacking
|
2016-05-25 09:58:43 -04:00 |
|
Paul A. Patience
|
6a0bb1374a
|
libuavcan: Delete libuavcan directory on distclean
|
2016-05-25 09:44:06 -04:00 |
|
Paul A. Patience
|
1df46096ff
|
libuavcan: Rename uavcan to libuavcan
|
2016-05-25 09:14:03 -04:00 |
|
Gregory Nutt
|
c663c11764
|
Merged in paulpatience/nuttx-apps/makefiles (pull request #35)
Simplify some Makefiles
|
2016-05-12 12:52:26 -06:00 |
|
Gregory Nutt
|
9d972226d7
|
Merged in paulpatience/nuttx-apps/libcanard (pull request #34)
libcanard: Add libcanard UAVCAN library
|
2016-05-12 12:51:06 -06:00 |
|
Paul A. Patience
|
6fded1a8e1
|
Simplify some Makefiles
|
2016-05-12 14:17:40 -04:00 |
|
Paul A. Patience
|
1556424b92
|
libcanard: Add libcanard UAVCAN library
|
2016-05-12 13:13:22 -04:00 |
|
Paul A. Patience
|
aa2bcd0a52
|
UAVCAN: Fix typo in Makefile
|
2016-05-09 09:10:04 -04:00 |
|
Paul A. Patience
|
67bed086fa
|
UAVCAN: Update version
|
2016-05-03 17:21:38 -04:00 |
|
Gregory Nutt
|
7537a963b4
|
UAVCAN: Add a patch to make the verified version of UAVCAN compatible with the current NuttX code base
|
2016-02-15 19:11:52 -06:00 |
|
Paul A. Patience
|
75f745ba74
|
canutils/uavcan: Make global static can a local static in getCanDriver()
|
2015-11-12 12:57:00 -05:00 |
|
Paul A. Patience
|
d33b699056
|
canutils/uavcan: Update default configuration
|
2015-11-10 17:33:44 -05:00 |
|
Paul A. Patience
|
25a28708bf
|
apps/canutils/uavcan: Remove only the object files on make clean, not the libuavcan directory
|
2015-10-09 17:38:16 -04:00 |
|
Paul A. Patience
|
635bae81d9
|
apps/canutils/uavcan: Fix Makefile
|
2015-10-08 13:57:08 -04:00 |
|
Paul A. Patience
|
0168398831
|
UAVCAN: Add more options in Kconfig file
|
2015-10-06 21:26:30 -04:00 |
|
Paul A. Patience
|
e8ca4c3fde
|
UAVCAN: Add example application
|
2015-09-30 22:11:46 -04:00 |
|
Paul A. Patience
|
a7cd308658
|
UAVCAN: Add platform-specific code
|
2015-09-30 18:39:37 -04:00 |
|
Paul A. Patience
|
e1460c9987
|
UAVCAN: Changes to build system
|
2015-09-29 18:18:59 -04:00 |
|
Paul A. Patience
|
343c93f8e8
|
Update UAVCAN Makefile to download source
|
2015-09-25 01:45:23 -04:00 |
|
Paul A. Patience
|
298a72c71e
|
Add UAVCAN library
|
2015-09-23 13:48:35 -04:00 |
|