Commit Graph

  • bd32fbdb5b feat(ble): support controller raw log print out Zhou Xiao 2025-05-22 16:54:06 +08:00
  • e411a17975 feat(ble): refactored loss report module and represent frame using struct Zhou Xiao 2025-05-22 16:54:03 +08:00
  • 0bdf6c956d feat(ble): support le audio log buffer separation Zhou Xiao 2025-05-22 16:54:01 +08:00
  • aae7606664 feat(ble): optimized printf functions code size and speed Zhou Xiao 2025-05-22 16:53:59 +08:00
  • f1e3a8e106 feat(ble): refactored flush module and provided public flush api Zhou Xiao 2025-05-22 16:53:56 +08:00
  • 6834ff94de feat(ble): refactored ll isr buffer append and buffer flush using event handler Zhou Xiao 2025-05-22 16:53:53 +08:00
  • 8db24f1603 feat(ble): provided dynamic spi enable/disable api Zhou Xiao 2025-05-22 16:53:51 +08:00
  • 3b4ed71965 feat(ble): support hci log buffer separation Zhou Xiao 2025-05-22 16:53:48 +08:00
  • 7afbc47750 feat(ble): optimized macros readability Zhou Xiao 2025-05-22 16:53:46 +08:00
  • e3d1471888 fix(ble): fixed upper layer trans append failure bug Zhou Xiao 2025-05-22 16:53:41 +08:00
  • 444b827a28 feat(ble): support ts sync for sleep app Zhou Xiao 2025-05-22 16:53:38 +08:00
  • a63c502ab4 feat(ble): support controller raw log print out Zhou Xiao 2025-05-22 16:53:36 +08:00
  • 2a2111cb57 feat(ble): refactored loss report module and represent frame using struct Zhou Xiao 2025-05-22 16:53:34 +08:00
  • b0fa5ce3d2 feat(ble): support le audio log buffer separation Zhou Xiao 2025-05-22 16:53:31 +08:00
  • 0c7839959a feat(ble): optimized printf functions code size and speed Zhou Xiao 2025-05-22 16:53:29 +08:00
  • 569634d9ab feat(ble): refactored flush module and provided public flush api Zhou Xiao 2025-05-22 16:53:27 +08:00
  • 29ba6abb7a feat(ble): refactored ll isr buffer append and buffer flush using event handler Zhou Xiao 2025-05-22 16:53:25 +08:00
  • 41c21b1fb5 feat(ble): provided dynamic spi enable/disable api Zhou Xiao 2025-05-22 16:53:22 +08:00
  • c2802d567c feat(ble): support hci log buffer separation Zhou Xiao 2025-05-22 16:53:20 +08:00
  • 2ae73e2e4b feat(ble): optimized macros readability Zhou Xiao 2025-05-22 16:53:17 +08:00
  • a42929a75f Merge branch 'fix/fix_esp_timer_accuracy_when_do_dfs' into 'master' Wu Zheng Hui 2025-05-22 16:38:10 +08:00
  • d877949357 Merge branch 'feat/ble_log_spi_out_dev_phase_3' into 'master' Island 2025-05-22 16:26:39 +08:00
  • 3fa79684cd ci(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • b5da8a52c6 feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-22 14:21:56 +08:00
  • db6aedef25 fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 78e9c47580 fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • 994f2c2b68 fix(ci): disable target test for c61 eco3 update wanckl 2025-05-22 15:17:32 +08:00
  • 9b77416b60 Merge branch 'fix/jpeg_encode_msync' into 'master' C.S.M 2025-05-22 15:15:42 +08:00
  • 162681d8ea ci(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • 326b32bd74 feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-22 14:22:47 +08:00
  • bc1624879c fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 85aad225d0 fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • f5022cb8c2 ci(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • a2e212fb9f feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-21 10:08:03 +08:00
  • d54c710921 fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 52296887bf fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • 2f8cd616cc test(psram): re-enable 80M psram tests on C5 ECO2 armando 2025-05-22 14:52:40 +08:00
  • 1d12eb4124 Merge branch 'feat/add-ws-get-response-headers' into 'master' Guilherme Ferreira 2025-05-22 14:49:49 +08:00
  • 18091976ec fix(hal): Wrap LL macros with atomic env in do-while for control safety - Standardize all LL macros using atomic env variables with do { ... } while (0) - Prevent potential macro misuse in control flow constructs (e.g., if/else) - Affected targets: esp32, esp32c2, esp32c5, esp32s3, esp32p4, etc. - Affected modules include: LCD, I2S, TIMER, and others Yuan Yu 2025-05-22 14:41:19 +08:00
  • dadcc7b9f3 Merge branch 'feat/c5_eco2_psram_timing_tuning' into 'master' Armando (Dou Yiwen) 2025-05-22 06:41:56 +00:00
  • fd8122ca87 ci(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • d94db94438 feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-21 10:08:03 +08:00
  • 6304a54090 fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 247ba2907c fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • c0ab30f33c Merge branch 'feat/some_xip_psram_related_optimisations_and_fixes_v5.3' into 'release/v5.3' Mahavir Jain 2025-05-22 12:00:14 +05:30
  • 5133b89183 Merge branch 'test/reenable_sdspi_c5_test' into 'master' Armando (Dou Yiwen) 2025-05-22 06:27:28 +00:00
  • e26be2be8f test(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • e8475d7796 feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-21 10:08:03 +08:00
  • 31149354a9 fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 833df30063 fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • 9a3018e201 test(sdspi): re-enable sdspi test on c5 eco2 armando 2025-05-22 12:14:51 +08:00
  • 481f42ac9d test(esp_timer): add UT case for esp_timer period alarm with DFS wuzhenghui 2025-05-19 14:25:49 +08:00
  • 11f32b88ac feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching wuzhenghui 2025-05-21 10:08:03 +08:00
  • 022614b1d3 fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2 wuzhenghui 2025-05-16 16:51:37 +08:00
  • 2931aa23b6 fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32 wuzhenghui 2025-05-16 16:30:11 +08:00
  • 7b54ca004f Merge branch 'ci/dynamic-pipeline-report-adjustments' into 'master' Aleksei Apaseev 2025-05-22 13:43:17 +08:00
  • c25f87920a ci: improve the dynamic pipeline report Aleksei Apaseev 2025-04-16 17:01:58 +08:00
  • 8baffe22cb fix(uart): LP UART does not have the pre-divider for its clock source Song Ruo Jing 2025-02-24 21:27:41 +08:00
  • 6f9979451b fix(gpio): fix bad bit shift operation and OOB (h2) in io_mux.c Song Ruo Jing 2025-02-24 21:56:00 +08:00
  • 84f8be2e31 refactor(uart): increase test app memory leak tolerance Song Ruo Jing 2025-03-06 20:33:43 +08:00
  • 900d633d96 Merge branch 'bugfix/gpio_dump_io_config_v5.1' into 'release/v5.1' morris 2025-05-22 11:27:22 +08:00
  • 7d5f89fa90 fix(ci): fixed psram tests not running on c5 issue armando 2025-05-21 16:40:30 +08:00
  • 00e3f4885a feat(mspi): supported psram 80MHz timing tuning armando 2025-05-20 11:41:11 +08:00
  • 1d71a9e811 feat(tcp_transport): Add ws get HTTP response headers glmfe 2025-05-21 16:34:10 +02:00
  • 412e7c48ee change(mqtt): Adds retry on publish connect test case Euripedes Rocha 2025-05-06 12:35:15 +02:00
  • eb9614d37f change(mqtt): Update submodule to 6af4446a Euripedes Rocha 2025-05-05 15:11:35 +02:00
  • 574f037b1e Merge branch 'fix/usb-log-priu32-fifo-config' into 'master' Igor Masar 2025-05-21 20:00:27 +08:00
  • f9f1d1b18a Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.1' into 'release/v5.1' Island 2025-05-21 18:19:34 +08:00
  • 9b9103c5bb Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.2' into 'release/v5.2' Island 2025-05-21 18:19:28 +08:00
  • ade43f3b00 Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.3' into 'release/v5.3' Island 2025-05-21 18:19:24 +08:00
  • 11382a2aae fix(ext_hub): Added processing waiting_release flag while dev changed to IDLE Roman Leonov 2025-05-21 12:13:47 +02:00
  • 5e15adfae9 fix(esp_psram): Add XIP PSRAM alignment gaps in heap only if PSRAM protection is enabled harshal.patil 2025-05-05 10:49:04 +05:30
  • 29f7654c2b feat(cpu_region_protect): Enable basic memory protection for SPIRAM harshal.patil 2025-02-18 23:28:26 +05:30
  • 8d42a711c4 feat(esp_psram): Add the gap created due to alignment of XIP segments in heap harshal.patil 2025-02-14 12:29:24 +05:30
  • 2cb93cd926 feat(esp_psram): Add some helper APIs to get usable PSRAM memory size harshal.patil 2025-02-20 16:18:20 +05:30
  • 21bd94f116 fix(linker): fixed extern linker symbol type from int to char Armando 2024-09-12 09:52:52 +08:00
  • 5981ae8a11 feat(pmu): support ldo dbias and ocode read from efuse for chip762 hongshuqing 2025-05-16 20:28:21 +08:00
  • bfc69338c8 fix(jpeg): Fix wrong parameter in jpeg encoder msync C.S.M 2025-05-21 17:54:44 +08:00
  • 602941ef61 Merge branch 'refactor/usb_host_ext_hub_port_gone' into 'master' Roman Leonov 2025-05-21 17:34:48 +08:00
  • 884e54a8dd Merge branch 'feature/efuse_esp32c61_eco3_update' into 'master' Konstantin Kondrashov 2025-05-21 17:11:33 +08:00
  • b1b99b30ef Merge branch 'fix/i2c_gpio_rsv' into 'master' morris 2025-05-21 16:49:04 +08:00
  • a3318d6280 fix(test): Temporarily allow test_cli_installer_win to fail Marek Fiala 2025-05-13 15:16:54 +02:00
  • f229a84578 Merge branch 'contrib/github_pr_15968' into 'master' Mahavir Jain 2025-05-21 13:23:05 +05:30
  • 4b6b9c0ec8 Merge branch 'fix/config_param_gtk_rekeying' into 'master' Jiang Jiang Jian 2025-05-21 15:52:44 +08:00
  • fc69f691ba Merge branch 'fix/enable_remove_requirements_file' into 'master' Roland Dobai 2025-05-21 09:38:04 +02:00
  • a2c53e5690 Merge branch 'fix/slot0_requires_all_pins_in_1bit_mode_issue_v5.3' into 'release/v5.3' morris 2025-05-21 15:11:13 +08:00
  • 8ab564a711 Merge branch 'feat/add_xmc_32bit_support' into 'master' C.S.M 2025-05-21 15:10:26 +08:00
  • 266c576d20 fix(ci): remove esp32c5 from the build template app for release/v5.3 Song Ruo Jing 2025-05-21 14:37:26 +08:00
  • ae995b34d7 fix(nimble): Add changes for coverity reported issue Rahul Tank 2025-05-20 15:37:20 +05:30
  • 03e8a0f95e fix(nimble): Add changes for coverity reported issue Rahul Tank 2025-05-20 15:37:20 +05:30
  • b9338273d9 fix(nimble): Add changes for coverity reported issue Rahul Tank 2025-05-20 15:37:20 +05:30
  • be89fa36aa Merge branch 'feature/add_api_for_cleanup_otadata' into 'master' Mahavir Jain 2025-05-21 11:33:03 +05:30
  • 996a9ca25f fix(app_update): Do not change ota_seq when partition is the same Nilesh Kale 2025-05-21 14:03:03 +08:00
  • 88f66ae3aa Merge branch 'feature/esp_tee_h2' into 'master' Mahavir Jain 2025-05-21 09:59:26 +05:30
  • cefaaae6fd Merge branch 'bugfix/handle_flow_control_flag_v5.1' into 'release/v5.1' Rahul Tank 2025-05-21 09:53:35 +05:30
  • 9dbbc9ac6a Merge branch 'bugfix/handle_flow_control_flag_v5.2' into 'release/v5.2' Rahul Tank 2025-05-21 09:53:25 +05:30
  • 95b3176fdd Merge branch 'bugfix/handle_flow_control_flag_v5.3' into 'release/v5.3' Rahul Tank 2025-05-21 09:53:13 +05:30
  • ebd4caf360 Merge branch 'bugfix/handle_flow_control_flag' into 'master' Rahul Tank 2025-05-21 09:53:03 +05:30
  • b8650708aa fix(nimble): Add changes for coverity reported issue Rahul Tank 2025-05-20 15:37:20 +05:30
  • b164919f4b fix(i2c): Add gpio reserve check on i2c driver, C.S.M 2025-05-21 12:04:23 +08:00