boards/STM32L475_Discovery/common_io/iot_spi.c (6 lines): - line 365: /* TODO: How to find a way to tell if slave is not selected */ - line 398: /* TODO: Add case for slave not selected? */ - line 437: /* TODO: Add case for slave not selected? */ - line 470: /* TODO: Add case for slave not selected? */ - line 510: /* TODO: Add case for slave not selected? */ - line 544: /* TODO: Add case for slave not selected? */ boards/Nordic_NRF52/common_io/iot_spi.c (6 lines): - line 311: /* TODO: How to find a way to tell if slave is not selected */ - line 337: /* TODO: Add case for slave not selected? */ - line 363: /* TODO: Add case for slave not selected? */ - line 389: /* TODO: Add case for slave not selected? */ - line 416: /* TODO: Add case for slave not selected? */ - line 443: /* TODO: Add case for slave not selected? */ boards/STM32L475_Discovery/common_io/iot_i2c.c (3 lines): - line 387: /* TODO: after write_async or read_async, calling HAL_I2C_Master_Abort_IT immediately will leave the bus in a weird state, - line 437: /* TODO: here it assumes the state is busy if it is not ready, but other states might also be valid to set master config. */ - line 475: /* TODO: have not tested */ freertos_osal/gpio.c (3 lines): - line 127: /*TODO: Implement this. */ - line 157: /*TODO: Implement this. */ - line 172: /*TODO: Implement this. */ boards/Nordic_NRF52/rtc-board.c (1 line): - line 234: configASSERT(0); // TODO: Need to store what tick this func is called boards/STM32L475_Discovery/rtc-board.c (1 line): - line 234: configASSERT(0); // TODO: Need to store what tick this func is called freertos_osal/spi.c (1 line): - line 134: * TODO: Remove mutual exclusion code and handle it in caller if needed.