UartStrategy * uart; ///< UART under test
SpiMasterStrategy * spiMaster; ///< SPI Master under test
SpiSlaveStrategy * spiSlave; ///< SPI Slave under test
I2cSlaveStrategy * i2cSlave; ///< I2C Slave under test
This should be changed to follow the google style
Expected behavior
UartStrategy * uart; ///< UART under test
SpiMasterStrategy * spi_master; ///< SPI Master under test
SpiSlaveStrategy * spi_slave; ///< SPI Slave under test
I2cSlaveStrategy * i2c_slave; ///< I2C Slave under test
Describe the bug The sample peripheral name is camel form in the platform_defs.hpp.
This should be changed to follow the google style
Expected behavior