1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 10:50:10 -04:00
fuzhibo baa7898e35 driver(adc/dac): fix adc dac driver for esp32s2
1. update register file about adc; 2. fix adc driver; 3. add UT for adc/dac;

See merge request 
2020-04-01 12:41:51 +08:00

12 lines
259 B
Makefile

#
# Component Makefile
#
COMPONENT_SRCDIRS := . $(IDF_TARGET)
COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include $(IDF_TARGET)/include/driver
COMPONENT_PRIV_INCLUDEDIRS := include/driver
# uses C11 atomic feature
spi_master.o: CFLAGS += -std=gnu11