laokaiyao
6b631b68d1
sdm: correct concept duty to density
2023-01-06 17:01:48 +08:00
Jack
f4953c453a
doc: add esp now changes to migration guides
2022-12-22 11:20:01 +08:00
Mo Fei Fei
689c2f46e2
Docs: update CN trans for sleep_modes.rst, misc_system_api.rst, migration_guides/peripherals.rst
2022-12-20 10:35:49 +08:00
lly
5fcf0b9aaa
doc: Update the bluetooth low energy part in migration-guides
2022-11-10 06:44:51 +00:00
laokaiyao
8677216576
esp32h2: renaming esp32h2 to esp32h4
2022-11-08 17:05:33 +08:00
Shang Zhou
ee4ee9b978
docs: update CN translation for system.rst
2022-11-04 16:32:28 +08:00
Michael (XIAO Xufeng)
c546de8d82
Merge branch 'feature/apply_new_version_logic' into 'master'
...
all: Apply new version logic (major * 100 + minor)
Closes IDF-4932 and IDF-4939
See merge request espressif/esp-idf!18787
2022-11-04 16:01:32 +08:00
Ivan Grokhotkov
b14116ff95
Merge branch 'feature/partition_api_new_component_2' into 'master'
...
Storage: Partition APIs moved to the new component 'esp_partition'
Closes IDF-1234
See merge request espressif/esp-idf!20747
2022-11-04 14:59:08 +08:00
KonstantinKondrashov
1f9260d790
all: Apply new version logic (major * 100 + minor)
2022-11-03 08:36:23 +00:00
laokaiyao
2cccf3a804
dac: update API and file format aligning to the rule
2022-11-03 13:04:50 +08:00
Martin Vychodil
c9c7573f71
Storage: Partition APIs moved to the new component 'esp_partition'
...
All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details
2022-11-02 21:54:45 +01:00
Tomas Rezucha
94a00bda0f
tinyusb: Use TinyUSB from component registry
2022-11-02 08:24:43 +01:00
daiziyan
90de9d4036
update provisioning and removed-components for migration-guides
2022-10-31 15:16:33 +08:00
laokaiyao
8ef9fd4623
dac: optimize the dma stratege
2022-10-25 17:14:59 +08:00
laokaiyao
f9f9a09dfb
dac: update unit-test docs and examples for driver-NG
2022-10-25 17:00:41 +08:00
Wang Ning
b757eb6ce4
Docs: Update folder structure for 5.1 migration
2022-10-25 15:16:27 +08:00
morris
4176cb68de
twai: remove deprecated code and add hint
...
name "CAN" has been deprecated for a long time, this commit just remove
it from the code base.
Please use "TWAI" driver instead.
2022-10-22 18:20:07 +08:00
David Cermak
ff844eb928
docs: Fix esp-netif migration guide removing compat mode
2022-10-11 05:56:51 +00:00
Ivan Grokhotkov
8048d596a2
docs: remove duplicate "the" articles
2022-10-05 11:58:23 +02:00
Aditya Patwardhan
1d8e7fe2d7
wifi_prov: Update behaviour for wifi_prov_mgr_start_provisioning to avoid breaking the usage for sec1
2022-09-30 16:53:06 +05:30
Michael (XIAO Xufeng)
02a9de904a
essl: move from esp-idf component to extra component
2022-09-26 12:26:55 +08:00
Martin Vychodil
7d28abae4e
Merge branch 'feature/sdcard_custom_freq' into 'master'
...
[Storage] Enable SD card custom frequency setup
Closes IDFGH-7089
See merge request espressif/esp-idf!19038
2022-09-23 17:45:30 +08:00
Shang Zhou
1b3e440f7c
docs: update CN translation for Storage
2022-09-23 15:37:45 +08:00
Shang Zhou
723f74a8d1
docs: provide translation for protocols in migration guides
2022-09-22 11:08:12 +08:00
Linda
31aa922d67
docs: provide CN translation for peripherals in migration guides
2022-09-16 10:51:01 +08:00
Omar Chebib
6798bfc4b0
TWDT: the Kconfig option ESP_TASK_WDT_EN is now used to enable Task Watchdog
2022-09-15 14:37:59 +08:00
Omar Chebib
53c7dd4efc
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-09-15 14:37:59 +08:00
Mo Fei Fei
7edf5090ab
Docs: Update cn trans for migration-guides/system.rst and api-reference/system/ulp-risc-v.rst
2022-09-14 21:33:50 +08:00
Martin Vychodil
56f2001317
sdmmc/sdspi: allow custom setup of SD card frequency
...
In order to allow flexible setup of SD card frequency, sdmmc_host_t.max_freq_khz is used as a limit
Closes https://github.com/espressif/arduino-esp32/issues/6225
2022-09-12 17:08:36 +02:00
wangziyan
eda74cf4c1
docs: translate networking.rst and storage.rst
2022-09-09 10:49:56 +08:00
morris
1bfd1c6a0a
Merge branch 'bugfix/spi_ethernet_init_doc' into 'master'
...
docs: Added migration notes for SPI-Ethernet Modules Initialization
See merge request espressif/esp-idf!20014
2022-09-08 11:59:10 +08:00
Song Ruo Jing
264137dc84
gpio: Add migration guide notes for the gpio interrupt breaking change ( 61282cc5dd
)
2022-09-07 21:38:21 +08:00
Ondrej Kosta
4713cf3c99
Added migration notes for SPI-Ethernet Modules Initialization
2022-09-07 15:17:26 +02:00
Mahavir Jain
ec5df3efe2
Merge branch 'feature/wifi_prov_mgr_is_provisioned_api_change' into 'master'
...
wifi_provisioning: decouple `wifi_prov_mgr_is_provisioned` from manager state
Closes IDF-5878
See merge request espressif/esp-idf!19911
2022-09-05 12:11:51 +08:00
Zhang Xiao Yan
6ba4da8b6b
Docs/add warning if data structure not change
2022-09-02 17:45:07 +08:00
Mahavir Jain
2137cf5e8e
docs: add migration guide entry about provisioning API change
2022-09-01 18:43:21 +05:30
daiziyan
27ea222bb5
docs: added CN translation for bluetooth-low-enery and bluetooth-classic
2022-08-29 12:06:31 +08:00
aleks
56bab744b3
modbus: update protocol migration guide
2022-08-19 10:28:09 +02:00
Mahavir Jain
a2f028abe7
Merge branch 'feature/app_metadata_to_esp_system' into 'master'
...
app_update: Moved app metadata to new component `esp_app_format`
Closes IDF-4808
See merge request espressif/esp-idf!18862
2022-08-18 21:51:32 +08:00
Vilem Zavodny
a00e8771a7
tjpgd: Remove ROM patches and tests.
2022-08-17 14:42:45 +02:00
Mahavir Jain
4b4109905c
Merge branch 'bugfix/copyright_and_removed_component_update' into 'master'
...
docs: update copyright page for removed (migrated) components
See merge request espressif/esp-idf!19585
2022-08-17 18:21:28 +08:00
morris
104b9c3fb1
Merge branch 'feature/introduce_lcd_color_space_enum' into 'master'
...
lcd: deprecate esp_lcd_color_space_t
See merge request espressif/esp-idf!19576
2022-08-17 14:19:12 +08:00
Laukik Hase
ae932c8c4e
docs: Added migration guide for `app_update`
...
- Deprecated functions and alternatives
2022-08-17 10:59:31 +05:30
Mahavir Jain
af1eca80d5
docs: update copyright page for removed (migrated) components
2022-08-16 15:53:08 +05:30
Mahavir Jain
6c2c05e8a0
Merge branch 'feature/esp_cryptoauthlib_from_manager' into 'master'
...
Push out esp-cryptoauthlib to component manager
See merge request espressif/esp-idf!19208
2022-08-16 17:01:53 +08:00
morris
bc372f8f55
rgb_lcd: deprecate esp_lcd_color_space_t
2022-08-16 14:35:08 +08:00
morris
814351acdf
Merge branch 'bugfix/set_driver_default_int_priority' into 'master'
...
MCPWM: driver-ng follow-up updates
Closes IDFGH-8010 and IDFGH-8013
See merge request espressif/esp-idf!19432
2022-08-15 16:48:32 +08:00
Mo Fei Fei
488ad6ff2a
Docs: Add CN translation for gcc.rst and provisioning.rst
2022-08-15 15:09:27 +08:00
morris
1d4c08cef4
mcpwm: added enable/disable functions
...
Closes https://github.com/espressif/esp-idf/pull/9523
2022-08-15 14:46:56 +08:00
Mahavir Jain
ccbdadbcd1
Add entry for cryptoauthlib component manager migration
2022-08-12 11:25:33 +05:30