Ivan Grokhotkov
4d75d2d487
Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'
...
remove leftover dependencies on `driver` component
See merge request espressif/esp-idf!33548
2024-11-14 22:21:57 +08:00
Omar Chebib
3ec05583b2
Merge branch 'contrib/github_pr_14771' into 'master'
...
fix(example/system/console): Add 'info' to log_level command description (GitHub PR)
Closes IDFGH-13933
See merge request espressif/esp-idf!34413
2024-11-11 10:56:56 +08:00
Ivan Grokhotkov
68e9bcbf1e
fix(build): clean up dependencies on driver component
2024-11-07 13:09:23 +01:00
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
Omar Chebib
50ac90b489
Merge branch 'fix/nmi_not_triggering_on_s3' into 'master'
...
fix(examples): fix NMI interrupt example to work on ESP32-S3
Closes IDFCI-2475
See merge request espressif/esp-idf!34267
2024-11-06 10:09:57 +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
Peter Dragun
90abcdebf2
Merge branch 'fix/windows_escape_seq' into 'master'
...
fix: recommend using Windows Terminal in case of issues with escape sequences
Closes IDFGH-13646
See merge request espressif/esp-idf!34516
2024-11-01 16:01:25 +08:00
Konstantin Kondrashov
1a419e594b
Merge branch 'feature/support_primary_subtypes' into 'master'
...
feat(partition_table): Support primary subtypes partitions
Closes IDF-11330
See merge request espressif/esp-idf!34194
2024-11-01 15:13:31 +08:00
Omar Chebib
f6d154e761
fix(examples): fix NMI interrupt example to work on ESP32-S3
2024-11-01 10:17: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
Peter Dragun
8318adb448
fix: recommend using Windows Terminal in case of issues with escape sequences
...
Closes https://github.com/espressif/esp-idf-monitor/issues/17
2024-10-31 12:56:05 +01:00
Konstantin Kondrashov
8c4f576f99
feat(partition_table): Support primary subtypes partitions
2024-10-31 13:16:01 +02:00
Konstantin Kondrashov
1de0358249
Merge branch 'ci/fix_pytest_otatool_for_c2' into 'master'
...
fix(examples): Fix pytest_otatool for C2
See merge request espressif/esp-idf!34499
2024-10-30 15:13:02 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
Konstantin Kondrashov
949fc7f2c9
fix(examples): Fix pytest_otatool for C2
...
Test for C2 has to be run with flash_4mb
2024-10-29 11:59:52 +02:00
Duco Sebel
675653af89
fix(example/system/console): Add 'info' to log_level command description
...
Closes https://github.com/espressif/esp-idf/pull/14771
2024-10-24 02:39:48 +00:00
nilesh.kale
854101959d
feat: enable security related testcases for c5 and c61
2024-10-21 14:24:36 +05:30
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
Mahavir Jain
44c6e49000
Merge branch 'feat/enable_otatool_support_for_c61' into 'master'
...
feat(ota): Added support of otatool for esp32c61
Closes IDF-11309
See merge request espressif/esp-idf!34072
2024-10-15 02:10:59 +08:00
Konstantin Kondrashov
d4c35b3db3
Merge branch 'ci/fix_flash_enc_wifi_test' into 'master'
...
fix(examples): Fix flash_enc_wifi test in pytest_simple_ota
See merge request espressif/esp-idf!34047
2024-10-11 00:42:29 +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
Sudeep Mohanty
7b2e18d70f
Merge branch 'fix/freertos_example_ci_failure' into 'master'
...
fix(freertos): Fix freertos example pytest script
Closes IDFCI-2422
See merge request espressif/esp-idf!33888
2024-10-10 14:44:51 +08:00
Konstantin Kondrashov
0592bb6888
fix(examples): Fix flash_enc_wifi test in pytest_simple_ota
2024-10-09 12:39:43 +03:00
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
Sudeep Mohanty
1a547e34f1
fix(freertos): Fix freertos example pytest script
...
This commit updates the freertos/basic_freertos_smp_usage pytest script
to not follow a rigid order when testing against output logs as tasks
can spawn on any core in no particular order.
2024-10-01 10:08:45 +02:00
Mahavir Jain
1e4ebabe9b
Merge branch 'feat/enable_ota_examples_for_c61' into 'master'
...
feat(ota): Enable support for OTA examples for c61
Closes IDF-10915
See merge request espressif/esp-idf!33270
2024-09-27 12:38:09 +08: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
Konstantin Kondrashov
d11b958209
refactor(examples): Refactoring and clean up OTA tests
2024-09-25 09:45:08 +03:00
Konstantin Kondrashov
efc143bf10
Merge branch 'bugfix/fix_efuse_example_c2' into 'master'
...
fix(efuse): Fix efuse test examples
Closes IDF-11263
See merge request espressif/esp-idf!32575
2024-09-23 15:23:04 +08:00
Jiang Jiang Jian
945af68d74
Merge branch 'feature/esp32c61_light_sleep_support_stage_3' into 'master'
...
feat(esp_hw_support): esp32c61 sleep support (Stage 3: support system peripheral sleep retention)
Closes IDF-10384, IDF-10382, and IDF-11004
See merge request espressif/esp-idf!33298
2024-09-21 16:09:36 +08:00
Konstantin Kondrashov
cb6e8209e5
feat(examples): Get offsets for efuses from espefuse.py
2024-09-20 16:28:25 +03:00
Konstantin Kondrashov
fdac9bb814
fix(examples): Fix SB and FE tests for C5 and C61
2024-09-20 13:31:31 +03:00
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
bc0404ae03
fix(ci): some actions taken to pass CI
2024-09-20 14:10:45 +08:00
Lou Tianhao
d9c15bb772
fix(ci): some actions taken to pass CI
2024-09-20 10:53:05 +08:00
Lou Tianhao
d70f24e414
feat(pm): support example deepsleep for esp32c61
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
637ee54a7f
feat(examples): Increases partition table offset for P4 and C5
2024-09-19 21:31:40 +03:00
Marius Vikhammer
8746f44c74
fix(efuse): fix efuse examples not compiling on c2
2024-09-19 20:48:53 +08:00
Sudeep Mohanty
3c65f1b654
fix(lp_uart): Added lp_uart flush feature
...
This commit adds the lp_core_uart_flush() API to flush the LP UART Tx
FIFO. This API is automatically called once the program returns from the
main function().
Closes https://github.com/espressif/esp-idf/issues/14530
2024-09-19 09:36:04 +02:00
Sudeep Mohanty
328de495de
fix(console): Fixed a typing error in the console advanced example
2024-09-17 09:16:06 +02:00
rudi ;-)
4281f58229
feat(advanced_console): Add support for ESP32-P4 and ESP32-C5 models in 'version' command output
...
The model ESP32P4 and ESP32C5 was unknown on version command in iperf example
add model ESP32P4 and ESP32C5
which prints out model names now by the knowed model
ESP32P4 = "ESP32-P4"
ESP32C5 = "ESP32-C5"
example app: iperf
before:
iperf> version
IDF Version:v5.4-dev-2744-g59e1838270-dirty
Chip info:
model:Unknown
cores:1
feature:/802.11bgn/BLE/External-Flash:8 MB
revision number:0
iperf>
after this add model is knowed now
iperf> version
IDF Version:v5.4-dev-2744-g59e1838270-dirty
Chip info:
model:ESP32-C5
cores:1
feature:/802.11bgn/BLE/External-Flash:8 MB
revision number:0
iperf>
Merges https://github.com/espressif/esp-idf/pull/14593
2024-09-17 09:04:52 +02:00
Konstantin Kondrashov
efdc853b45
Merge branch 'feature/esp32c61_esp_timer_systimer' into 'master'
...
feat(esp_timer): Updates systimer and esp_timer for ESP32-C61
Closes IDF-9284, IDF-10955, IDF-9307, and IDF-9308
See merge request espressif/esp-idf!33439
2024-09-14 16:08:40 +08:00
Armando (Dou Yiwen)
f4dd74ed96
Merge branch 'change/improve_xip_docs' into 'master'
...
psram: improve xip docs
See merge request espressif/esp-idf!33482
2024-09-14 15:59:03 +08:00
Armando
6c4fb48783
doc(psram): clarify why psram speed is faster than flash
2024-09-14 11:13:20 +08:00
Konstantin Kondrashov
7b0b80f46f
fix(examples): Increases partition table offset for SBV2+FE test
2024-09-12 15:38:18 +08:00