forked from espressif/esp-idf
Merge branch 'staging/esp32c61_bootloader_support' into 'master'
fix(bootloader_support): remove temporary notice in build test rule for ESP32-C61 Closes IDF-9260 See merge request espressif/esp-idf!33781
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
#include "hal/regi2c_ctrl.h"
|
#include "hal/regi2c_ctrl.h"
|
||||||
#include "soc/regi2c_saradc.h"
|
#include "soc/regi2c_saradc.h"
|
||||||
|
|
||||||
//Not supported but common bootloader calls the function. Do nothing
|
|
||||||
void bootloader_ana_clock_glitch_reset_config(bool enable)
|
void bootloader_ana_clock_glitch_reset_config(bool enable)
|
||||||
{
|
{
|
||||||
|
// TODO: IDF-9274
|
||||||
(void)enable;
|
(void)enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4,7 +4,3 @@ components/bootloader_support/test_apps/rtc_custom_section:
|
|||||||
enable:
|
enable:
|
||||||
- if: SOC_RTC_MEM_SUPPORTED == 1
|
- if: SOC_RTC_MEM_SUPPORTED == 1
|
||||||
reason: this feature is supported on chips that have RTC memory
|
reason: this feature is supported on chips that have RTC memory
|
||||||
disable:
|
|
||||||
- if: IDF_TARGET == "esp32c61"
|
|
||||||
temporary: true
|
|
||||||
reason: IDF-9260
|
|
||||||
|
Reference in New Issue
Block a user