zhanghaipeng
01a40193a8
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
2024-08-09 20:29:20 +08:00
Li Shuai
57be8d2457
fix(example): fixed app partition is too small for binary size
2024-05-28 15:57:46 +08:00
WanqQixiang
e3a2ba8b07
fix(esp_netif): Fix mldv6 report memory leak in esp_netif
2024-05-27 17:31:33 +08:00
Song Ruo Jing
02d819b69b
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:27:27 +08:00
Alexey Gerenkov
164be1cd52
tests: Replace 'debug_backend' with 'esp-debug-backend' from PyPi
2024-01-31 18:49:21 +03:00
zhanghaipeng
73da8018c5
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-23 20:19:29 +08:00
morris
b823435d78
Merge branch 'fix/usb_host_soc_caps_backport_v5.0' into 'release/v5.0'
...
USB host soc caps (backport v5.0)
See merge request espressif/esp-idf!27400
2023-12-22 17:15:50 +08:00
Darian Leung
ec2ba71f97
refactor(soc): SOC_USB_PERIPH_NUM option
...
This commit refactors SOC_USB_PERIPH_NUM as follows:
- Renamed to SOC_USB_OTG_PERIPH_NUM to avoid confusion with USB Serial JTAG
- Updated to unsigned integer "1U"
- Updated some build rules to depend on SOC_USB_OTG_SUPPORTED instead
2023-11-24 16:21:07 +01:00
nilesh.kale
54bf1e708b
fix: fix preencrypted ota failed with pytest server and partial http enabled
2023-11-23 12:48:28 +05:30
Armando
f8500f77b1
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +08:00
Chen Yudong
a84f601493
ci(fix): example test advanced_https_ota_example_bluedroid_gatts
2023-08-24 12:25:02 +08:00
Jiang Jiang Jian
38bd8d3044
Merge branch 'bugfix/esp32s3_usb_otg_console_v5.0' into 'release/v5.0'
...
system: support USB_OTG CDC console on ESP32-S3 (v5.0)
See merge request espressif/esp-idf!24338
2023-08-21 10:37:29 +08:00
Jiang Jiang Jian
7c91c8f78d
Merge branch 'feature/freertos_iram_optimization_5.0' into 'release/v5.0'
...
freertos: Update linker fragment files to optimise IRAM utilisation (v5.0)
See merge request espressif/esp-idf!24222
2023-08-21 10:33:23 +08:00
Ivan Grokhotkov
3fca37dbcf
examples: re-enable system/console/advanced_usb_cdc for ESP32-S3
...
Closes https://github.com/espressif/esp-idf/issues/9364
2023-07-18 18:15:37 +02:00
wuzhenghui
e0370d89c3
ci: increase timeout threshold to solve deepsleep wakestub example ci failure
2023-06-28 18:12:33 +08:00
Darian Leung
02ee20ff3a
pytest: Expect "Calling app_main()" to indicate start of application
...
This commit updates variousf pytest scripts to expect
"main_task: Calling app_main()" instead of "cpu_start: Starting scheduler" as
indicator of the start of an application.
2023-06-23 10:35:56 +02:00
Jiang Jiang Jian
69b3835cee
Merge branch 'feature/s2_ulp_riscv_adc_v5.0' into 'release/v5.0'
...
ulp-riscv: enable ULP-RISCV ADC example for esp32s2 (v5.0)
See merge request espressif/esp-idf!23372
2023-06-13 20:18:13 +08:00
Jiang Jiang Jian
838850abab
Merge branch 'feature/example_deep_sleep_wake_stub_backport_v5.0' into 'release/v5.0'
...
example: add deepsleep_wake stub example (backport v5.0)
See merge request espressif/esp-idf!23414
2023-06-12 11:07:59 +08:00
Guillaume Souchere
11653cdc9a
console: Fix building issue when serial JTAG is set
...
Closes https://github.com/espressif/esp-idf/issues/10707
2023-05-15 09:49:10 +08:00
Zim Kalinowski
815c54c922
Merge branch 'contrib/github_pr_11028_v5.0' into 'release/v5.0'
...
Bugfix: Fix compile error for ESP32 FSM ULP GPIO Example (GitHub PR) (v5.0)
See merge request espressif/esp-idf!22988
2023-05-11 02:51:14 +08:00
wuzhenghui
1f39f07bca
doc: update deep_sleep_wake_stub readme
2023-05-04 16:46:15 +08:00
wuzhenghui
4c3b8c13df
feature: add wake up time cost info to deep_sleep_wake_stub example
2023-05-04 16:46:15 +08:00
jiangguangming
c8aa155086
deep sleep example: typo corrected in readme
2023-05-04 16:46:15 +08:00
jiangguangming
4f5f235208
add pytest for example deep sleep wake stub
2023-05-04 16:46:15 +08:00
jiangguangming
24a38e3153
feature: add example deep sleep wake stub
...
Closes https://github.com/espressif/esp-idf/issues/8208
2023-05-04 16:46:15 +08:00
Marius Vikhammer
07471019ef
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
...
ADC can now be used from the ULP-RISCV on S2 after the RTC power parameters were
fixed in a624d8d061
Closes https://github.com/espressif/esp-idf/issues/11052
Closes https://github.com/espressif/esp-idf/issues/11040
2023-04-24 10:12:09 +08:00
Fu Hanxi
307c454757
ci: add missing sdkconfig files
2023-04-11 10:53:06 +08:00
Jakob Hasse
d0b8fcb371
bugfix: made C code C++ compatible
2023-03-30 11:28:23 +08:00
Kampi
e66a1755df
bugfix: Change namespace variable to nvs_namespace (C++ compatibility)
...
Closes https://github.com/espressif/esp-idf/pull/11028
2023-03-30 11:28:23 +08:00
Michael (XIAO Xufeng)
55e040b54b
Merge branch 'bugfix/wakeup_io_hold_unhold_in_sleep_v5.0' into 'release/v5.0'
...
gpio: Fix deep sleep wakeup IOs unable to unhold after wakeup (v5.0)
See merge request espressif/esp-idf!22665
2023-03-20 12:49:56 +08:00
Song Ruo Jing
b3b3947207
examples: system/deep_sleep
...
1. Fix EXT0 wakeup pin error on ESP32: GPIO3 is not a RTC IO, change to use GPIO25.
2. Add ESP_ERROR_CHECK to explicitly show the runtime error
3. Improve example README
2023-03-17 14:44:29 +08:00
Marius Vikhammer
04758d2782
Merge branch 'contrib/github_pr_10970' into 'release/v5.0'
...
Bugfix: Fix compile error for ESP32 FSM ULP ADC Example (GitHub PR)
See merge request espressif/esp-idf!22746
2023-03-15 10:47:11 +08:00
Jiang Jiang Jian
358ed1af5d
Merge branch 'bugfix/add_return_type_nimble_port_init_v5.0' into 'release/v5.0'
...
Nimble: Added return value (success / failure ) to nimble_port_init / nimble_port_deinit (v5.0)
See merge request espressif/esp-idf!22191
2023-03-13 15:19:06 +08:00
Kampi
7905aa2c27
Bugfix: Fix compile error with out of order designated initializer when using C++20 in ESP32 ULP ADC example
2023-03-11 14:42:18 +01:00
Zim Kalinowski
2a804de4b7
Merge branch 'staging/rename_twdt_config_examples_v5.0' into 'release/v5.0'
...
TWDT: Use the new TWDT Kconfig options in the examples and tests (Backport v5.0)
See merge request espressif/esp-idf!22631
2023-03-08 16:09:58 +08:00
Omar Chebib
83907aaa20
TWDT: Use the new TWDT Kconfig options in the examples and tests
2023-03-07 10:23:43 +08:00
jingli
63db044e9c
esp32c2/ci: reenable deep sleep example test
2023-03-06 11:51:41 +08:00
jingli
c6fbdb4acb
examples/system/deep_sleep:
...
Use nvs instead of RTC_DATA_ATTR to record deep sleep enter time when
the target chip does not have rtc mem.
2023-03-06 11:46:56 +08:00
jingli
a7be8fddcb
examples/system/light_sleep:
...
Add some hints in README to remind users that they can try to power down
the CPU and SPI Flash for lower power consumption.
2023-03-06 11:46:37 +08:00
Rahul Tank
2b5f1140dd
Nimble: Added return value (success / failure ) to nimble_port_init
2023-03-02 09:47:03 +05:30
Jiang Jiang Jian
335ad04cba
Merge branch 'feature/support_feature_depend_on_rtc_fast_mem_for_esp32c2_backport_v5.0' into 'release/v5.0'
...
esp32c2: support feature(rtc time) depend on rtc fast mem(backport v5.0)
See merge request espressif/esp-idf!22224
2023-02-27 15:06:31 +08:00
jingli
eb27e688fb
UT/esp32c2: reenable pm and sleep related UT
2023-02-16 10:54:11 +08:00
KonstantinKondrashov
905f9bf25f
examples(efuse): Set CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE
...
For efuse example test, we set CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
by default because in the python test we expect secure boot is in RELEASE mode
2023-01-24 16:27:05 +08:00
KonstantinKondrashov
5d37e26d35
security: Adds new APIs to check that all eFuse security features are enabled correctly
2023-01-23 21:02:55 +08:00
Mahavir Jain
d8db7d7cc4
Merge branch 'feature/esp_https_ota_events_v5.0' into 'release/v5.0'
...
esp_https_ota: Added support for esp_events (v5.0)
See merge request espressif/esp-idf!21109
2022-12-14 17:11:50 +08:00
Marius Vikhammer
f81cae4e1e
system: fix printf format errors in all system and cxx examples
2022-12-12 16:56:20 +08:00
Omar Chebib
1169dfa1eb
Flash: fix flash_suspend example to include worst case
...
flash_suspend example will now test the worst case in order to be able
to detect real regression:
- shorter response time is acceptable, as the tested function may be in the cache already
- response time longer than 120us will be considered a potential regression
2022-12-01 10:45:35 +00:00
Omar Chebib
6b4e1619d8
TWDT: the Kconfig option ESP_TASK_WDT_EN is now used to enable Task Watchdog
2022-12-01 10:45:35 +00:00
Omar Chebib
b675bb2a4d
WDT: implement interrupt wdt and task wdt for ESP32-C2
...
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-12-01 10:45:35 +00:00
Harshit Malpani
03f8d8a0e2
esp_https_ota: Send data to event handler
2022-11-21 03:31:06 +00:00