Konstantin Kondrashov
3a7c1a2e74
feat(bootloader): Bootloader OTA update with recovery bootloader feat
2025-06-12 18:47:33 +08:00
Marius Vikhammer
f764953df3
Revert "ci: enable sysview examples for all chips"
...
This reverts commit c9cf11cd1c
.
2025-05-28 08:38:08 +02:00
Samuel Obuch
c9cf11cd1c
ci: enable sysview examples for all chips
2025-05-27 04:48:18 +08:00
Konstantin Kondrashov
f7bc58e4ec
Merge branch 'ci/fix_secure_tests_for_efuse_example' into 'master'
...
fix(examples): Fix CI tests for secure boot cases
Closes IDF-13077
See merge request espressif/esp-idf!39111
2025-05-19 20:59:00 +08:00
Samuel Obuch
bee2ed2502
ci: fix app_trace_basic rules and test
2025-05-13 21:31:43 +02:00
Samuel Obuch
4b664441ac
ci: enable gcov example for all chips
2025-05-13 21:26:14 +02:00
Konstantin Kondrashov
11321b585e
fix(examples): Fix CI tests for secure boot cases
2025-05-13 19:20:22 +03:00
Marius Vikhammer
2fbbcc6d36
feat(ulp): updated to reflect eco2 ulp changes
2025-05-12 10:22:20 +08:00
jath03
954d12955d
feat(ulp): LP Timer interrupt example
...
This commit adds an example to demonstrate the use of the LP Timer
interrupt on the LP Core.
2025-04-23 09:52:45 +02:00
Chen Jichang
6c4271d4bb
feat(esp32h4): disable unsupported build
2025-03-28 14:41:29 +08:00
laokaiyao
c9cc7bb216
feat(ulp_touch): add example for lp_touch
2025-03-14 21:56:05 +08:00
Erhan Kurubas
bb25c4ea67
test(apptrace): enable esp32c5 and esp32c61 tests
2025-03-06 01:13:50 +01:00
Erhan Kurubas
cf90a8c86b
test(apptrace): run tests from custom OpenOCD class
2025-03-06 01:13:40 +01:00
Gao Xu
1e8a48db74
Merge branch 'feat/h21_enable_ci_build_test' into 'master'
...
feat(esp32h21): enable ESP32H21 ci build
Closes IDF-11561
See merge request espressif/esp-idf!36197
2025-02-07 14:10:54 +08:00
gaoxu
5ef4f20778
feat(esp32h21): disable unsupported build test
2025-02-06 15:47:51 +08:00
igor.udot
f742a05b28
feat: supports lp uart wakeup
2025-02-05 14:54:48 +08:00
hrushikesh.bhosale
8ea58f3d36
feat(ota): Remove the pre_encrypted_ota example from eps-idf
...
1. Remove the pre_encrypted_ota example from the esp-idf as we have
moved this example idf-extra-components repository under esp_encrypted_img
component
2. Added the migration guide for 5.5 release
2025-01-13 11:33:14 +05:30
Konstantin Kondrashov
97d150d69a
feat(app_update): OTA update bootloader, partition_table and other partitions
...
Passive app partition can be used as the staging partition where a new image is loaded.
Then copy it to the final partition.
Closes: https://github.com/espressif/esp-idf/issues/14195
Closes: https://github.com/espressif/esp-idf/issues/13824
2024-11-07 13:48:51 +02:00
Marius Vikhammer
402fecee17
Merge branch 'feature/lp_spi_example' into 'master'
...
feat(lp_core): added lp-spi example for lp core
Closes IDF-10287
See merge request espressif/esp-idf!34521
2024-11-06 10:58:19 +08:00
Marius Vikhammer
cfe6c45122
feat(lp_core): added lp-spi example for lp core
...
Added an example of using lp-spi from lp-core to read sensor data
from a BME280 sensor.
2024-11-05 08:18:09 +08:00
Marius Vikhammer
0e8a933488
ci(system): fixed build-test-rules which used ARCH config
...
These variables are not availble when evaluating the rules, resulting
in that the tests were never run.
2024-11-01 09:23:47 +08:00
Marius Vikhammer
1f1954378e
Merge branch 'feature/lp_core_gpio_wakeup' into 'master'
...
feat(lp_core): added support for LP-IO as LP-core wakeup source
Closes IDF-10200
See merge request espressif/esp-idf!31828
2024-10-18 09:32:49 +08:00
Marius Vikhammer
b4c501374f
feat(lp_core): added support for LP-IO as LP-core wakeup source
2024-10-16 09:34:20 +08:00
Erhan Kurubas
8c4337004b
Merge branch 'fix/esp32p4_apptrace' into 'master'
...
fix(apptrace): replace ctrl block into noncache-able TCM memory
Closes IDF-8107
See merge request espressif/esp-idf!34032
2024-10-15 17:45:24 +08:00
hrushikesh.bhosale
66ebdd0b32
feat(ota): Added support of otatool for esp32c61
...
Enabled the test for esp32c61 for otatool
2024-10-10 14:48:16 +05:30
Erhan Kurubas
213c318e62
fix(apptrace): replace esp32p4 ctrl block into noncache-able TCM memory
2024-10-08 20:51:16 +02:00
Erhan Kurubas
1b82ca33ee
ci(apptrace): enable build tests for all targets except esp32p4
2024-10-04 22:22:31 +02:00
hrushikesh.bhosale
7db2dfce67
feat(ota): Enable support for OTA examples for c61
...
Tested OTA examples on esp32c61 and added their support in their
corresponding README.mds
2024-09-26 11:28:41 +05:30
Liu Xiao Yu
e051b921b8
Merge branch 'feat/lp_spinlock' into 'master'
...
feat(ulp): implement inter-hp-lp-cpu spinlock/critical section
Closes IDF-10206
See merge request espressif/esp-idf!32775
2024-09-20 17:09:50 +08:00
Lou Tianhao
d9c15bb772
fix(ci): some actions taken to pass CI
2024-09-20 10:53:05 +08:00
Xiaoyu Liu
446528d40f
feat(ulp): implement ulp lp core spinlock
2024-09-20 10:22:45 +08:00
Konstantin Kondrashov
3081a4ea49
feat(esp_timer): Updates systimer and esp_timer
2024-09-12 14:26:37 +08:00
Konstantin Kondrashov
00991f1bf5
Merge branch 'feature/esp32c61_re_enable_base_mac_address_test' into 'master'
...
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61
Closes IDF-10956
See merge request espressif/esp-idf!33441
2024-09-12 13:24:07 +08:00
Sudeep Mohanty
1b6a829e81
Merge branch 'feat/lp_core_lp_adc_support' into 'master'
...
feat(lp_adc): Addded support for LP ADC for the LP core on esp32p4
Closes IDF-6875 and IDF-10205
See merge request espressif/esp-idf!33117
2024-09-11 17:16:40 +08:00
Konstantin Kondrashov
75c917eef8
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61
2024-09-10 15:09:32 +03:00
Konstantin Kondrashov
f555812975
feat(system): Enables test_ipc_isr_riscv for ESP32-P4
2024-09-10 15:02:42 +03:00
Sudeep Mohanty
0b75e75f2c
feat(lp_adc): Added example to demonstrate LP ADC usage from LP Core
...
This commit adds an example which demonstrates how to configure and use
the LP ADC from the LP core while the main core is in deep sleep.
2024-09-10 08:45:11 +02:00
Alexey Gerenkov
625c437412
feat(ulp): Add LP core debugging support
2024-09-03 18:28:14 +03:00
Wan Lei
ae5c7d46d1
Merge branch 'ci/enable_c61_target_test' into 'master'
...
ci(esp32c61): enable c61 generic target test
Closes IDF-9285 and IDF-9288
See merge request espressif/esp-idf!33088
2024-09-03 11:53:02 +08:00
Peter Marcisovsky
81ad0eb544
Merge branch 'ci/add_advanced_usb_cdc_ci' into 'master'
...
Refactor(console): merge console advanced and advanced_usb_cdc examples
Closes IDF-9676 and DOC-8784
See merge request espressif/esp-idf!29626
2024-09-02 21:15:19 +08:00
wanckl
4e095f4b9f
ci(esp32c61): enable c61 generic target test
2024-09-02 19:26:12 +08:00
Peter Marcisovsky
82a4c12817
refactor(console/advanced): Merge console advanced and advanced_usb_cdc examples
...
- removed examples/system/console/advanced_usb_cdc
- refactor resulting console/advanced example
- enabled advanced console for all peripherals (UART, USB_OTG, USB_JTAG)
- added pytest to check UART console output
- update docs
2024-09-02 09:14:42 +02:00
Omar Chebib
c68c404cdc
Merge branch 'fix/xtensa_nmi' into 'master'
...
fix(esp_hw_support): make the NMI interrupts available for the main application
Closes IDF-1891 and IDFGH-12631
See merge request espressif/esp-idf!32767
2024-09-02 11:18:32 +08:00
Lou Tianhao
4393343ac9
fix(ci): some actions taken to pass ci
2024-08-29 14:15:41 +08:00
Omar Chebib
928859307f
fix(esp_hw_support): make the NMI interrupts available for the main application
...
Closes https://github.com/espressif/esp-idf/issues/13629
NMI interrupt level has been freed for all the Xtensa targets, making it possible
for the main application to use it. An example has been added to show how to
proceed.
2024-08-29 13:55:47 +08:00
hrushikesh.bhosale
ed4166a64c
feat(ota): Checked the support of OTA for esp32c5
...
Checked the support of OTA features for esp32c5, tested
examples and added the support in README.md file. Even
added the support in systems .build-test-rules.yml
2024-08-21 11:45:41 +05:30
Xiaoyu Liu
1216dd1abd
change(ulp): bu lp i2c on esp32c5
2024-08-01 14:48:31 +08:00
Marius Vikhammer
41dd1a351b
Merge branch 'feat/cmake_plugin_ulp' into 'master'
...
feat(lp-core): allow custom cmake for ULP project
Closes IDF-10551
See merge request espressif/esp-idf!31919
2024-07-31 09:31:57 +08:00
Marius Vikhammer
b6208df463
feat(lp-core): allow custom cmakefile project file for ULP project
2024-07-30 12:30:54 +08:00
Armando
4865e64be5
feat(xip_psram): support xip psram example on p4
2024-07-25 10:52:59 +08:00