- Jul 26, 2015
-
-
Alessandro Rubini authored
This time I added -Wmissing-prototypes and fixed accordingly. Again, this used to be part of -Wall and I'm disgusted by it not being so any more. What does "all" mean, then? Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
I added -Wstrict-prototypes, that used to be included in -Wall settings but is not. Actually, I think it should be an error to not specify an argument list by now. If any, -traditional is there for old timers. Fortunately no bug was exposed by the missing prototypes. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- May 09, 2013
-
-
- Apr 26, 2013
-
-
Grzegorz Daniluk authored
-
- Apr 24, 2013
-
-
Grzegorz Daniluk authored
call t24p calibration every time PTP is set to Slave mode, or read the value from EEPROM when Master mode
-
- Mar 19, 2013
-
-
Tomasz Wlostowski authored
New procedure that does not require PTP traffic, is much faster and doesn't kill the stack. Requires recent endpoint version (wr-cores commit: 4713a98a). Todo: modify locking functions in libptpnetif to automatically perform the calibration whenever PTP enters slave mode.
-