Nearly possible to enable/disable epd,bme and rtc parts.
gpiod ISR still need to be commented, so not only via cargo features.
Rewired rotary switch from PB7 to PC4 as it's shorting the board. Most probably
the pin can't be used like this on the stellaris board (should better check).
Refactor for RTIC 0.6.
Change tasks priorities as this is most certainly the underlying problem.
Party drop support for bme680 crate, only use drogue's crate now.
The sensors becomes unresponsive after some time (can be quick, can be very
long) until a reset is done. Using a soft reset seems to be working, but most
likely there's something incorrect elsewhere.
The smartclock is mostly working as expected. Looks like
there is something not so stable with I2C but that's most
likely cause by tm4c123 hal support crate.
It relies on a modified version of ds323x crate until I
can upstream the change or do these differently.