forked from espressif/esp-idf
change(core): clean-up leftover todo items in code
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
/**
|
||||
* TODO: IDF-8002
|
||||
* Simplified memory map for the bootloader.
|
||||
* Make sure the bootloader can load into main memory without overwriting itself.
|
||||
*
|
||||
|
@ -481,7 +481,6 @@ StackType_t *pxPortInitialiseStack(StackType_t *pxTopOfStack, TaskFunction_t pxC
|
||||
|
||||
// Return the task's current stack pointer address which should point to the starting interrupt stack frame
|
||||
return (StackType_t *)uxStackPointer;
|
||||
//TODO: IDF-2393
|
||||
}
|
||||
|
||||
// ------------------- Hook Functions ----------------------
|
||||
|
@ -16,7 +16,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//TODO: IDF-7512
|
||||
/**
|
||||
* @brief get chip version
|
||||
*/
|
||||
|
@ -14,7 +14,6 @@ extern "C" {
|
||||
|
||||
#include "hal/lpwdt_ll.h"
|
||||
|
||||
//TODO: IDF-7539
|
||||
typedef lp_wdt_dev_t rwdt_dev_t;
|
||||
|
||||
#define RWDT_DEV_GET() &LP_WDT
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#if !CONFIG_FREERTOS_SMP // IDF-5224
|
||||
#ifndef IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_KBSEC_FRHOST_4BIT
|
||||
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_KBSEC_FRHOST_4BIT 11000 // TODO: IDF-5490
|
||||
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_KBSEC_FRHOST_4BIT 11000
|
||||
#endif
|
||||
#else
|
||||
#ifndef IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_KBSEC_FRHOST_4BIT
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include "soc/hp_system_reg.h"
|
||||
|
||||
// TODO: IDF-5720
|
||||
#include "soc/intpri_reg.h"
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0_REG INTPRI_CPU_INTR_FROM_CPU_0_REG
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0 INTPRI_CPU_INTR_FROM_CPU_0
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include "soc/hp_system_reg.h"
|
||||
|
||||
// TODO: IDF-5720
|
||||
#include "soc/intpri_reg.h"
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0_REG INTPRI_CPU_INTR_FROM_CPU_0_REG
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0 INTPRI_CPU_INTR_FROM_CPU_0
|
||||
|
@ -7,6 +7,5 @@
|
||||
#include "soc/hp_system_reg.h"
|
||||
#include "soc/intpri_reg.h"
|
||||
|
||||
// ESP32H2-TODO : TODO: IDF-5720
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0_REG INTPRI_CPU_INTR_FROM_CPU_0_REG
|
||||
#define SYSTEM_CPU_INTR_FROM_CPU_0 INTPRI_CPU_INTR_FROM_CPU_0
|
||||
|
Reference in New Issue
Block a user