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 |
|
Sudeep Mohanty
|
e93c3068a0
|
fix(ulp_riscv): Updated RTC I2C to use open-drain IOs
This commit updates the RTC I2C driver in the ULP RISC-V to initialize
all I2C IOs in open-drain mode.
|
2024-01-30 14:54:45 +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 |
|
Jiang Jiang Jian
|
6ebda2a9b4
|
Merge branch 'bugfix/ble_rtc_slow_clk_drift_err' into 'master'
fix(ble): Fixed macro definition error for 136K clock drift
See merge request espressif/esp-idf!28749
|
2024-01-30 15:27:32 +08:00 |
|
Marius Vikhammer
|
06850e0e1e
|
refactor(system): removed esp_system from astyle ignore list and reformated it
|
2024-01-30 15:17:15 +08:00 |
|
Jakob Hasse
|
6ea18dc17a
|
Merge branch 'feature/console_linux' into 'master'
feat(console): Refactored code to support Linux target
Closes IDF-8103
See merge request espressif/esp-idf!28409
|
2024-01-30 11:26:04 +08:00 |
|
Marius Vikhammer
|
9b4197630a
|
Merge branch 'ci/ignore_build_warnings_build' into 'master'
ci(build): always build apps if ignore_build_warnings.txt changes
See merge request espressif/esp-idf!28764
|
2024-01-30 09:32:59 +08:00 |
|
Marius Vikhammer
|
da1d587667
|
Merge branch 'bugfix/format_esp_common' into 'master'
fix(system): format esp_common, app_format and bootloader_format with astyle
See merge request espressif/esp-idf!28748
|
2024-01-30 09:25:37 +08:00 |
|
Fu Hanxi
|
7913c42996
|
Merge branch 'ci/known_generate_target_test_issues' into 'master'
ci: add known warnings while generating the target test jobs
Closes IDFCI-1941
See merge request espressif/esp-idf!28551
|
2024-01-30 00:25:24 +08:00 |
|
Fu Hanxi
|
ceb2ef7208
|
ci: add init known warnings while generating the test child pipeline
|
2024-01-29 13:52:40 +01:00 |
|
Fu Hanxi
|
08312412ec
|
ci: check warnings while generating the target test jobs
|
2024-01-29 13:52:40 +01:00 |
|
Fu Hanxi
|
e9f4d555a6
|
test: add missing host_test marker for qemu tests
|
2024-01-29 13:52:40 +01:00 |
|
Fu Hanxi
|
432c5a783d
|
ci: gitlab auth failing hint
|
2024-01-29 13:52:40 +01:00 |
|
Fu Hanxi
|
d42e3fce04
|
ci: add sort_yaml.py
|
2024-01-29 13:52:39 +01:00 |
|
Marius Vikhammer
|
30ba179ace
|
Merge branch 'ci/modbus_tcp_slave_build_failure' into 'master'
ci(modbus): fixed modbus tcp_slave example build failure
See merge request espressif/esp-idf!28763
|
2024-01-29 20:48:25 +08:00 |
|
Fu Hanxi
|
6895ff11b6
|
ci: fix get_all_apps for multi targets
|
2024-01-29 20:45:00 +08:00 |
|
Fu Hanxi
|
142a3c8a7a
|
ci: fix idf_relpath issue while searching the apps
Now `PytestCase`, collect_app_info file, are all using relpath to idf
instead
|
2024-01-29 20:45:00 +08:00 |
|