• Federico Vaga's avatar
    kernel: configure only what is necessary · 0e8cc1a8
    Federico Vaga authored
    This prevent confusion while reading the code because, for example, a
    question: why initialize both timer and tasklet if we can use only one, and
    we cannot change the configuration at run-time?
    
    fd_irq_init:
        setup_timer only if the user requires timer mode, otherwise initialize tasklet
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    0e8cc1a8
Name
Last commit
Last update
doc Loading commit data...
fmc-bus @ a650c838
kernel Loading commit data...
lib Loading commit data...
oldtools Loading commit data...
scripts Loading commit data...
spec-sw @ bf9108f0
tools Loading commit data...
zio @ 765481c3
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
README Loading commit data...