AZ3166/src/libraries/AudioV2/src/AudioClassV2.cpp (3 lines): - line 89: // TODO: log error - line 261: // TODO: log error - line 267: // TODO: log error AZ3166/src/libraries/Audio/src/AudioClass.cpp (2 lines): - line 212: // TODO: log error - line 218: // TODO: log error AZ3166/src/system/az3166-driver/mico/net/LwIP/lwip-sys/lwipopts.h (2 lines): - line 134: #define TCP_MSS (MICO_PAYLOAD_MTU-20-20) /* TODO: Cannot use full Ethernet MTU since LwIP concatenates segments which are too long. */ - line 181: /* TODO: remove this option once buffer chaining has been implemented */ AZ3166/tools/dice_device_enrollment/src/dice_device_enrollment/RIoT/Core/RIoTCrypt/RiotDerEnc.c (2 lines): - line 14: #include // TODO: REMOVE THIS - line 316: long valx = htonl(Val); // TODO: REMOVE USAGE AZ3166/src/cores/arduino/NTPClient/NTPClient.cpp (2 lines): - line 88: ret = m_sock.recvfrom(&recvAddress, (char*)&pkt, sizeof(NTPPacket) ); //FIXME need a DNS Resolver to actually compare the incoming address with the DNS name - line 103: if(ret < (int)sizeof(NTPPacket)) //TODO: Accept chunks AZ3166/src/libraries/WebSocket/src/WebSocketClient.cpp (2 lines): - line 7: // TODO: used a random generated key in client side and calculate the valid server response string - line 29: // TODO: support secure WebSocket (port 443) AZ3166/tools/dice_device_enrollment/src/dice_device_enrollment/DiceRIoT.cpp (1 line): - line 63: // TODO: DETECT WHEN A RESET HAS OCCURRED AND TAKE SOME ACTION. AZ3166/src/system/mbed-os/hal/spi_api.h (1 line): - line 75: * TODO: spi_free is currently unimplemented AZ3166/src/system/mbed-os/hal/rtc_api.h (1 line): - line 44: * TODO: The function is not used by rtc api in mbed-drivers. AZ3166/jenkins/DevKitTestTool/Program.cs (1 line): - line 505: errorString += "Process exited with code [ " + proc.ExitCode + " ].\n\nError Message:\n"; // TODO: include the standard error/output? AZ3166/src/cores/arduino/httpserver/httpd.c (1 line): - line 372: /* FIXME: remove this memset if all is working well */ AZ3166/src/system/az3166-driver/mico/net/LwIP/lwip-ver1.4.0.rc1/src/include/lwip/tcp.h (1 line): - line 145: * @param err an error argument (TODO: that is current always ERR_OK?) AZ3166/src/system/azure-iot-sdk-c/iothub_client/inc/internal/iothub_internal_consts.h (1 line): - line 13: // TODO: https://github.com/Azure/azure-iot-sdk-c/issues/1547 tracks removing this preview AZ3166/tools/dice_device_enrollment/src/dice_device_enrollment/RIoT/Core/RIoTCrypt/RiotEcc.c (1 line): - line 1677: // TODO: REVERT THIS WHEN THE SDK AZ3166/src/system/az3166-driver/mico/net/LwIP/lwip-ver1.4.0.rc1/src/include/netif/ppp_oe.h (1 line): - line 160: #endif /* PPPOE_TODO */ AZ3166/src/system/mbed-os/platform/CThunk.h (1 line): - line 169: // TODO: this needs proper fix, to refactor toolchain header file and all its use AZ3166/src/libraries/AzureIoT/src/DevkitDPSClient.cpp (1 line): - line 237: // TODO: DETECT WHEN A RESET HAS OCCURRED AND TAKE SOME ACTION. AZ3166/src/cores/arduino/IPAddress.cpp (1 line): - line 49: // TODO: add support for "a", "a.b", "a.b.c" formats AZ3166/src/system/mbed-os/hal/i2c_api.h (1 line): - line 126: /** Reset I2C peripheral. TODO: The action here. Most of the implementation sends stop() AZ3166/tools/dice_device_enrollment/src/dice_device_enrollment/RIoT/Core/RIoTCrypt/include/RiotTarget.h (1 line): - line 27: // TODO: Fix this so we actually get asserts on non-MSFT platforms AZ3166/src/system/mbed-os/hal/gpio_api.h (1 line): - line 82: // TODO: fix, will be moved to the common gpio header file AZ3166/src/libraries/FileSystem/src/SFlashBlockDevice.cpp (1 line): - line 67: // TODO assert on programming unerased blocks AZ3166/src/cores/arduino/httpclient/http_parser/http_parser.c (1 line): - line 1990: /* just ignore this shit. TODO check for overflow */