moved interrupt handling from uart to spi (primary_worker)
authorMiroslav Ondra <ondra@faster.cz>
Wed, 5 Sep 2018 08:08:14 +0000 (10:08 +0200)
committerMiroslav Ondra <ondra@faster.cz>
Wed, 5 Sep 2018 08:08:14 +0000 (10:08 +0200)
commit5894023ba838b6fccbdb5887a998133616e6d8c3
treed7e3f1826fc4bb1a8f6d2ff975610f85e334c68d
parented1ff1dd6f17ac3684f0cfbe1f21fe79bff05340
moved interrupt handling from uart to spi (primary_worker)
changed polled mode interrupt from thread to hrtimer
set variables probe_always_succeeds, always_create_uart as local to probe function
cleaning unused code
.gitignore
modules/unipi/src/unipi_common.h
modules/unipi/src/unipi_spi.c
modules/unipi/src/unipi_spi.h
modules/unipi/src/unipi_uart.c