Skip to content

Commit 645b472

Browse files
committed
IDF release/v4.4 f3e0c8bc41
1 parent ebbf8b2 commit 645b472

Some content is hidden

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

47 files changed

+23
-23
lines changed

platform.txt

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

tools/platformio-build-esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"UNITY_INCLUDE_CONFIG_H",
304304
"WITH_POSIX",
305305
"_GNU_SOURCE",
306-
("IDF_VER", '\\"v4.4-beta1-284-gd83021a6e8\\"'),
306+
("IDF_VER", '\\"v4.4-beta1-308-gf3e0c8bc41\\"'),
307307
"ESP_PLATFORM",
308308
"_POSIX_READER_WRITER_LOCKS",
309309
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"UNITY_INCLUDE_CONFIG_H",
294294
"WITH_POSIX",
295295
"_GNU_SOURCE",
296-
("IDF_VER", '\\"v4.4-beta1-284-gd83021a6e8\\"'),
296+
("IDF_VER", '\\"v4.4-beta1-308-gf3e0c8bc41\\"'),
297297
"ESP_PLATFORM",
298298
"_POSIX_READER_WRITER_LOCKS",
299299
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"UNITY_INCLUDE_CONFIG_H",
291291
"WITH_POSIX",
292292
"_GNU_SOURCE",
293-
("IDF_VER", '\\"v4.4-beta1-284-gd83021a6e8\\"'),
293+
("IDF_VER", '\\"v4.4-beta1-308-gf3e0c8bc41\\"'),
294294
"ESP_PLATFORM",
295295
"_POSIX_READER_WRITER_LOCKS",
296296
"ARDUINO_ARCH_ESP32",

tools/sdk/esp32/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,5 +679,5 @@
679679
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
680680
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
681681
#define CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP
682-
#define CONFIG_ARDUINO_IDF_COMMIT "d83021a6e8"
682+
#define CONFIG_ARDUINO_IDF_COMMIT "f3e0c8bc41"
683683
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"

tools/sdk/esp32/include/driver/include/driver/uart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ esp_err_t uart_enable_rx_intr(uart_port_t uart_num);
328328
esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
329329

330330
/**
331-
* @brief Disable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
331+
* @brief Disable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
332332
*
333333
* @param uart_num UART port number
334334
*
@@ -339,7 +339,7 @@ esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
339339
esp_err_t uart_disable_tx_intr(uart_port_t uart_num);
340340

341341
/**
342-
* @brief Enable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
342+
* @brief Enable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
343343
*
344344
* @param uart_num UART port number, the max port number is (UART_NUM_MAX -1).
345345
* @param enable 1: enable; 0: disable

tools/sdk/esp32/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libbt.a

4.6 KB
Binary file not shown.

tools/sdk/esp32/lib/libcoexist.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libcore.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libdriver.a

1008 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libesp_system.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libespnow.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libmesh.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libnet80211.a

48 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libpp.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libsmartconfig.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libwapi.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,5 +632,5 @@
632632
#define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE
633633
#define CONFIG_TOOLPREFIX CONFIG_SDK_TOOLPREFIX
634634
#define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE
635-
#define CONFIG_ARDUINO_IDF_COMMIT "d83021a6e8"
635+
#define CONFIG_ARDUINO_IDF_COMMIT "f3e0c8bc41"
636636
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"

tools/sdk/esp32c3/include/driver/include/driver/uart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ esp_err_t uart_enable_rx_intr(uart_port_t uart_num);
328328
esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
329329

330330
/**
331-
* @brief Disable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
331+
* @brief Disable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
332332
*
333333
* @param uart_num UART port number
334334
*
@@ -339,7 +339,7 @@ esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
339339
esp_err_t uart_disable_tx_intr(uart_port_t uart_num);
340340

341341
/**
342-
* @brief Enable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
342+
* @brief Enable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
343343
*
344344
* @param uart_num UART port number, the max port number is (UART_NUM_MAX -1).
345345
* @param enable 1: enable; 0: disable

tools/sdk/esp32c3/ld/sections.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ SECTIONS
307307
_bss_start = ABSOLUTE(.);
308308

309309
*(.bss .bss.*)
310-
*(.ext_ram.bss .ext_ram.bss.*)
311310
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
311+
*(.ext_ram.bss .ext_ram.bss.*)
312312
*(COMMON)
313313
_bt_bss_start = ABSOLUTE(.);
314314
*libbt.a:(.bss .bss.* COMMON)

tools/sdk/esp32c3/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libbt.a

6.16 KB
Binary file not shown.

tools/sdk/esp32c3/lib/libcoexist.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libcore.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libdriver.a

948 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libesp_system.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libespnow.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libmesh.a

0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libnet80211.a

72 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libpp.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32c3/lib/libwapi.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/include/arduino_tinyusb/tinyusb/src/common/tusb_verify.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,31 @@
3737
* manipulation that you are told to stay away.
3838
*
3939
* This contains macros for both VERIFY and ASSERT:
40-
*
40+
*
4141
* VERIFY: Used when there is an error condition which is not the
4242
* fault of the MCU. For example, bounds checking on data
4343
* sent to the micro over USB should use this function.
4444
* Another example is checking for buffer overflows, where
4545
* returning from the active function causes a NAK.
46-
*
46+
*
4747
* ASSERT: Used for error conditions that are caused by MCU firmware
4848
* bugs. This is used to discover bugs in the code more
4949
* quickly. One example would be adding assertions in library
5050
* function calls to confirm a function's (untainted)
5151
* parameters are valid.
52-
*
52+
*
5353
* The difference in behavior is that ASSERT triggers a breakpoint while
5454
* verify does not.
5555
*
5656
* #define TU_VERIFY(cond) if(cond) return false;
5757
* #define TU_VERIFY(cond,ret) if(cond) return ret;
58-
*
58+
*
5959
* #define TU_VERIFY_HDLR(cond,handler) if(cond) {handler; return false;}
6060
* #define TU_VERIFY_HDLR(cond,ret,handler) if(cond) {handler; return ret;}
6161
*
6262
* #define TU_ASSERT(cond) if(cond) {_MESS_FAILED(); TU_BREAKPOINT(), return false;}
6363
* #define TU_ASSERT(cond,ret) if(cond) {_MESS_FAILED(); TU_BREAKPOINT(), return ret;}
64-
*
64+
*
6565
*------------------------------------------------------------------*/
6666

6767
#ifdef __cplusplus
@@ -81,8 +81,8 @@
8181
#define _MESS_FAILED() do {} while (0)
8282
#endif
8383

84-
// Halt CPU (breakpoint) when hitting error, only apply for Cortex M3, M4, M7
85-
#if defined(__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__)
84+
// Halt CPU (breakpoint) when hitting error, only apply for Cortex M3, M4, M7, M33
85+
#if defined(__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__)
8686
#define TU_BREAKPOINT() do \
8787
{ \
8888
volatile uint32_t* ARM_CM_DHCSR = ((volatile uint32_t*) 0xE000EDF0UL); /* Cortex M CoreDebug->DHCSR */ \

tools/sdk/esp32s2/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,5 +579,5 @@
579579
#define CONFIG_USB_MSC_BUFSIZE CONFIG_TINYUSB_MSC_BUFSIZE
580580
#define CONFIG_USB_MSC_ENABLED CONFIG_TINYUSB_MSC_ENABLED
581581
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
582-
#define CONFIG_ARDUINO_IDF_COMMIT "d83021a6e8"
582+
#define CONFIG_ARDUINO_IDF_COMMIT "f3e0c8bc41"
583583
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"

tools/sdk/esp32s2/include/driver/include/driver/uart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ esp_err_t uart_enable_rx_intr(uart_port_t uart_num);
328328
esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
329329

330330
/**
331-
* @brief Disable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
331+
* @brief Disable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
332332
*
333333
* @param uart_num UART port number
334334
*
@@ -339,7 +339,7 @@ esp_err_t uart_disable_rx_intr(uart_port_t uart_num);
339339
esp_err_t uart_disable_tx_intr(uart_port_t uart_num);
340340

341341
/**
342-
* @brief Enable UART TX interrupt (TX_FULL & TX_TIMEOUT INTERRUPT)
342+
* @brief Enable UART TX interrupt (TXFIFO_EMPTY INTERRUPT)
343343
*
344344
* @param uart_num UART port number, the max port number is (UART_NUM_MAX -1).
345345
* @param enable 1: enable; 0: disable

tools/sdk/esp32s2/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcoexist.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcore.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libdriver.a

964 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_system.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libespnow.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmesh.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libnet80211.a

40 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libpp.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libwapi.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)