Skip to content

Commit 1e9112d

Browse files
committed
fix merge errors
1 parent 97bac88 commit 1e9112d

File tree

176 files changed

+2
-873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+2
-873
lines changed

Diff for: tools/sdk/esp32/include/hal/include/hal/emac_hal.h

-4
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,7 @@ void emac_hal_start(emac_hal_context_t *hal);
225225
* @param hal EMAC HAL context infostructure
226226
* @return
227227
* - ESP_OK: succeed
228-
<<<<<<< HEAD
229-
* - ESP_ERR_INVALID_STATE: previous frame transmission is not completed. When this error occurs,
230-
=======
231228
* - ESP_ERR_INVALID_STATE: previous frame transmission/reception is not completed. When this error occurs,
232-
>>>>>>> orig_master_espressif
233229
* wait and reapeat the EMAC stop again.
234230
*/
235231
esp_err_t emac_hal_stop(emac_hal_context_t *hal);

Diff for: tools/sdk/esp32/include/rmaker_common/include/esp_rmaker_common_events.h

-6
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ typedef enum {
3535
RMAKER_MQTT_EVENT_CONNECTED,
3636
/** Disconnected from MQTT Broker */
3737
RMAKER_MQTT_EVENT_DISCONNECTED,
38-
<<<<<<< HEAD
39-
/** MQTT message published successfully */
40-
RMAKER_MQTT_EVENT_PUBLISHED,
41-
} esp_rmaker_mqtt_event_t;
42-
=======
4338
/** MQTT message published successfully.
4439
* Event data will contain the message ID (integer) of published message.
4540
*/
@@ -60,7 +55,6 @@ typedef enum {
6055
*/
6156
RMAKER_MQTT_EVENT_MSG_DELETED,
6257
} esp_rmaker_common_event_t;
63-
>>>>>>> orig_master_espressif
6458
#ifdef __cplusplus
6559
}
6660
#endif

Diff for: tools/sdk/esp32/include/rmaker_common/include/esp_rmaker_mqtt_glue.h

-10
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ typedef esp_rmaker_mqtt_conn_params_t *(*esp_rmaker_mqtt_get_conn_params_t)(void
5252
* @param[in] priv_data The private data passed during subscription
5353
*/
5454
typedef void (*esp_rmaker_mqtt_subscribe_cb_t)(const char *topic, void *payload, size_t payload_len, void *priv_data);
55-
<<<<<<< HEAD
56-
57-
=======
5855

59-
>>>>>>> orig_master_espressif
6056
/** MQTT Init function prototype
6157
*
6258
* @param[in] conn_params The MQTT connection parameters. If NULL is passed, it should internally use the
@@ -67,15 +63,12 @@ typedef void (*esp_rmaker_mqtt_subscribe_cb_t)(const char *topic, void *payload,
6763
*/
6864
typedef esp_err_t (*esp_rmaker_mqtt_init_t)(esp_rmaker_mqtt_conn_params_t *conn_params);
6965

70-
<<<<<<< HEAD
71-
=======
7266
/** MQTT Deinit function prototype
7367
*
7468
* Call this function after MQTT has disconnected.
7569
*/
7670
typedef void (*esp_rmaker_mqtt_deinit_t)(void);
7771

78-
>>>>>>> orig_master_espressif
7972
/** MQTT Connect function prototype
8073
*
8174
* Starts the connection attempts to the MQTT broker.
@@ -137,11 +130,8 @@ typedef struct {
137130
esp_rmaker_mqtt_get_conn_params_t get_conn_params;
138131
/** Pointer to MQTT Init function. */
139132
esp_rmaker_mqtt_init_t init;
140-
<<<<<<< HEAD
141-
=======
142133
/** Pointer to MQTT Deinit function. */
143134
esp_rmaker_mqtt_deinit_t deinit;
144-
>>>>>>> orig_master_espressif
145135
/** Pointer to MQTT Connect function. */
146136
esp_rmaker_mqtt_connect_t connect;
147137
/** Pointer to MQTQ Disconnect function */

Diff for: tools/sdk/esp32/lib/libapp_trace.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libapp_update.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libbt.a

500 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libbutton.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libcoap.a

440 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libdriver.a

-104 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp-tls.a

460 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_eth.a

-2 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_http_client.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_http_server.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_ipc.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_lcd.a

1.72 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_pm.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_rainmaker.a

2.63 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libesp_websocket_client.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libfreemodbus.a

1002 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libhal.a

14.4 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/liblibsodium.a

-37.5 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedcrypto.a

97.5 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedtls.a

2.82 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmbedx509.a

28 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libmqtt.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libopenssl.a

240 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libprotocomm.a

244 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/librmaker_common.a

7.34 KB
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libtcp_transport.a

216 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/lib/libwpa_supplicant.a

916 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libbootloader_support.a

-1.29 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libesp_hw_support.a

2.75 KB
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libesp_system.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libfreertos.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32/qspi_qspi/libspi_flash.a

-1.52 KB
Binary file not shown.

Diff for: tools/sdk/esp32c3/include/esp_rainmaker/include/esp_rmaker_core.h

-6
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,8 @@ typedef enum {
4949
RMAKER_EVENT_USER_NODE_MAPPING_DONE,
5050
/** Local control started. Associated data is the NULL terminated Service Name */
5151
RMAKER_EVENT_LOCAL_CTRL_STARTED,
52-
<<<<<<< HEAD
53-
=======
54-
<<<<<<<< HEAD:tools/sdk/esp32c3/include/esp_rainmaker/include/esp_rmaker_core.h
5552
/* User reset request successfully sent to ESP RainMaker Cloud */
5653
RMAKER_EVENT_USER_NODE_MAPPING_RESET,
57-
========
58-
>>>>>>>> orig_master_espressif:tools/sdk/esp32/include/esp_rainmaker/include/esp_rmaker_core.h
59-
>>>>>>> orig_master_espressif
6054
} esp_rmaker_event_t;
6155

6256
/** ESP RainMaker Node information */

Diff for: tools/sdk/esp32c3/include/esp_rainmaker/include/esp_rmaker_user_mapping.h

-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ extern "C"
1919
{
2020
#endif
2121

22-
<<<<<<< HEAD
23-
=======
2422
/** User-Node Mapping states */
2523
typedef enum {
2624
/** Mapping does not exist or is not initialized */
@@ -40,7 +38,6 @@ typedef enum {
4038
*/
4139
esp_rmaker_user_mapping_state_t esp_rmaker_user_node_mapping_get_state(void);
4240

43-
>>>>>>> orig_master_espressif
4441
/**
4542
* Create User Mapping Endpoint
4643
*

Diff for: tools/sdk/esp32c3/include/hal/include/hal/emac_hal.h

-4
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,7 @@ void emac_hal_start(emac_hal_context_t *hal);
225225
* @param hal EMAC HAL context infostructure
226226
* @return
227227
* - ESP_OK: succeed
228-
<<<<<<< HEAD
229-
* - ESP_ERR_INVALID_STATE: previous frame transmission is not completed. When this error occurs,
230-
=======
231228
* - ESP_ERR_INVALID_STATE: previous frame transmission/reception is not completed. When this error occurs,
232-
>>>>>>> orig_master_espressif
233229
* wait and reapeat the EMAC stop again.
234230
*/
235231
esp_err_t emac_hal_stop(emac_hal_context_t *hal);

Diff for: tools/sdk/esp32c3/include/rmaker_common/include/esp_rmaker_common_events.h

-6
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ typedef enum {
3535
RMAKER_MQTT_EVENT_CONNECTED,
3636
/** Disconnected from MQTT Broker */
3737
RMAKER_MQTT_EVENT_DISCONNECTED,
38-
<<<<<<< HEAD
39-
/** MQTT message published successfully */
40-
RMAKER_MQTT_EVENT_PUBLISHED,
41-
} esp_rmaker_mqtt_event_t;
42-
=======
4338
/** MQTT message published successfully.
4439
* Event data will contain the message ID (integer) of published message.
4540
*/
@@ -60,7 +55,6 @@ typedef enum {
6055
*/
6156
RMAKER_MQTT_EVENT_MSG_DELETED,
6257
} esp_rmaker_common_event_t;
63-
>>>>>>> orig_master_espressif
6458
#ifdef __cplusplus
6559
}
6660
#endif

Diff for: tools/sdk/esp32c3/include/rmaker_common/include/esp_rmaker_mqtt_glue.h

-10
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ typedef esp_rmaker_mqtt_conn_params_t *(*esp_rmaker_mqtt_get_conn_params_t)(void
5252
* @param[in] priv_data The private data passed during subscription
5353
*/
5454
typedef void (*esp_rmaker_mqtt_subscribe_cb_t)(const char *topic, void *payload, size_t payload_len, void *priv_data);
55-
<<<<<<< HEAD
56-
57-
=======
5855

59-
>>>>>>> orig_master_espressif
6056
/** MQTT Init function prototype
6157
*
6258
* @param[in] conn_params The MQTT connection parameters. If NULL is passed, it should internally use the
@@ -67,15 +63,12 @@ typedef void (*esp_rmaker_mqtt_subscribe_cb_t)(const char *topic, void *payload,
6763
*/
6864
typedef esp_err_t (*esp_rmaker_mqtt_init_t)(esp_rmaker_mqtt_conn_params_t *conn_params);
6965

70-
<<<<<<< HEAD
71-
=======
7266
/** MQTT Deinit function prototype
7367
*
7468
* Call this function after MQTT has disconnected.
7569
*/
7670
typedef void (*esp_rmaker_mqtt_deinit_t)(void);
7771

78-
>>>>>>> orig_master_espressif
7972
/** MQTT Connect function prototype
8073
*
8174
* Starts the connection attempts to the MQTT broker.
@@ -137,11 +130,8 @@ typedef struct {
137130
esp_rmaker_mqtt_get_conn_params_t get_conn_params;
138131
/** Pointer to MQTT Init function. */
139132
esp_rmaker_mqtt_init_t init;
140-
<<<<<<< HEAD
141-
=======
142133
/** Pointer to MQTT Deinit function. */
143134
esp_rmaker_mqtt_deinit_t deinit;
144-
>>>>>>> orig_master_espressif
145135
/** Pointer to MQTT Connect function. */
146136
esp_rmaker_mqtt_connect_t connect;
147137
/** Pointer to MQTQ Disconnect function */

Diff for: tools/sdk/esp32c3/include/rmaker_common/include/esp_rmaker_utils.h

-6
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
#include <stdint.h>
1616
#include <sntp.h>
1717
#include <esp_err.h>
18-
<<<<<<< HEAD
19-
=======
2018
#include <esp_heap_caps.h>
2119
#include <sdkconfig.h>
22-
>>>>>>> orig_master_espressif
2320

2421
#ifdef __cplusplus
2522
extern "C"
2623
{
2724
#endif
2825

29-
<<<<<<< HEAD
30-
=======
3126
#ifdef CONFIG_SPIRAM
3227
#define MEM_ALLOC_EXTRAM(size) heap_caps_malloc(size, MALLOC_CAP_SPIRAM)
3328
#define MEM_CALLOC_EXTRAM(num, size) heap_caps_calloc(num, size, MALLOC_CAP_SPIRAM)
@@ -38,7 +33,6 @@ extern "C"
3833
#define MEM_REALLOC_EXTRAM(ptr, size) realloc(ptr, size)
3934
#endif
4035

41-
>>>>>>> orig_master_espressif
4236
typedef struct esp_rmaker_time_config {
4337
/** If not specified, then 'CONFIG_ESP_RMAKER_SNTP_SERVER_NAME' is used as the SNTP server. */
4438
char *sntp_server_name;

Diff for: tools/sdk/esp32c3/ld/esp32c3.rom.ld

+1-2
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,6 @@ r_lld_con_tx_prog = 0x40001140;
10671067
r_lld_conn_dynamic_pti_process = 0x40001144;
10681068
r_lld_continue_scan_rx_isr_end_process = 0x40001148;
10691069
r_lld_ext_scan_dynamic_pti_process = 0x4000114c;
1070-
r_lld_ext_adv_dynamic_aux_pti_process = 0x40001b44;
10711070
r_lld_hw_cca_end_isr = 0x40001150;
10721071
r_lld_hw_cca_evt_handler = 0x40001154;
10731072
r_lld_hw_cca_isr = 0x40001158;
@@ -1897,7 +1896,7 @@ rom_read_sar2_code = 0x40001aa4;
18971896
rom_get_sar2_vol = 0x40001aa8;
18981897
rom_get_pll_vol = 0x40001aac;
18991898
rom_get_phy_target_power = 0x40001ab0;
1900-
rom_temp_to_power = 0x40001ab4;
1899+
/* rom_temp_to_power = 0x40001ab4; */
19011900
rom_phy_track_pll_cap = 0x40001ab8;
19021901
rom_phy_pwdet_always_en = 0x40001abc;
19031902
rom_phy_pwdet_onetime_en = 0x40001ac0;

Diff for: tools/sdk/esp32c3/lib/libapp_update.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/libbutton.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/libdriver.a

5.67 KB
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/libesp_eth.a

-1.2 KB
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/libesp_rainmaker.a

2.94 KB
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/libfreemodbus.a

780 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32c3/lib/librmaker_common.a

10.7 KB
Binary file not shown.

Diff for: tools/sdk/esp32c3/qspi_qspi/include/sdkconfig.h

-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@
5151
#define CONFIG_LIB_BUILDER_FLASHMODE "qio"
5252
#define CONFIG_LIB_BUILDER_FLASHFREQ "80m"
5353
#define CONFIG_ESP_RMAKER_ASSISTED_CLAIM 1
54-
<<<<<<< HEAD:tools/sdk/esp32c3/qspi_qspi/include/sdkconfig.h
55-
=======
5654
#define CONFIG_ESP_RMAKER_CLAIM_TYPE 2
57-
>>>>>>> orig_master_espressif:tools/sdk/esp32c3/include/config/sdkconfig.h
5855
#define CONFIG_ESP_RMAKER_MQTT_HOST "a1p72mufdu6064-ats.iot.us-east-1.amazonaws.com"
5956
#define CONFIG_ESP_RMAKER_MAX_PARAM_DATA_SIZE 1024
6057
#define CONFIG_ESP_RMAKER_CONSOLE_UART_NUM_0 1

Diff for: tools/sdk/esp32c3/qspi_qspi/libesp_system.a

0 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32c3/qspi_qspi/libspi_flash.a

-352 Bytes
Binary file not shown.

Diff for: tools/sdk/esp32c3/sdkconfig

-4
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,10 @@ CONFIG_LIB_BUILDER_FLASHFREQ="80m"
144144
#
145145
# ESP RainMaker Config
146146
#
147-
<<<<<<< HEAD
148-
CONFIG_ESP_RMAKER_ASSISTED_CLAIM=y
149-
=======
150147
# CONFIG_ESP_RMAKER_NO_CLAIM is not set
151148
# CONFIG_ESP_RMAKER_SELF_CLAIM is not set
152149
CONFIG_ESP_RMAKER_ASSISTED_CLAIM=y
153150
CONFIG_ESP_RMAKER_CLAIM_TYPE=2
154-
>>>>>>> orig_master_espressif
155151
CONFIG_ESP_RMAKER_MQTT_HOST="a1p72mufdu6064-ats.iot.us-east-1.amazonaws.com"
156152
CONFIG_ESP_RMAKER_MAX_PARAM_DATA_SIZE=1024
157153
# CONFIG_ESP_RMAKER_DISABLE_USER_MAPPING_PROV is not set

Diff for: tools/sdk/esp32s2/include/arduino_tinyusb/tinyusb/src/common/tusb_common.h

-135
Original file line numberDiff line numberDiff line change
@@ -255,141 +255,6 @@ TU_ATTR_ALWAYS_INLINE static inline void tu_unaligned_write16 (void* mem, ui
255255
+ TU_BIN8(dlsb))
256256
#endif
257257

258-
<<<<<<< HEAD
259-
//--------------------------------------------------------------------+
260-
// Debug Function
261-
//--------------------------------------------------------------------+
262-
263-
// CFG_TUSB_DEBUG for debugging
264-
// 0 : no debug
265-
// 1 : print error
266-
// 2 : print warning
267-
// 3 : print info
268-
#if CFG_TUSB_DEBUG
269-
270-
void tu_print_mem(void const *buf, uint32_t count, uint8_t indent);
271-
272-
#ifdef CFG_TUSB_DEBUG_PRINTF
273-
extern int CFG_TUSB_DEBUG_PRINTF(const char *format, ...);
274-
#define tu_printf CFG_TUSB_DEBUG_PRINTF
275-
#else
276-
#define tu_printf printf
277-
#endif
278-
279-
static inline
280-
void tu_print_var(uint8_t const* buf, uint32_t bufsize)
281-
{
282-
for(uint32_t i=0; i<bufsize; i++) tu_printf("%02X ", buf[i]);
283-
}
284-
285-
// Log with Level
286-
#define TU_LOG(n, ...) TU_XSTRCAT(TU_LOG, n)(__VA_ARGS__)
287-
#define TU_LOG_MEM(n, ...) TU_XSTRCAT3(TU_LOG, n, _MEM)(__VA_ARGS__)
288-
#define TU_LOG_VAR(n, ...) TU_XSTRCAT3(TU_LOG, n, _VAR)(__VA_ARGS__)
289-
#define TU_LOG_INT(n, ...) TU_XSTRCAT3(TU_LOG, n, _INT)(__VA_ARGS__)
290-
#define TU_LOG_HEX(n, ...) TU_XSTRCAT3(TU_LOG, n, _HEX)(__VA_ARGS__)
291-
#define TU_LOG_LOCATION() tu_printf("%s: %d:\r\n", __PRETTY_FUNCTION__, __LINE__)
292-
#define TU_LOG_FAILED() tu_printf("%s: %d: Failed\r\n", __PRETTY_FUNCTION__, __LINE__)
293-
294-
// Log Level 1: Error
295-
#define TU_LOG1 tu_printf
296-
#define TU_LOG1_MEM tu_print_mem
297-
#define TU_LOG1_VAR(_x) tu_print_var((uint8_t const*)(_x), sizeof(*(_x)))
298-
#define TU_LOG1_INT(_x) tu_printf(#_x " = %ld\r\n", (unsigned long) (_x) )
299-
#define TU_LOG1_HEX(_x) tu_printf(#_x " = %lX\r\n", (unsigned long) (_x) )
300-
301-
// Log Level 2: Warn
302-
#if CFG_TUSB_DEBUG >= 2
303-
#define TU_LOG2 TU_LOG1
304-
#define TU_LOG2_MEM TU_LOG1_MEM
305-
#define TU_LOG2_VAR TU_LOG1_VAR
306-
#define TU_LOG2_INT TU_LOG1_INT
307-
#define TU_LOG2_HEX TU_LOG1_HEX
308-
#endif
309-
310-
// Log Level 3: Info
311-
#if CFG_TUSB_DEBUG >= 3
312-
#define TU_LOG3 TU_LOG1
313-
#define TU_LOG3_MEM TU_LOG1_MEM
314-
#define TU_LOG3_VAR TU_LOG1_VAR
315-
#define TU_LOG3_INT TU_LOG1_INT
316-
#define TU_LOG3_HEX TU_LOG1_HEX
317-
#endif
318-
319-
typedef struct
320-
{
321-
uint32_t key;
322-
const char* data;
323-
} tu_lookup_entry_t;
324-
325-
typedef struct
326-
{
327-
uint16_t count;
328-
tu_lookup_entry_t const* items;
329-
} tu_lookup_table_t;
330-
331-
static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint32_t key)
332-
{
333-
static char not_found[11];
334-
335-
for(uint16_t i=0; i<p_table->count; i++)
336-
{
337-
if (p_table->items[i].key == key) return p_table->items[i].data;
338-
}
339-
340-
// not found return the key value in hex
341-
snprintf(not_found, sizeof(not_found), "0x%08lX", (unsigned long) key);
342-
343-
return not_found;
344-
}
345-
346-
#endif // CFG_TUSB_DEBUG
347-
348-
#ifndef TU_LOG
349-
#define TU_LOG(n, ...)
350-
#define TU_LOG_MEM(n, ...)
351-
#define TU_LOG_VAR(n, ...)
352-
#define TU_LOG_INT(n, ...)
353-
#define TU_LOG_HEX(n, ...)
354-
#define TU_LOG_LOCATION()
355-
#define TU_LOG_FAILED()
356-
#endif
357-
358-
// TODO replace all TU_LOGn with TU_LOG(n)
359-
360-
#define TU_LOG0(...)
361-
#define TU_LOG0_MEM(...)
362-
#define TU_LOG0_VAR(...)
363-
#define TU_LOG0_INT(...)
364-
#define TU_LOG0_HEX(...)
365-
366-
367-
#ifndef TU_LOG1
368-
#define TU_LOG1(...)
369-
#define TU_LOG1_MEM(...)
370-
#define TU_LOG1_VAR(...)
371-
#define TU_LOG1_INT(...)
372-
#define TU_LOG1_HEX(...)
373-
#endif
374-
375-
#ifndef TU_LOG2
376-
#define TU_LOG2(...)
377-
#define TU_LOG2_MEM(...)
378-
#define TU_LOG2_VAR(...)
379-
#define TU_LOG2_INT(...)
380-
#define TU_LOG2_HEX(...)
381-
#endif
382-
383-
#ifndef TU_LOG3
384-
#define TU_LOG3(...)
385-
#define TU_LOG3_MEM(...)
386-
#define TU_LOG3_VAR(...)
387-
#define TU_LOG3_INT(...)
388-
#define TU_LOG3_HEX(...)
389-
#endif
390-
391-
=======
392-
>>>>>>> orig_master_espressif
393258
#ifdef __cplusplus
394259
}
395260
#endif

0 commit comments

Comments
 (0)