esp-idf/components/soc/include/soc
Darian Leung 70dde52e91 soc: Move revision MAX/MIN static assert to esp_hw_support
Previously, "soc/chip_revision.h" contained a static assert to check that the
CONFIG_ESP_REV_MIN_FULL <= CONFIG_ESP_REV_MAX_FULL. There are two issues with
this assert:

- Contained in a header file, so it is only compiled if the "chip_revision.h"
is included somewhere
- CONFIG_ESP_REV_MIN_FULL and CONFIG_ESP_REV_MAX_FULL are defined in
"esp_hw_support", which is a G0 component. This creates a reverse dependency
of G0 on G1.

This commit moves the static assert "revision.c" in "esp_hw_support".
2023-07-28 11:36:20 +02:00
..
adc_periph.h adc: support adc efuse-based calibration on esp32s3 2021-09-14 11:42:50 +08:00
chip_revision.h soc: Move revision MAX/MIN static assert to esp_hw_support 2023-07-28 11:36:20 +02:00
dac_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
dedic_gpio_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
efuse_periph.h soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
emac_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
gdma_periph.h gdma: support IRAM interrupt 2021-11-08 16:14:51 +08:00
gpio_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
hwcrypto_periph.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
i2c_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2s_periph.h i2s: add basic examples for STD/TDM/PDM mode 2022-07-21 15:52:39 +08:00
interrupts.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
lcd_periph.h lcd: unify callback prototype 2021-10-02 14:23:31 +08:00
ledc_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
lldesc.h refactor (soc, esp_rom)!: removed target-specific ROM dependencies 2022-07-05 13:57:58 +08:00
mcpwm_periph.h mcpwm: clean up hal driver and add doc 2022-06-02 15:01:18 +08:00
pcnt_periph.h pulse_cnt: new driver for PCNT peripheral 2022-03-03 22:38:32 +08:00
rmt_periph.h rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
rtc_cntl_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
rtc_io_periph.h gpio: remove legacy rtc_io description for esp32 2022-01-06 21:43:12 +08:00
rtc_periph.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
sdio_slave_periph.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
sdm_periph.h sdm: clean up soc/hal/ll code 2022-07-20 14:59:50 +08:00
sdmmc_periph.h soc: add esp32s3 sdmmc support 2021-05-10 23:21:27 +02:00
sens_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
spi_periph.h spi_master:fix error when use spi_bus_add_device more than 3 device 2022-09-09 15:57:13 +08:00
syscon_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
temperature_sensor_periph.h temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +08:00
timer_periph.h gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
touch_sensor_periph.h soc: added SOC_TOUCH_SENSE_SUPPORTED macro 2022-07-22 00:12:36 +00:00
twai_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
uart_periph.h uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
uhci_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
usb_otg_periph.h usb: Allow settings of all signals in usb_phy 2022-10-25 06:44:55 +02:00
usb_periph.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00