• Pietro Fezzardi's avatar
    new return type for get_persistent_mac and set_persistent_mac · f4bf6ab7
    Pietro Fezzardi authored
    Some declaration was int8_t, some int32_t and some didn't match
    the function definition. Now everything returns just int.
    Anyway the functions return only 0 or -1, so there are no problems
    returning int. Moreover in this way the resulting assembler is
    smaller for every target architecture (even if here we always
    build for lm32)
    
    This reduces the binary by 30 bytes.
    f4bf6ab7
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 3a078045
ptp-noposix @ 5f17003f
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrs_main.c Loading commit data...