File tree
5 files changed
+6
-6
lines changed- components
- general/param/test
- hmi/gdrivers/ginput/touch
- FT5X06
- XPT2046
- wifi/iot_espnow/test
- submodule
5 files changed
+6
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
| 224 | + | |
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
|
- .gitlab-ci.yml+74
- components/app_update/esp_ota_ops.c+1-2
- components/bootloader/subproject/main/esp32.bootloader.rom.ld+3
- components/bootloader_support/CMakeLists.txt+1-1
- components/bootloader_support/component.mk+4
- components/bootloader_support/include_priv/bootloader_flash.h+17
- components/bootloader_support/src/bootloader_flash.c+3-4
- components/bootloader_support/src/bootloader_init.c+1
- components/bootloader_support/src/bootloader_utility.c+31-16
- components/bt/Kconfig+12-1
- components/bt/bluedroid/bta/dm/bta_dm_act.c+4-16
- components/bt/bluedroid/bta/dm/bta_dm_api.c+3-1
- components/bt/bluedroid/bta/dm/include/bta_dm_int.h+1
- components/bt/bluedroid/bta/include/bta/bta_api.h+2-1
- components/bt/bluedroid/btc/core/btc_ble_storage.c+90-1
- components/bt/bluedroid/btc/core/btc_dm.c+7
- components/bt/bluedroid/btc/include/btc/btc_ble_storage.h+7
- components/bt/bluedroid/common/include/common/bt_target.h+6
- components/bt/bluedroid/device/controller.c+4-4
- components/bt/bluedroid/stack/btm/btm_ble.c+3-1
- components/bt/bluedroid/stack/btm/btm_ble_gap.c+20-2
- components/bt/bluedroid/stack/btm/btm_sec.c+7-36
- components/bt/bluedroid/stack/btm/include/btm_int.h+1
- components/bt/bluedroid/stack/include/stack/btm_ble_api.h+2-1
- components/bt/bluedroid/stack/l2cap/l2c_api.c+1-1
- components/bt/bluedroid/stack/smp/smp_act.c+4-2
- components/bt/bluedroid/stack/smp/smp_utils.c+9-3
- components/bt/bt.c+165-50
- components/bt/include/esp_bt.h-1
- components/bt/lib+1-1
- components/driver/Kconfig+4-2
- components/driver/i2c.c+1.4k-1.4k
- components/driver/include/driver/spi_common.h+5
- components/driver/include/driver/spi_master.h+20-2
- components/driver/include/driver/spi_slave.h+20-2
- components/driver/spi_master.c+5-4
- components/driver/spi_slave.c+7-5
- components/driver/test/test_adc2.c+4-1
- components/driver/uart.c+29-13
- components/esp32/cpu_start.c+2
- components/esp32/esp_timer.c+43-12
- components/esp32/hwcrypto/aes.c+3-3
- components/esp32/hwcrypto/sha.c+90-52
- components/esp32/include/esp_phy_init.h+6
- components/esp32/include/esp_wifi_types.h+1-1
- components/esp32/include/hwcrypto/sha.h+4
- components/esp32/include/xtensa/config/core.h+11
- components/esp32/ld/esp32.rom.ld-49
- components/esp32/ld/esp32.rom.redefined.ld+60
- components/esp32/ld/esp32.rom.spiram_incompatible_fns.ld-4
- components/esp32/lib+1-1
- components/esp32/panic.c+27
- components/esp32/phy_init.c+16-7
- components/esp32/test/test_backtrace.c+71
- components/esp32/test/test_phy_rtc.c+90
- components/esp32/test/test_wifi.c+70-1
- components/esptool_py/esptool+1-1
- components/fatfs/src/vfs_fat.c+14-12
- components/freertos/xtensa_vectors.S+95-1
- components/idf_test/integration_test/KnownIssues+5-5
- components/idf_test/integration_test/TC_IT_BTSTK_SMP.yml+47-87
- components/idf_test/integration_test/TC_IT_TCPIP_TCP.yml+340-256
- components/idf_test/integration_test/TC_IT_TCPIP_UDP.yml+189-11
- components/lwip/api/api_lib.c+3
- components/lwip/api/api_msg.c+13-14
- components/lwip/include/lwip/lwip/api.h-9
- components/lwip/include/lwip/port/arch/sys_arch.h+19-1
- components/lwip/port/freertos/sys_arch.c+2-2
- components/mbedtls/test/test_mbedtls_sha.c+44
- components/mdns/mdns.c+96-17
- components/mdns/mdns_networking.c+31-10
- components/mdns/private_include/mdns_private.h+3
- components/newlib/locks.c+2
- components/newlib/syscall_table.c+1-1
- components/newlib/test/test_time.c+27-40
- components/nvs_flash/test_nvs_host/test_nvs.cpp-1
- components/soc/esp32/include/soc/cpu.h+9
- components/soc/esp32/include/soc/soc.h+2
- components/soc/esp32/rtc_clk.c+12
- components/spiffs/test/test_spiffs.c+1-1
- components/vfs/test/test_vfs_paths.c+40
- components/vfs/test/test_vfs_select.c+5-1
- components/vfs/vfs.c+3-1
- components/vfs/vfs_uart.c+11
- docs/en/api-guides/wifi.rst+5-5
- docs/en/api-reference/peripherals/spi_master.rst+26-9
- examples/bluetooth/gatt_client/main/Kconfig.projbuild+7
- examples/bluetooth/gatt_client/main/gattc_demo.c+12
- examples/peripherals/uart_select/main/uart_select_example_main.c+4-1
- tools/idf.py+2-2
- tools/idf_monitor.py+16-11
- tools/kconfig/.gitignore+2
- tools/tiny-test-fw/DUT.py+4-1
- tools/unit-test-app/components/unity/include/test_utils.h+26
- tools/unit-test-app/components/unity/test_utils.c+30
- tools/unit-test-app/components/unity/unity_platform.c+11-6
- tools/unit-test-app/configs/aes_no_hw+3
- tools/unit-test-app/main/app_main.c-5
- tools/unit-test-app/unit_test.py+22-13
0 commit comments