Rahul Tank
|
20171bf19d
|
Merge branch 'bugfix/remove_duplicate_hci_common' into 'master'
fix(nimble): Merge hci_common.h file for all chips
Closes BLERP-538
See merge request espressif/esp-idf!28787
|
2024-02-01 10:46:50 +08:00 |
|
morris
|
99fce2fdcb
|
fix(mcpwm): reset GPIO used by generator after delete
Closes https://github.com/espressif/esp-idf/issues/12980
|
2024-02-01 10:14:17 +08:00 |
|
Marius Vikhammer
|
4d28524bdb
|
docs(esp32c5): add support for building C5 docs
|
2024-02-01 10:06:41 +08:00 |
|
Erhan Kurubas
|
d749575648
|
Merge branch 'feature/move_esp_dbg_stubs_init_into_component' into 'master'
feat(system): move esp_dbg_stubs_init into apptrace component
Closes IDF-8767
See merge request espressif/esp-idf!28684
|
2024-02-01 07:33:14 +08:00 |
|
Erhan Kurubas
|
7234303e9e
|
feat(system): move esp_dbg_stubs_init into component
|
2024-01-31 20:12:45 +01:00 |
|
Jan Beran
|
535aa9df84
|
refactor(tools): add docstrings and type annotations into idf_tools.py
|
2024-01-31 16:08:32 +01:00 |
|
Tomas Rezucha
|
49f3dae095
|
Merge branch 'ci/add_p4_usb_host_to_ci' into 'master'
feature(usb): Add USB support for ESP32-P4
Closes IDF-6873
See merge request espressif/esp-idf!28585
|
2024-01-31 22:04:23 +08:00 |
|
Roland Dobai
|
2e207db65f
|
Merge branch 'feature/add_arguments_ninja_monitor' into 'master'
feat: Propagate arguments when running ninja monitor
Closes IDF-8856
See merge request espressif/esp-idf!28477
|
2024-01-31 20:09:59 +08:00 |
|
chenjianhua
|
20acc39eb2
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(91980c2)
- Fixed scheduling when modem sleep wakeup delayed
- Fixed IRQ FIFO overflow when enter critical
- Fixed clock sync timeout for modem sleep
- Fixed directed adv with RPA when privacy disabled
- Fixed instant passed for connection update and PHY update
|
2024-01-31 19:39:04 +08:00 |
|
zhiweijian
|
5b63a473f8
|
Fixed xQueueSemaphoreTask assert when deinit host during scan
|
2024-01-31 19:06:22 +08:00 |
|
morris
|
9bdd431fe3
|
Merge branch 'contrib/github_pr_13020' into 'master'
fix (esp_lcd): Don't assume panels are 16bit in VSYNC restart logic (GitHub PR)
Closes IDFGH-11941
See merge request espressif/esp-idf!28593
|
2024-01-31 18:49:51 +08:00 |
|
Roland Dobai
|
7812f4dee2
|
change(gitlab): Set the tools teams to be the owner of tools documentation
|
2024-01-31 11:47:46 +01:00 |
|
Konstantin Kondrashov
|
8d558a0ea7
|
Merge branch 'feature/update_config_wdt_desc' into 'master'
feat(bootloader): Update WDT Kconfig description
Closes IDFGH-11913 and IDFGH-7850
See merge request espressif/esp-idf!28568
|
2024-01-31 18:27:49 +08:00 |
|
Chen Yu Dong
|
d3e34008b6
|
Merge branch 'ci/support_pre_commit_cache' into 'master'
ci: update pre_commit jobs and gen child
See merge request espressif/esp-idf!28796
|
2024-01-31 17:58:47 +08:00 |
|
Bogdan Kolendovskyy
|
3ad41ae31a
|
Merge branch 'feature/mmd_access' into 'master'
esp_eth: Add functions to access PHY using MDIO
See merge request espressif/esp-idf!28311
|
2024-01-31 16:59:42 +08:00 |
|
Sudeep Mohanty
|
061da98124
|
refactor(freertos): Updated FreeRTOS component files to astyle format
This commit updates the FreeRTOS component source files (excluding
upstream source files) to the astyle coding format.
|
2024-01-31 16:41:58 +08:00 |
|
daiziyan
|
bd811d6682
|
docs: add CN translation for idf-monitor
|
2024-01-31 09:35:44 +01:00 |
|
Jan Beran
|
858e3fe5ec
|
docs(esp-idf-monitor): Add information about ESP_IDF_MONITOR_NO_RESET
|
2024-01-31 09:35:44 +01:00 |
|
Jan Beran
|
b1d9762205
|
feat: Propagate arguments when running ninja monitor
|
2024-01-31 09:35:44 +01:00 |
|
Rahul Tank
|
6c614a50ab
|
fix(nimble): Merge hci_common.h file for all chips
|
2024-01-31 13:41:31 +05:30 |
|
Rahul Tank
|
b2b84f9b5c
|
Merge branch 'feature/nimble_host_only_uart' into 'master'
feat(nimble): Nimble Host only mode over uart
See merge request espressif/esp-idf!28415
|
2024-01-31 16:01:03 +08:00 |
|
Konstantin Kondrashov
|
c69466b0b3
|
Merge branch 'feature/esp_timer_reenable_test_on_p4' into 'master'
feat(esp_timer): Re-enable tests on ESP32P4
Closes IDF-8979
See merge request espressif/esp-idf!28365
|
2024-01-31 15:49:22 +08:00 |
|
Mo Fei Fei
|
af0d1c6945
|
Docs: update cn trans for config wdt desc
|
2024-01-31 15:19:17 +08:00 |
|
KonstantinKondrashov
|
c40afaf4ad
|
feat(doc): Update the WDT article
Closes https://github.com/espressif/esp-idf/issues/12995
|
2024-01-31 15:19:17 +08:00 |
|
C.S.M
|
afa876fac9
|
Merge branch 'example/hal_i2c' into 'master'
example(hal_i2c): Add pure I2C master example with only hal, rom, soc, etc. G0 G1 components.
See merge request espressif/esp-idf!28509
|
2024-01-31 14:51:31 +08:00 |
|
Marius Vikhammer
|
e92b813c80
|
Merge branch 'docs/add_cannonical_url' into 'master'
docs(build): add cannonical stable url to all docs
Closes DOC-4986
See merge request espressif/esp-idf!28750
|
2024-01-31 13:39:49 +08:00 |
|
Roshan Bangar
|
51efb20516
|
feat(nimble): Nimble Host only mode over uart
|
2024-01-31 09:49:21 +05:30 |
|
Cao Sen Miao
|
62a0efdd7c
|
feat(i2c): Add pure hal i2c master driver example
|
2024-01-31 11:47:14 +08:00 |
|
morris
|
97cda1a732
|
Merge branch 'feature/mipi_dpi_2ddma' into 'master'
Use DMA2D in MIPI DSI driver
See merge request espressif/esp-idf!28605
|
2024-01-31 11:25:32 +08:00 |
|
Jakob Hasse
|
417de470ec
|
change(esp_event): reformat files with astyle
|
2024-01-31 11:07:07 +08:00 |
|
Zhang Xiao Yan
|
389cf54d52
|
Merge branch 'docs/format_table_for_generated_pdf' into 'master'
docs: format table for generated pdf document
See merge request espressif/esp-idf!28705
|
2024-01-31 10:17:19 +08:00 |
|
Jakob Hasse
|
b05e432366
|
Merge branch 'refactor/https_mbedtls_example_linux' into 'master'
Refactor https_mbedtls example for linux target
See merge request espressif/esp-idf!28719
|
2024-01-31 09:53:31 +08:00 |
|
Marius Vikhammer
|
b9f9e0d9f7
|
Merge branch 'task/remove_esp_system_astyle' into 'master'
refactor(system): removed esp_system from astyle ignore list and formated it
See merge request espressif/esp-idf!28785
|
2024-01-31 09:47:28 +08:00 |
|
Kapil Gupta
|
d033c3ebff
|
fix(wifi): add low memory options for eap enterprise
|
2024-01-30 22:54:22 +08:00 |
|
Chen Yudong
|
b27cf4d444
|
ci: update pre_commit jobs
|
2024-01-30 22:45:21 +08:00 |
|
Tomas Rezucha
|
f13ae0fc08
|
feat(esp32p4): Add USB-OTG support for ESP32-P4
|
2024-01-30 15:07:11 +01:00 |
|
David Čermák
|
bc7e87b416
|
Merge branch 'feat/lwip_ppp_more_opts' into 'master'
lwip: PPP configs to enable/disable: Server side, IP header compression
See merge request espressif/esp-idf!27799
|
2024-01-30 20:17:50 +08:00 |
|
Roland Dobai
|
195ebe1d3c
|
Merge branch 'refactor/kconfcheck_pre-commit_hook' into 'master'
refactor(pre-commit): Changed esp-idf-kconfig's kconfcheck package to pre-commit hook
Closes IDF-9051
See merge request espressif/esp-idf!28673
|
2024-01-30 20:07:46 +08:00 |
|
Konstantin Kondrashov
|
2b909f99d5
|
feat(esp_timer): Re-enable tests on ESP32P4
esp_timer example test requires Light Sleep support.
|
2024-01-30 13:39:23 +02:00 |
|
Bogdan Kolendovskyy
|
d9e1d69b4e
|
esp_eth: Add functions to access PHY using MDIO
Specifically:
- Set/get address
- Read/write data at address with specified MDIO access function
- Read/write both address and data with a single call
|
2024-01-30 12:08:18 +01:00 |
|
morris
|
872058f086
|
feat(mipi_dsi): support draw_bitmap by DMA2D engine
This feature can be enabled at runtime, by setting esp_lcd_dpi_panel_config_t:🎏:use_dma2d
|
2024-01-30 18:45:36 +08:00 |
|
morris
|
b2de1b5665
|
feat(dma2d): added help driver for copying frame buffer with DMA2D
|
2024-01-30 18:45:36 +08:00 |
|
morris
|
b10dec96c5
|
fix(rgb_lcd): relax the check for the data line GPIO
so we allow to leave some RGB data line unconnected by set the GPIO to -1
|
2024-01-30 18:29:13 +08:00 |
|
Brian Whitman
|
ff840b645d
|
fix(rgb_lcd): don't assume 16 bit width on panels for restart logic
Merges https://github.com/espressif/esp-idf/pull/13020
|
2024-01-30 18:29:13 +08:00 |
|
Fu Hanxi
|
d92cd1b7ec
|
Merge branch 'ci/ignore_p4_jtag' into 'master'
ci: ignore p4,jtag runner
See merge request espressif/esp-idf!28789
|
2024-01-30 18:28:01 +08:00 |
|
morris
|
5074cc68c9
|
Merge branch 'feature/rmt_encoder_memory_allocator' into 'master'
feat(rmt): added a help function for allocating encoder memory
Closes IDFGH-11954
See merge request espressif/esp-idf!28667
|
2024-01-30 16:52:25 +08:00 |
|
Wang Ziyan
|
2ec161405a
|
Merge branch 'docs/update_cn_for_pthread' into 'master'
docs: Update CN for pthread.rst
Closes DOC-6947
See merge request espressif/esp-idf!28765
|
2024-01-30 16:45:35 +08:00 |
|
Fu Hanxi
|
ecae464c52
|
ci: ignore p4,jtag runner
|
2024-01-30 09:08:35 +01:00 |
|
Jiang Jiang Jian
|
307c53d4ff
|
Merge branch 'feature/add_fall_back_dns_config_in_menuconfig' into 'master'
feat(lwip):add fall back dns config in menuconfig
See merge request espressif/esp-idf!27292
|
2024-01-30 16:01:29 +08:00 |
|
Fu Hanxi
|
9783207f0b
|
Merge branch 'ci/qemu_respect_all_test_triggerer' into 'master'
ci: fix idf_relpath issue while searching the apps
See merge request espressif/esp-idf!28645
|
2024-01-30 16:01:24 +08:00 |
|