Fu Hanxi
|
972d858409
|
Merge branch 'ci/bugfix/example_c3_not_working_when_build_only_label' into 'master'
ci: add example c3 as a special case for build only
See merge request espressif/esp-idf!12933
|
2021-03-29 04:24:05 +00:00 |
|
Angus Gratton
|
38af9dffe1
|
esp_system: Mark the startup array as 'const' to save RAM
|
2021-03-29 15:11:49 +11:00 |
|
Fu Hanxi
|
d64eafcd7c
|
ci: add example c3 as a special case for build only
|
2021-03-29 11:11:02 +08:00 |
|
alex.li
|
55cbb541fc
|
Support new section addr and wifi lib for ESP32C3-ECO3.
|
2021-03-29 10:27:10 +08:00 |
|
Angus Gratton
|
c4b5974cd0
|
Merge branch 'bugfix/doc_freertos_task_stack_bytes' into 'master'
freertos docs: Specify that uxTaskGetStackHighWaterMark() returns bytes not words
See merge request espressif/esp-idf!12866
|
2021-03-28 22:40:20 +00:00 |
|
David Čermák
|
b2a60e0d7c
|
Merge branch 'bugfix/tcp_transport_tls_no_mem' into 'master'
tcp_transport: Fix error handling of esp_tls_init()
Closes IDFGH-4952
See merge request espressif/esp-idf!12822
|
2021-03-26 18:44:35 +00:00 |
|
Krzysztof Budzynski
|
d25d3789e9
|
Merge branch 'doc/update_dead_url_links_to_iot_solution_repo' into 'master'
fix dead links directed to ESP-IoT-Solution repo
Closes DOC-1101 and IDFCI-472
See merge request espressif/esp-idf!12535
|
2021-03-26 14:23:06 +00:00 |
|
Krzysztof Budzynski
|
c140e8b547
|
Merge branch 'doc/update_openssl_docs' into 'master'
docs: Migrated OpenSSL APIs from components/openssl/* to the API reference
Closes IDF-2541
See merge request espressif/esp-idf!12515
|
2021-03-26 11:49:57 +00:00 |
|
Armando
|
cc6bfcd9ac
|
adc: apply adc power API to adc driver
Closes https://github.com/espressif/esp-idf/issues/6269
Closes https://github.com/espressif/esp-idf/issues/6682
|
2021-03-26 17:58:00 +08:00 |
|
Marius Vikhammer
|
b99c973d9f
|
ci: remove spi_flash_qio_s2 config
This config is already run for all targets in spi_flash_qio config
|
2021-03-26 16:46:21 +08:00 |
|
Angus Gratton
|
1dfa0e0aa1
|
Merge branch 'feature/vdd_sdio_pd_configurable' into 'master'
system: add VDD_SDIO power domain configuration for light sleep
Closes IDFGH-2893
See merge request espressif/esp-idf!12481
|
2021-03-26 08:23:41 +00:00 |
|
Michael (XIAO Xufeng)
|
96e3ba881c
|
Merge branch 'feature/esp32c3_adc_driver_cleanup' into 'master'
adc: esp32c3 adc driver cleanup
Closes IDF-2528, IDF-2695, and IDF-2765
See merge request espressif/esp-idf!12477
|
2021-03-26 08:03:29 +00:00 |
|
Angus Gratton
|
b73b6eb5b4
|
Merge branch 'bugfix/otatool_imported_as_lib' into 'master'
otatool: Fix a crash when imported as external python lib
Closes IDFGH-4942
See merge request espressif/esp-idf!12862
|
2021-03-26 07:22:07 +00:00 |
|
Omar Chebib
|
1b994c81da
|
doc: update programming guide to include ESP32-C3 updates
|
2021-03-26 15:20:36 +08:00 |
|
Hao Ning
|
80da446be7
|
fix dead links directed to iot solution repo
resolve confilcts
modify a board name
rebase master
fix ota example link in readme
|
2021-03-26 15:19:10 +08:00 |
|
Cao Sen Miao
|
c54ea54d98
|
spi_flash: make suspend off by default and add more information for using suspend
|
2021-03-26 13:57:14 +08:00 |
|
Mahavir Jain
|
531f14aa31
|
Merge branch 'feature/secure_boot_v1_add_tip_msg' into 'master'
secure_boot_v1: Adds a help message in case when sig_block.version is not valid
Closes IDFGH-4982
See merge request espressif/esp-idf!12916
|
2021-03-26 04:24:13 +00:00 |
|
Jiang Jiang Jian
|
bcbf1d2c3c
|
Merge branch 'bugfix/btdm_add_controller_support_RPA' into 'master'
add option to enable/disable esp32 controller RPA
See merge request espressif/esp-idf!12832
|
2021-03-26 04:19:50 +00:00 |
|
Jiang Jiang Jian
|
6c070f49a8
|
Merge branch 'bugfix/btdm_fix_multi-con_pair_failed' into 'master'
fix multi-connection pair failed
Closes BT-1490
See merge request espressif/esp-idf!12877
|
2021-03-26 04:18:56 +00:00 |
|
Jiang Jiang Jian
|
e5f8e12db1
|
Merge branch 'bugfix/btdm_synchronize_multiple_branch_of_bt_lib' into 'master'
Bugfix/btdm synchronize multiple branch of bt lib
Closes BT-1535
See merge request espressif/esp-idf!12868
|
2021-03-26 04:15:42 +00:00 |
|
Armando
|
37e3b79b89
|
adc: rename adc examples according to hw feature and usage
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
0e0baee25a
|
adc: add implementation of missed public API
Added ``adc1_pad_get_io_num``, ``adc2_pad_get_io_num`` and
``adc_vref_to_gpio``.
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
2bb9bd5fb2
|
adc: update adc programming guide to avoid build fail
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
6f4d992ac7
|
adc: update lock scope on esp32c3
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
0030179642
|
adc: rename adc related examples
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
e9995fe165
|
adc: add pm_lock to adc driver on esp32c3
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
a5295af829
|
adc: update adc header files on c3
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
00a3f48bd8
|
adc: refactor adc single read api on esp32c3
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
69a0f8b9bb
|
adc: seperate hal layer and driver layer
|
2021-03-26 12:04:46 +08:00 |
|
Armando
|
bee90f57f1
|
adc: remove unused functions on esp32c3
|
2021-03-26 12:04:45 +08:00 |
|
Angus Gratton
|
36655bd63d
|
Merge branch 'feature/on_update_no_secure_boot_verify_only_one_sign' into 'master'
secure_boot: Only the first position of signature blocks is used to verify any update
Closes IDF-3002
See merge request espressif/esp-idf!12856
|
2021-03-26 03:18:15 +00:00 |
|
Marius Vikhammer
|
2edf9b103d
|
esptool: update to support flashing esp32c3 eco 3
|
2021-03-26 10:59:40 +08:00 |
|
Angus Gratton
|
10d1e4ab1b
|
esp32c3: Add support for building image with a minimum target revision
|
2021-03-26 10:59:03 +08:00 |
|
Mahavir Jain
|
d6a6c3b46d
|
Merge branch 'prov/protocomm_nimble_strdup_remove' into 'master'
Provisioning: Remove unnecessary strdup/free from protocomm_nimble
Closes IDFGH-4980
See merge request espressif/esp-idf!12889
|
2021-03-25 15:04:14 +00:00 |
|
Jiang Jiang Jian
|
a24ae68d48
|
Merge branch 'nimble/mbedtls_aes_free_dma' into 'master'
NimBLE: Free AES context after use by calling `mbedtls_free_aes` (Needed for C3)
Closes BT-1435
See merge request espressif/esp-idf!12363
|
2021-03-25 12:42:32 +00:00 |
|
KonstantinKondrashov
|
7f40717eb2
|
secure_boot/SIGNED_ON_UPDATE_NO_SECURE_BOOT: Only the first position of signature blocks is used to verify any update
|
2021-03-25 12:27:05 +00:00 |
|
Juraj Michálek
|
181a2389dc
|
tools: handle exception in case of logging Unicode characters
|
2021-03-25 13:09:34 +01:00 |
|
KonstantinKondrashov
|
cbbd1e88a5
|
secure_boot_v1: Adds a help message in case when sig_block.version is not valid
if sig_block.version is not valid then probably the image without a signature.
|
2021-03-25 20:01:52 +08:00 |
|
KonstantinKondrashov
|
b72ace60a5
|
otatool: Fix a crash when imported as external python lib
Closes: https://github.com/espressif/esp-idf/issues/6733
|
2021-03-25 11:52:56 +00:00 |
|
Prasad Alatkar
|
bf6ff41a9e
|
BLE Provisioning: Remove unnecessary strdup/free from protocomm_nimble
Closes IDFGH-4980
|
2021-03-25 16:55:57 +05:30 |
|
Marius Vikhammer
|
d3d145285d
|
flash enc: add flash encryption unit and example test for C3
|
2021-03-25 17:51:22 +08:00 |
|
Renz Bagaporo
|
32aa5f7e25
|
esp_system: add notes on timekeeping
|
2021-03-25 16:09:33 +08:00 |
|
Renz Bagaporo
|
44a8dc9342
|
ci: change assertions rtc clk compenstation test
|
2021-03-25 15:47:19 +08:00 |
|
Renz Bagaporo
|
50745fa61b
|
newlib: use system time in test
|
2021-03-25 15:47:19 +08:00 |
|
Renz Bagaporo
|
d7e9567c00
|
esp_system, esp_timer: fix time function description
|
2021-03-25 15:47:19 +08:00 |
|
Renz Bagaporo
|
131bbbd5c4
|
esp_system: test system time for rtc compensation
|
2021-03-25 15:47:19 +08:00 |
|
Renz Bagaporo
|
74de5a7c58
|
esp_timer: correct startup time
|
2021-03-25 15:38:27 +08:00 |
|
Renz Bagaporo
|
5a90113136
|
newlib: change microseconds offset type
|
2021-03-25 15:37:48 +08:00 |
|
Renz Bagaporo
|
cb5a8342d4
|
esp_system: revert reset of systimer clk at startup
|
2021-03-25 15:37:48 +08:00 |
|
Li Shuai
|
b3bc27972e
|
light sleep: add software workaround for esp32c3 gpio reset issue
|
2021-03-25 15:03:09 +08:00 |
|