IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/I2CMaster.c (5 lines): - line 45: // TODO: Clean this up. - line 72: // TODO: Find more atomic way of separating master and subordinate device drivers. - line 174: // TODO: Update this to use additional logic from Linux driver. - line 220: // TODO: Move this to a dedicated/common memory/sram header. - line 221: // TODO: Reference datasheet for address ranges. IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/MBox.c (4 lines): - line 111: // TODO: determine if MB needs a reset on open - line 151: // TODO: is this required? - line 556: // TODO: find if is this triggered for all of above & implement - line 587: // TODO: find if is this triggered for all of above & implement BalancingRobot/Software/HighLevelApp/MutableStorageKVP/cJSON.c (3 lines): - line 1739: /* FIXME: Can overflow here. Cannot be fixed without breaking the API */ - line 2888: /* TODO This has O(n^2) runtime, which is horrible! */ - line 2902: * TODO: Do this the proper way, this is just a fix for now */ BalancingRobot/Software/RTOS/rtos_app/rtos_app.c (3 lines): - line 217: // TODO: Read IMU, calculate Yaw, Pitch, Roll - line 457: // TODO: Initialize the IMU here - line 512: bool useFrontToF = true; // TODO: tick/tock on front/rear sensors. IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/I2S.c (3 lines): - line 32: // TODO: Clean this up. - line 83: // TODO: Check if non-PLL'd 26M is actually core clock. - line 408: ul_control.down_rate = false; // TODO: Figure out when this should be used. LittleFs_SDCard/src/AzureSphere/SDCard_RealTimeApp/SD.c (2 lines): - line 370: // TODO: Verify the CRC. - line 406: // TODO: implement 16 bit crc calc (SPI mode SD cards ignore CRC) IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/SPIMaster.c (2 lines): - line 50: // TODO: Reduce sysram usage by providing a more limited set of buffers? - line 191: // TODO: Put this register mt3620/spi.h when documentation of block is available. Rust/rust/azure-sphere/src/applibs/storage.rs (1 line): - line 39: // TODO: the incoming string may not contain '..' or begin with '/' or '.' IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/GPT.c (1 line): - line 702: // TODO: add overflow detection here? IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/mt3620/gpt.h (1 line): - line 65: // TODO: should I split these out into one struct per timer? IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/UART.c (1 line): - line 37: // TODO: Reduce sysram usage by providing a more limited set of buffers? EAP-TLS_Solution/EAP-TLS WebAPI (Core)/Controllers/CertsController.cs (1 line): - line 69: TODO: WebHookPublicAPIServicePrincipal/src/WebHookPublicAPIServicePrincipal/Controllers/DeviceController.cs (1 line): - line 29: private static string AzureSphereTenantId = ""; // TODO: add your Azure Sphere Tenant Id (azsphere tenant show-selected) LittleFs_SDCard/src/AzureSphere/SDCard_HighLevelApp/main.c (1 line): - line 65: #define TOTAL_BLOCKS 8192 // TODO: Modify TOTAL_BLOCKS to match your SD Card configuration (total bytes/512) IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib/mt3620/gpio.h (1 line): - line 202: //TODO: Ask MediaTek for better documentation of these registers AzureSphereTenantDeviceTwinSync/src/REST_API/AzureSphereTenantDeviceTwinSync/Utils.cs (1 line): - line 17: private static string keyVaultUrl = ""; // TODO: Add your KeyVault URL here.