Philippe Teuwen
5cc3f3551a
I2C: add i2c to cppcheck
2013-06-15 00:37:08 +02:00
Philippe Teuwen
a3475cc896
make cppcheck: add PN532_SPI
2013-04-05 11:42:57 +02:00
Romuald Conty
c958201148
New custom "make cppcheck" target: run a cppcheck with usual args
2013-04-05 11:12:39 +02:00
Romuald Conty
3584338d85
Adds libnfc.conf.sample file to archive
2013-02-14 15:33:47 +01:00
Philippe Teuwen
723e2860ae
Adding make style
2012-05-29 15:56:02 +00:00
Romuald Conty
2ac8df2b28
contrib: move udev and devd files into contrib/
2011-12-09 16:13:32 +00:00
Romuald Conty
ea0ffa615a
Remove (g)indent references.
...
Unfortunately, there is no automatic way that is good to indent the code. Developers need to take care about indent themself ;) (Fixes Issue 84)
2011-10-01 12:33:11 +00:00
Romuald Conty
8c7b61eaba
move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164)
2011-09-30 11:33:31 +00:00
Romain Tartiere
481fb4943f
- Add timeout capablities to nfc_initiator_transceive_bytes(), nfc_target_send_bytes() and nfc_target_receive_bytes();
...
- Bump version to 1.5.1.
2011-09-22 13:03:47 +00:00
Romuald Conty
22e25a8b1e
chips/pn53x: drivers now uses pn53x_data_new() and pn53x_data_free() to handle strcut pn53x_data allocation, initialization and freeing.
2011-05-25 10:25:17 +00:00
Romain Tartiere
7314b7d598
Unbreak build.
...
Reported by: yobibe
Pointy hat to: rconty
2011-04-02 21:16:31 +00:00
Romain Tartiere
62736ab48b
Rework cleanup to drop code coverage information.
2011-02-26 00:21:27 +00:00
Romuald Conty
f272e156e8
Add new README-Windows.txt file to distributed archive.
2011-02-07 12:34:13 +00:00
Romuald Conty
8c3caed99f
Add missing CMake files to generated tarball. (Thanks to Glenn)
2011-02-03 09:51:38 +00:00
Romuald Conty
6aa07aa78b
Add extra dist to make distcheck pass and force distcheck to compile all drivers
2010-11-17 10:14:26 +00:00
Romain Tartiere
9cc31f6aad
Add a regression test directory.
2010-08-11 16:36:35 +00:00
Romain Tartiere
7945dd18fa
Enhance 'make indent'.
...
- Complete indent(1)'s arguments list;
- Ensure files to be indented have no local edit;
- Hide indent command-line details. Since everything is static, no need for V=1 support.
2010-07-21 22:32:02 +00:00
Romain Tartiere
67fb1330f8
Rework the indent target.
...
- Check indent is present at ./configure stage;
- If gindent(1) is installed, use it instead of indent(1);
2010-07-21 13:09:48 +00:00
Romuald Conty
d97876714c
Add indent directive in root Makefile.
2010-07-20 13:38:58 +00:00
Romain Tartiere
c7d77d7664
Rearrange source code.
2010-04-07 14:37:19 +00:00
Romain Tartiere
9bafef8d88
Include pn53x.conf in libnfc tarballs since pn53x.rules is in it too.
2010-02-16 14:09:35 +00:00
Romuald Conty
ec9a13a2c3
Attach CMake files in generated archive.
2010-01-29 15:33:34 +00:00
Romuald Conty
9cc3dca98b
Improve Doxygen generation.
...
Move doxygen comment from header to source (make installed header more cleaner).
2010-01-10 18:14:26 +00:00
Romuald Conty
2079016a04
Remove autoreconf warnings by adding m4 directory
2009-12-20 19:14:41 +00:00
Romuald Conty
0f0c9abe24
Prepare next release.
...
Update Debian packages.
Set svn:ignore properties.
2009-11-27 15:44:25 +00:00
Romuald Conty
7e26ce3471
Add new files usefull for desktop GNU/Linux users: some rules for udev to allow non-root access to PN53x USB devices.
2009-11-20 15:47:36 +00:00
Romuald Conty
06a76f6470
Attempt to make it works on MacOS. Small fixes. CMake work started.
2009-11-04 10:42:53 +00:00
Romuald Conty
49ca2acf91
"make distclean" remove more generated files.
2009-11-02 17:05:59 +00:00
Romuald Conty
c6a7e2bf47
Rename nfc-mftool to nfc-mfclassic.
...
Rename nfc-mfultool to nfc-mfultralight.
Remove compilation warnings due to missing includes.
"make distclean" now clean Makefile.in.
2009-11-02 11:34:58 +00:00
Romuald Conty
4a03864bea
Add "make html" directive: it will build API documentation using Doxygen. (--enable-doc flag is required at configure time)
2009-10-20 10:19:31 +00:00
Romuald Conty
f5acfd7af3
Moving sources into src/ directory.
2009-05-04 13:02:29 +00:00
Romuald Conty
0b979eaee2
libnfc can now be compiled using autotools and libtool.
...
It now provide a pkg-config file allowing a simplified compilation against libnfc.
2009-05-04 08:00:08 +00:00