• Alessandro Rubini's avatar
    general: use an ELF section for tasks · d9d20c8b
    Alessandro Rubini authored
    This allows several functions to be static in the files where they
    are defined. See temperature.c for an example.
    
    But mainly, the idea is allowing ease addition of features (likely
    Kconfig'd ones) for specific WR users, without any modification to the
    main function and other generic code.  This will happen soon for snmp,
    for example.
    
    We may push this a little further, by moving all shell stuff into
    shell.c, the ptp task within ppsi itself, and so on. But now my time
    is over.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    d9d20c8b
Name
Last commit
Last update
arch/lm32 Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
host 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 @ 5c5c8039
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...
dump-info.c Loading commit data...
revision.c Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrs_main.c Loading commit data...