mynewt-core icon indicating copy to clipboard operation
mynewt-core copied to clipboard

Dialog MCU: the HAL needs to change to not allow compiling out of the SPI code

Open vrahane opened this issue 6 years ago • 0 comments

The HALs for other MCUs do not allow compiling out SPI, they always expect that SPI and I2C code would always be compiled in. The drivers are written w.r.t. that expectation in mind.

The Dialog MCU hal needs to not allow compiling out of SPI similar to the other MCUs.

This issue is for discussion if other people think that we should not be doing that and we should allow compiling out individual interface codes like SPI.

vrahane avatar May 08 '19 20:05 vrahane