Omar Chebib
|
fa9856c815
|
espsystem: add missing eh_frame sections on esp32c2
|
2022-06-30 02:51:37 +00:00 |
|
Ivan Grokhotkov
|
4c3dec9705
|
ci: check_public_headers: run for all targets
|
2022-06-29 22:49:51 +02:00 |
|
Ivan Grokhotkov
|
fefbf6a5b3
|
ci: check_public_headers: exclude sections generated on RISC-V target
|
2022-06-29 22:48:16 +02:00 |
|
Ivan Grokhotkov
|
28ac778099
|
ci: check_public_headers: run the build in a temporary directory
this allows running multiple builds for different targets
|
2022-06-29 22:47:02 +02:00 |
|
Zim Kalinowski
|
2f81b96e45
|
Merge branch 'bugfix/fix_example_nvs_rw_value_with_freertos_smp' into 'master'
freertos-smp: fix nvs_rw_value and nvs_rw_value_cxx tests
Closes IDF-5275
See merge request espressif/esp-idf!18640
|
2022-06-30 04:11:39 +08:00 |
|
lsita
|
db90b512a1
|
Fix tinyusb_driver_install (dangling pointer)
|
2022-06-29 17:40:19 +02:00 |
|
Sudeep Mohanty
|
3cd2b67f84
|
Revert "hal: Fix incorrect spi_hal log usage"
This reverts commit a65165dd52 .
|
2022-06-29 14:52:28 +00:00 |
|
Sudeep Mohanty
|
1d482a32df
|
Revert "freertos-smp: fix nvs_rw_value and nvs_rw_value_cxx tests"
This reverts commit 0d9b130cb6f7e4c88d526be3c86941108329f442.
|
2022-06-29 14:52:28 +00:00 |
|
Sudeep Mohanty
|
6da5f113e9
|
freertos-smp: fix nvs_rw_value and nvs_rw_value_cxx tests
TBD
|
2022-06-29 14:52:28 +00:00 |
|
Zim Kalinowski
|
0660e4f2f9
|
Merge branch 'feature/force-non-smp-build-tests' into 'master'
freertos: Don't use FreeRTOS SMP build for partition nearly full warning test
See merge request espressif/esp-idf!18737
|
2022-06-29 22:52:25 +08:00 |
|
Adam Múdry
|
2dfaec3106
|
usb: Added MIDI example + fixed TinyUSB MIDI config
Closes https://github.com/espressif/esp-idf/issues/8541
|
2022-06-29 14:02:00 +00:00 |
|
Mu Hai Dong
|
8078092fae
|
Merge branch 'docs/update_wifi_beacon_timeout_doc' into 'master'
docs: update wifi beacon timeout docs
Closes WIFI-4427 and IDFGH-7496
See merge request espressif/esp-idf!18379
|
2022-06-29 21:54:29 +08:00 |
|
daiziyan
|
f9f43b1860
|
docs: updated mdns
(cherry picked from commit 6737095bfb205867e096da8cf6cdf1f144800ee7)
|
2022-06-29 21:46:12 +08:00 |
|
gabsuren
|
d413a71f61
|
mdns: Remove internal component, examples, test and docs
|
2022-06-29 17:30:34 +04:00 |
|
0xFEEDC0DE64
|
d0c10eb83a
|
Fix datatype conversion compiler error #9254
|
2022-06-29 14:39:36 +02:00 |
|
Shu Chen
|
85c668b7c7
|
build: move build_from_src options to env
|
2022-06-29 20:26:50 +08:00 |
|
Zim Kalinowski
|
70ee0885ad
|
freertos: don't use FreeRTOS SMP build for partition nearly full warning test
|
2022-06-29 12:03:01 +00:00 |
|
xiongweichao
|
9531fae1d3
|
Fixed rtc watchdog timeout when waking up light sleep due to some functions not in IRAM
|
2022-06-29 19:56:47 +08:00 |
|
Euripedes Rocha
|
33fccf6405
|
[MQTT] - Adds esp-timer as dependency and change version.
- Current time is now from esp_timer.
|
2022-06-29 11:50:32 +00:00 |
|
Anton Maklakov
|
d2ce9abb2a
|
lwip: suppress some GCC 11 warnings
Closes https://github.com/espressif/esp-idf/issues/9142
|
2022-06-29 11:42:09 +00:00 |
|
Harshit Malpani
|
e526e5593a
|
ci: remove redundant OTA examples jobs
|
2022-06-29 16:30:02 +05:30 |
|
Roland Dobai
|
87c987920a
|
Merge branch 'revert-2e817c44' into 'master'
Revert "Merge branch 'feature/clippy' into 'master'"
See merge request espressif/esp-idf!18741
|
2022-06-29 18:37:48 +08:00 |
|
Roland Dobai
|
8dddb8b596
|
Revert "Merge branch 'feature/clippy' into 'master'"
This reverts merge request !16998
|
2022-06-29 16:46:47 +08:00 |
|
Mahavir Jain
|
9ee26516a7
|
Merge branch 'fix/update_docs_for_hmac_api' into 'master'
esp_hmac: Fix documentation for API and Programming Guide
See merge request espressif/esp-idf!18703
|
2022-06-29 16:06:33 +08:00 |
|
Roland Dobai
|
2e817c4426
|
Merge branch 'feature/clippy' into 'master'
idf.py: Add automated hints on how to resolve errors
Closes IDF-4511, IDF-4512, and IDF-4631
See merge request espressif/esp-idf!16998
|
2022-06-29 15:44:55 +08:00 |
|
wang tao
|
2dbf8c9668
|
change esp32c2 iperf sdkconfig_defaults
|
2022-06-29 14:55:22 +08:00 |
|
wang tao
|
2e036ea173
|
add esp32c2 iperf throughput
|
2022-06-29 14:55:22 +08:00 |
|
Aditya Patwardhan
|
006e53b06a
|
Merge branch 'bugfix/fix_ota_anti_rollback_example_test' into 'master'
ci: fix ota anti rollback example test
See merge request espressif/esp-idf!18709
|
2022-06-29 14:04:28 +08:00 |
|
Mahavir Jain
|
b41a524d3a
|
Merge branch 'fix/protocol_example_tests' into 'master'
Fix/protocol example tests
See merge request espressif/esp-idf!18698
|
2022-06-29 13:29:34 +08:00 |
|
Jiang Jiang Jian
|
04830a3284
|
Merge branch 'bugfix/a2dp_source_not_stop_discovery_correctly' into 'master'
bugfix/avoid wrongly restart discovery in a2dp_source
See merge request espressif/esp-idf!18536
|
2022-06-29 11:24:00 +08:00 |
|
Armando (Dou Yiwen)
|
e13d7f8351
|
Merge branch 'bugfix/s2_ap64_psram_crash_issue' into 'master'
psram: fix esp32s2 module with APS6404 PSRAM crash issue
Closes IDF-5361
See merge request espressif/esp-idf!18699
|
2022-06-29 11:19:17 +08:00 |
|
morris
|
85ab06440b
|
Merge branch 'bugfix/remove_dc_as_cmd_phase' into 'master'
spi_lcd: don't support dc_as_cmd_phase
Closes IDFGH-7026
See merge request espressif/esp-idf!18694
|
2022-06-29 10:50:36 +08:00 |
|
liqigan
|
3e3a0cdfdb
|
fix sink wrong sniff params which caused by HID porting
|
2022-06-29 10:11:56 +08:00 |
|
Ondrej Kosta
|
ed7afd8b73
|
Merge branch 'feature/eth_phy_common' into 'master'
ESP PHY structure refactor
Closes IDF-5149
See merge request espressif/esp-idf!18158
|
2022-06-28 23:25:12 +08:00 |
|
David Čermák
|
8678f9a9f4
|
Merge branch 'bugfix/esp_eth_test_hotfix' into 'master'
esp_eth: pytest_esp_eth CI timeout hotfix
See merge request espressif/esp-idf!18666
|
2022-06-28 23:11:26 +08:00 |
|
Aditya Patwardhan
|
c6fe3ba7c6
|
esp_hmac: Fix documentation for API and Programming Guide
|
2022-06-28 12:47:28 +00:00 |
|
Aditya Patwardhan
|
28af19f6f4
|
Merge branch 'fix/fix_protocomm_documentation' into 'master'
protocomm.rst: Fix documentation regarding Security Version 0
See merge request espressif/esp-idf!18722
|
2022-06-28 20:43:00 +08:00 |
|
Kevin (Lao Kaiyao)
|
47266d7736
|
Merge branch 'refactor/add_description_to_touch_pad_set_meas_time' into 'master'
touch_sensor: add description to distinguish the API on different target
Closes IDFGH-7499
See merge request espressif/esp-idf!18341
|
2022-06-28 20:00:02 +08:00 |
|
Aditya Patwardhan
|
d736cd560a
|
protocomm.rst: Fix documentation regarding Security Version 0
|
2022-06-28 15:13:52 +05:30 |
|
morris
|
489d14cf55
|
spi_lcd: don't support dc_as_cmd_phase
The current SPI hardware can't support 9bit SPI data format very well
(i.e. inserting an extra bit before each data byte)
Closes https://github.com/espressif/esp-idf/pull/8644
|
2022-06-28 17:11:31 +08:00 |
|
morris
|
602e154c12
|
Merge branch 'refactor/move_gdma_to_hw_support' into 'master'
dma: move from driver to hw_support
See merge request espressif/esp-idf!18706
|
2022-06-28 15:57:56 +08:00 |
|
Armando (Dou Yiwen)
|
4dbd2c7e30
|
Merge branch 'refactor/move_spi_necessary_private_headers' into 'master'
spi: move spi_common_internal to esp_private
See merge request espressif/esp-idf!18146
|
2022-06-28 15:51:22 +08:00 |
|
Marius Vikhammer
|
4ffb15916e
|
mac addr: fix wrong offset being used for C2 BT mac address
|
2022-06-28 15:30:24 +08:00 |
|
muhaidong
|
3ed30a515f
|
esp_wifi: clear phy calibrated flag when phy pd memory deinit
|
2022-06-28 15:03:11 +08:00 |
|
Marius Vikhammer
|
5b6fbe6a5c
|
Merge branch 'bugfix/ulp_fsm_cocpu_trap' into 'master'
ulp: only enable relevant wakeup sources for ULP
Closes IDFCI-1323
See merge request espressif/esp-idf!18616
|
2022-06-28 14:24:23 +08:00 |
|
Armando
|
63d4b52e21
|
psram: correct psram size log
|
2022-06-28 14:17:44 +08:00 |
|
Armando
|
c51c1a8651
|
mmu: fix wrong mmu entry id issue
|
2022-06-28 14:17:44 +08:00 |
|
Armando
|
31b3f31ef4
|
ext_mem: make memory region check strict
|
2022-06-28 14:17:44 +08:00 |
|
morris
|
7fd9a91034
|
dma: move from driver to hw_support
|
2022-06-28 14:17:12 +08:00 |
|
morris
|
dede9da16e
|
led_strip: move api functions to single file
|
2022-06-28 14:17:12 +08:00 |
|