mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 09:01:08 +00:00
dac: update unit-test docs and examples for driver-NG
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "driver/adc.h"
|
||||
#include "driver/rtc_io.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "soc/adc_periph.h"
|
||||
#include "unity.h"
|
||||
#include "esp_system.h"
|
||||
#include "esp_event.h"
|
||||
@@ -21,8 +22,6 @@
|
||||
#include "esp_log.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "esp_rom_sys.h"
|
||||
#include "driver/dac.h"
|
||||
#include "soc/adc_periph.h"
|
||||
|
||||
/*
|
||||
* ADC DMA testcase
|
||||
|
@@ -1,4 +1,5 @@
|
||||
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
|
||||
CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y
|
||||
CONFIG_DAC_SUPPRESS_DEPRECATE_WARN=y
|
||||
CONFIG_I2S_ENABLE_DEBUG_LOG=y
|
||||
CONFIG_ESP_TASK_WDT=n
|
||||
|
Reference in New Issue
Block a user