- Feb 12, 2013
-
-
This also changes ptp-noposix as needed
-
Signed-off-by:
Aurelio Colosimo <aurelio@aureliocolosimo.it>
-
- Dec 04, 2012
-
-
Grzegorz Daniluk authored
-
- Nov 21, 2012
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Nov 01, 2012
-
-
Alessandro Rubini authored
We include newlib headers (and link part of newlib), so any locally-defined function must have the same prototype as standard ones. We'll soon nee a "puts" implementation for pp_printf, so this adds puts as an alias of uart_write_string (at no size cost) and makes uart_write_string itself return integer (this costs a few bytes). While I'm at it, change uart_write_byte to be slightly faster. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Also add the missing prototypes in eeprom.h, to fix warnings in shell/ Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
I also turned to gui to void, as nobody checks the return value and there's no error code to return in any case. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
When I add prototypes to headers, I ensure the source that defines the function sees the header, to detect inconsistencies (here, I add <wrc.h> to the includes). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This adds all missing prototypes and removes unused variables. It includes a generic <wrc.h> (which btw includes the printf prototype, not in uart.h any more) and other needed bits. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
There was a wrong "static" in a public header that triggered my interest here. This fixes the warning and makes all functions that are unused elsewhere really static. It also saves 50 bytes in the final binary. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 05, 2012
-
-
Alessandro Rubini authored
This is massive: 4k lines changed (but only 840 if you ignore space-only changes). In this case "git blame -w" won't always find the right patch, and it may fall on this patch -- because those 800 lines changed in content too. This has been done with find . -name '*.[ch]' | xargs -n 1 ./scripts/Lindent Statistics: all changes and ignoring blank space: morgana% git diff --stat HEAD~1 | tail -1 77 files changed, 3774 insertions(+), 3709 deletions(-) morgana% git diff -w --stat HEAD~1 | tail -1 61 files changed, 894 insertions(+), 829 deletions(-) However, after this step I hand-fixed some very ugly long expressions (leaving them long: no content change at all is there). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
If you find this patch with "git blame" please use "git blame -w" to have all white-space ignored while associating lines to commits. This commit has no practical effect but cleanup. I made it with sed like this: git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//' However, I had to manually restore doc/wrpc_mon.png after the fact. Similarly, I restored the include/hw/*regs.h files, as they are (most likely) auto-generated.
-
- Sep 25, 2012
-
-
Grzegorz Daniluk authored
-
- Aug 03, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 26, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 19, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 18, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 17, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 11, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 09, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Jul 04, 2012
-
-
Wesley W. Terpstra authored
Tidy up printing at startup
-
Wesley W. Terpstra authored
Read the MAC address either from EEPROM or sensor ID (preferring EEPROM).
-
- Jun 13, 2012
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- Jun 12, 2012
-
-
Tomasz Wlostowski authored
rewrote pps_gen driver (to match the libswitchhw one), removed remaining references to UTC timescale
-
- Jun 06, 2012
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-