• 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
..
hw Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
acam.c Loading commit data...
calibrate.c Loading commit data...
calibration.c Loading commit data...
fd-core.c Loading commit data...
fd-irq.c Loading commit data...
fd-zio.c Loading commit data...
fine-delay.h Loading commit data...
gpio.c Loading commit data...
i2c.c Loading commit data...
inttypes.h Loading commit data...
onewire.c Loading commit data...
pll.c Loading commit data...
spi.c Loading commit data...
time.c Loading commit data...