Drivers/CommonIO/spi/iot_spi_stm32u5.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? */ Projects/B-U585I-IOT02A/tz_disabled/Src/cli/cli_pki.c (3 lines): - line 341: //TODO: Support RSA keys here. - line 623: //TODO: implement CKA_PUBLIC_KEY_INFO on the backend to make this compliant with the standard and reduce unnecessary memory allocation / deallocation. - line 1097: //TODO: parse received pem with mbedtls to verify. Projects/B-U585I-IOT02A/tz_disabled/Src/net/mbedtls_transport.c (3 lines): - line 530: //TODO FIXME Skipping CA certificate verification - line 541: //TODO Random sourced from pkcs11 - line 625: //TODO: handle pNetworkCredentials->xSkipCaVerify Projects/B-U585I-IOT02A/tz_disabled/Src/fs/lfs_port_internal.c (2 lines): - line 45: //TODO: Modify to use a single portion of the first flash bank and handle flash bank-swapping for OTA. - line 47: // Use second bank to avoid program flash. TODO: Should add variable in linker script to mark end of program flash Projects/B-U585I-IOT02A/tz_disabled/Src/mqtt/defender_task.c (2 lines): - line 712: // TODO: validate response messages - line 785: uint64_t ulReportId = ( uint32_t ) xTaskGetTickCount(); /* TODO: Use a proper timestamp */ Projects/B-U585I-IOT02A/tz_disabled/Src/app_main.c (2 lines): - line 58: //TODO block on an event group bit instead - line 246: * FIXME: Need to debug the cause of internal flash status register error here. Drivers/BSP/Components/lsm6dso/lsm6dso_reg.c (1 line): - line 10648: /* FIXME: Remove warnings with STM32CubeIDE */ Projects/B-U585I-IOT02A/tz_disabled/Src/cli/cli_uart_drv.c (1 line): - line 159: xUartTxStream = xStreamBufferCreate( CLI_UART_TX_STREAM_LEN, HW_FIFO_LEN ); //TODO maybe increase this Projects/B-U585I-IOT02A/tz_disabled/Src/ota/ota_pal.c (1 line): - line 886: * TODO: Just Boot. Projects/B-U585I-IOT02A/tz_disabled/Src/fs/ospi_nor_mx25lmxxx45g.c (1 line): - line 725: //TODO is there a limit to the number of bytes read? Projects/B-U585I-IOT02A/tz_disabled/Src/kvstore_nv_littlefs.c (1 line): - line 261: //TODO: Wait for filesystem initialization Projects/B-U585I-IOT02A/tz_disabled/Src/cli/FreeRTOS_CLI.c (1 line): - line 166: char * pcArgv[ ulArgC ]; // TODO fix const Drivers/CommonIO/gpio/iot_gpio_stm32.c (1 line): - line 702: /* TODO: Add to interrupt_to_gpio_map */