mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
global: rename esp32s2beta to esp32s2
This commit is contained in:
@@ -184,7 +184,7 @@ void unity_run_menu(void);
|
||||
*
|
||||
* Usage:
|
||||
* ```
|
||||
* #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2BETA, ESP32S2)
|
||||
* #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2, ESP32S2)
|
||||
* TEST_CASE("only for esp32", "")
|
||||
* {
|
||||
* }
|
||||
|
@@ -18,9 +18,9 @@
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#include "esp32/clk.h"
|
||||
#include "esp32/rom/uart.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2BETA
|
||||
#include "esp32s2beta/clk.h"
|
||||
#include "esp32s2beta/rom/uart.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#include "esp32s2/clk.h"
|
||||
#include "esp32s2/rom/uart.h"
|
||||
#endif
|
||||
|
||||
static uint32_t s_test_start, s_test_stop;
|
||||
|
Reference in New Issue
Block a user