Mahavir Jain
|
717b58eee1
|
Merge branch 'docs/remove_code_snippets' into 'master'
docs: Refactor ESP HTTP Client documentation
Closes DOC-2329
See merge request espressif/esp-idf!16392
|
2021-12-17 08:59:54 +00:00 |
|
Laukik Hase
|
9558177372
|
docs: Refactor ESP HTTP Client documentation
- Removed redundant code snippets
- Linked appropriate functions from the application example for each feature
- Spell and grammar check
|
2021-12-17 10:47:04 +05:30 |
|
Marius Vikhammer
|
5040803ff0
|
Merge branch 'feature/remove_deprecated_rom_headers' into 'master'
rom: remove deprecated headers from esp32 components
Closes IDF-2828
See merge request espressif/esp-idf!16372
|
2021-12-16 04:36:33 +00:00 |
|
Armando
|
4dc0d6b2fe
|
adc: support adc dma driver on all chips
|
2021-12-16 00:19:15 +00:00 |
|
morris
|
d87b6ec7e2
|
Merge branch 'feature/gc9a01_driver_pr' into 'master'
lcd: added gc9a01 driver (PR + Example)
Closes IDFGH-6232
See merge request espressif/esp-idf!15985
|
2021-12-14 05:26:05 +00:00 |
|
Marius Vikhammer
|
6fbef44ffc
|
rom: remove deprecated headers from esp32 components
These have been replaced by headers in the esp_rom component.
|
2021-12-14 09:48:11 +08:00 |
|
Mo Fei Fei
|
2934010950
|
Merge branch 'docs/sync_up_cn_trans_user_guides' into 'master'
docs: sync up cn trans for esp32-devkitc and esp32-s2-kaluga-1-kit user guides
Closes DOC-2403 and DOC-2388
See merge request espressif/esp-idf!16360
|
2021-12-13 06:36:33 +00:00 |
|
intern
|
59a721e8a5
|
docs: update cn trans for user guides
|
2021-12-10 19:21:25 +08:00 |
|
daiziyan
|
c82881eaee
|
docs: update CN translation for vfs and nvs_flash
|
2021-12-10 17:02:47 +08:00 |
|
Shang Zhou
|
6bf5d2b13e
|
Merge branch 'docs/update_pin_layout_figure_of_higher_resolution' into 'master'
docs: Update ESP32-DevKitC Pin Layout figure of higher resolution
Closes DOC-2351
See merge request espressif/esp-idf!16297
|
2021-12-10 03:00:41 +00:00 |
|
Roland Dobai
|
2764ee8caf
|
Merge branch 'feat/doc_copyright_checker_update' into 'master'
Docs: Update the copyright contribution guide with new options of the checker
See merge request espressif/esp-idf!16282
|
2021-12-09 19:50:42 +00:00 |
|
Shang Zhou
|
43ca01d99a
|
docs:update ESP32-DevKitC Pin Layout figure of higher resolution
|
2021-12-09 19:34:34 +08:00 |
|
Ondrej Kosta
|
c91aaf161e
|
Merge branch 'cleanup/netif_glue' into 'master'
netif_glue: Removed deprecated esp_eth_set_default_handlers and esp_eth_clear_default_handlers
Closes IDF-3736
See merge request espressif/esp-idf!15988
|
2021-12-09 08:31:10 +00:00 |
|
Roland Dobai
|
513a9b18a3
|
Docs: Update the copyright contribution guide with new options of the checker
Document additional options introduced by 228113a399 .
|
2021-12-08 12:17:24 +01:00 |
|
Ondrej Kosta
|
7e864d6856
|
netif_glue: Removed deprecated esp_eth_set_default_handlers and esp_eth_clear_default_handlers
|
2021-12-08 09:21:30 +01:00 |
|
Mahavir Jain
|
ba355f924e
|
Merge branch 'bugfix/secure_boot_v2_doc_correction' into 'master'
docs: fix salt length in secure-boot-v2 guide
See merge request espressif/esp-idf!16286
|
2021-12-08 03:25:10 +00:00 |
|
Kevin (Lao Kaiyao)
|
9bc274b47b
|
Merge branch 'refactor/i2s_deprecate_confusing_names' into 'master'
i2s: deprecate confusing names
Closes IDF-4368
See merge request espressif/esp-idf!16088
|
2021-12-07 11:52:44 +00:00 |
|
Dai Zi Yan
|
40191ec31e
|
Merge branch 'docs/update_CN_trans_esp-wifi_JTAG-debugging' into 'master'
docs: update CN translation for esp_wifi and jtag-dubugging/index
Closes DOC-1597
See merge request espressif/esp-idf!16144
|
2021-12-07 09:32:48 +00:00 |
|
David Čermák
|
eacaa9823d
|
Merge branch 'feature/remove_pppos' into 'master'
PPPoS/Examples: Remove internal component, examples and test
Closes IDF-4078
See merge request espressif/esp-idf!16251
|
2021-12-07 08:21:07 +00:00 |
|
Simon
|
6f9b89f619
|
Merge branch 'bugfix/usb_no_rom_log' into 'master'
USB_SERIAL_JTAG: Fix the issue that there is no rom/bootloader log when restarting
Closes IDF-4173
See merge request espressif/esp-idf!16057
|
2021-12-07 08:16:10 +00:00 |
|
daiziyan
|
c642661411
|
docs: update CN translation for esp_wifi and jtag-dubugging/index, and fix typos in esp_spi_slave_protocol
|
2021-12-07 15:36:50 +08:00 |
|
Mahavir Jain
|
1501a22e02
|
docs: fix salt length in secure-boot-v2 docs
|
2021-12-07 09:49:28 +05:30 |
|
David Cermak
|
15fec25dff
|
Docs: Reference esp_modem in libs/framweorks and migration guide
|
2021-12-06 12:42:10 +01:00 |
|
Ondrej Kosta
|
914eafe2db
|
Merge branch 'feature/ksz80xx_support_extension' into 'master'
esp_eth: rework KSZ80xx implementation and add more KSZ80xx PHYs
Closes IDFGH-6203 and IDF-3522
See merge request espressif/esp-idf!16024
|
2021-12-06 08:54:33 +00:00 |
|
Krzysztof Budzynski
|
75d9df0285
|
Merge branch 'bugfix/html_redirect' into 'master'
docs: fix html redirects not working
See merge request espressif/esp-idf!15928
|
2021-12-06 03:57:33 +00:00 |
|
Ondrej Kosta
|
970986e5b6
|
Added KSZ8041/81 and LAN8720 Driver IDF v5.0 migration description
LAN8720 function call clean up
|
2021-12-03 14:28:52 +01:00 |
|
Ivan Grokhotkov
|
98ad01e5fc
|
Merge branch 'contrib/github_pr_7978' into 'master'
docs: fix minor typo (Github PR)
Closes IDFGH-6316
See merge request espressif/esp-idf!16233
|
2021-12-02 13:29:48 +00:00 |
|
daiziyan
|
c34ccb1bdf
|
docs: update CN translation for fatfs.rst
|
2021-12-02 11:47:06 +08:00 |
|
morris
|
c043c43247
|
lcd: gc9a01 meter example
We take the GC9A01 as an example to illustrate how to implement user's
own panel driver in their project folder, without making the esp-idf
dirty.
|
2021-12-01 22:22:19 +08:00 |
|
Roland Dobai
|
f4d1bb017a
|
Merge branch 'feature/add-wl-support-fatfs' into 'master'
Add wear levelling support for fatfs partition generator
Closes IDF-4043 and IDF-2053
See merge request espressif/esp-idf!15798
|
2021-12-01 14:21:39 +00:00 |
|
Tomas Rezucha
|
ebaca79557
|
other: Move cbor, jsmn and libsodium to idf-component-manager
Marginal components are being carved out from esp-idf and moved to
https://github.com/espressif/idf-extra-components.
They are distributed via idf-component-manager, see
https://components.espressif.com.
|
2021-11-30 21:44:48 +01:00 |
|
Mahavir Jain
|
42cce06704
|
Merge branch 'contrib/github_pr_7796' into 'master'
docs: Spelling error
See merge request espressif/esp-idf!16140
|
2021-11-30 12:42:30 +00:00 |
|
Wang Fang
|
7b5232f687
|
Merge branch 'docs/add_an_example_list_for_esp32-wrover-kit' into 'master'
docs: add an example list for esp-wrover-kit
Closes DOC-2264
See merge request espressif/esp-idf!16141
|
2021-11-30 11:44:24 +00:00 |
|
Wang Fang
|
a27dfe3874
|
docs: add an example list for esp-wrover-kit
|
2021-11-30 18:49:09 +08:00 |
|
Andrzej Bednarski
|
255342e651
|
Minor: typo
Minor typo: missing parenthesis
|
2021-11-29 17:34:54 +01:00 |
|
Martin Gano
|
7460deeae8
|
support for wear levelling in fatfs partition generator
Closes https://github.com/espressif/esp-idf/issues/5785
|
2021-11-29 16:57:47 +01:00 |
|
Cao Sen Miao
|
17ea9d7faf
|
USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting
|
2021-11-29 20:26:09 +08:00 |
|
Simon
|
e9f3f56ba1
|
Merge branch 'refactor/delete_clk_header' into 'master'
cleanups: Delete some deprecated headers to make idf cleaner(clk.h esp_cache_err.h)
Closes IDF-4294
See merge request espressif/esp-idf!16012
|
2021-11-29 07:31:55 +00:00 |
|
Cao Sen Miao
|
7f0a746e6a
|
move brownout trax cache_int_err to private folder
|
2021-11-26 18:27:53 +08:00 |
|
Roland Dobai
|
a8c95dcd00
|
Merge branch 'feat/rm_c_kconfig' into 'master'
tools: Delete the old kconfig tools
Closes IDF-1111
See merge request espressif/esp-idf!16079
|
2021-11-26 09:51:18 +00:00 |
|
Cao Sen Miao
|
5c5dd6d81f
|
esp_clk: Add migration guide for this breaking change
|
2021-11-26 14:56:30 +08:00 |
|
Laukik Hase
|
1df7f340be
|
docs: Fix spell and grammatical errors
- PCNT
- ESP-TLS
- ESP WebSocket Client
|
2021-11-26 10:48:56 +05:30 |
|
Ondrej Kosta
|
a789cf705f
|
Merge branch 'feature/eth_raw_frame_intf' into 'master'
Feature/eth raw frame intf
Closes IDF-4102
See merge request espressif/esp-idf!13873
|
2021-11-25 07:21:19 +00:00 |
|
Shu Chen
|
87d19d7ef9
|
Merge branch 'feature/Add_zigbee_light_example' into 'master'
zigbee: add light example
See merge request espressif/esp-idf!15458
|
2021-11-25 02:14:53 +00:00 |
|
Roland Dobai
|
f64b3902cf
|
tools: Delete the old kconfig tools
The old kconfig tool is not used anymore. It was replaced with the
kconfiglib Python package.
|
2021-11-24 13:07:56 +01:00 |
|
radim.karnis
|
5d55d34481
|
docs: Update references to esptool docs
|
2021-11-24 10:28:39 +01:00 |
|
laokaiyao
|
fa4e77eb44
|
i2s: deprecate confusing names
|
2021-11-24 13:21:13 +08:00 |
|
Sudeep Mohanty
|
a5bd8f4a65
|
Merge branch 'doc/s3-prog-guide-system-chip-independent' into 'master'
docs: update programming guide for esp32s3 chip independent system chapters
Closes IDF-3308
See merge request espressif/esp-idf!15992
|
2021-11-24 04:29:21 +00:00 |
|
Ondrej Kosta
|
3a7a67f174
|
netif: added ESP-NETIF L2 TAP interface
|
2021-11-23 11:17:22 +01:00 |
|
Simon
|
fc14d3f9aa
|
Merge branch 'doc/update_usj_docs' into 'master'
docs: update usb_serial_jtag documents
Closes IDF-3202 and DOC-2301
See merge request espressif/esp-idf!15922
|
2021-11-23 07:41:53 +00:00 |
|