Angus Gratton
f99c367e5d
idf_tools: Add option to replace all GitHub tools download URLs with dl.espressif.com
...
Via new IDF_GITHUB_ASSETS environment variable.
2021-05-31 11:06:19 +10:00
daiziyan
9fe035e4f5
docs:update CN translation for build-system,ulp,unit-tests,and idf-monitor for v4.1
2021-04-27 09:39:01 +00:00
Marius Vikhammer
7e839a82de
docs: fix doxygen compile warnings for doxygen 1.9.1
...
Newer versions of doxygen will give warnings for comments in
INPUT lists
Delete all comment lines to fix these warnings, our folder structure
stil gives an OK overview of what we are including
2021-04-12 08:44:06 +08:00
dongyou
87968f8406
esp_wifi: Add documentation to avoid using WiFi modem sleep for WiFi/BT coexistence
...
Remove description of unusable API esp_wifi_restart()
Update esp_now_fetch_peer discription
Update description for ssid and password
2021-03-17 15:27:25 +08:00
Darian Leung
fb2d6a44eb
CAN: ISR runs when cache is disabled
...
This commit adds the feature where the CAN ISR will continue to
run even if the cache is disabled. Whilst cache is disabled, any
received messages will go into the RX queue, and any pending TX
messages in the TX queue will be transmitted. This feature should
be enabled using the CONFIG_CAN_ISR_IN_IRAM option.
2021-03-09 08:47:58 +08:00
Krzysztof Budzynski
da1ed49a65
Merge branch 'docs/fix_broken_example_links_for_releasev4.1' into 'release/v4.1'
...
docs: fix broken example links for release v4.1
See merge request espressif/esp-idf!12503
2021-03-08 08:22:04 +00:00
Wang Fang
90118531a7
docs: fix broken example links for release v4.1
2021-02-25 13:41:04 +08:00
Marius Vikhammer
10311644e4
docs: remove RTD download PDF links
...
PDF download is available from the version selector menu.
Read the docs links are out of date.
2021-02-23 11:46:06 +08:00
Roland Dobai
52ecfeb337
tools: Prefer python3 during install and export
...
Install and export script should work on systems without "python"
executable.
Closes https://github.com/espressif/esp-idf/pull/6471
Closes https://github.com/espressif/esp-idf/issues/6532
Related to https://github.com/espressif/esp-idf/issues/6421 and
https://github.com/espressif/arduino-esp32/issues/4717
2021-02-14 19:46:28 +01:00
Angus Gratton
5b3734a04a
efuse: Add ESP32 V3 'disable Download Mode' functionality
2020-12-16 17:08:04 +11:00
Krzysztof Budzynski
3217cd4734
Merge branch 'doc/update_CN_translation_for_relase/v4.1' into 'release/v4.1'
...
update get-started/index.rst for release/v4.1
See merge request espressif/esp-idf!11513
2020-12-11 11:38:41 +08:00
Dai Zi Yan
37d8033906
update get-started/index.rst for release/v4.1
2020-12-11 11:38:37 +08:00
daiziyan
026accbb91
add CN translation for adding python2 deprecation warning(MR 11115)
2020-12-09 14:41:33 +01:00
martin.gano
f75acede24
Tools: add Python 2 deprecation warning
2020-12-09 14:41:33 +01:00
Wang Fang
753eaa03a6
docs: fix a broken link for v4.1
2020-11-23 15:46:01 +08:00
Angus Gratton
65f1be59ad
Merge branch 'bugfix/idf_py_disable_cmake_warnings_default_v4.1' into 'release/v4.1'
...
idf.py: disable cmake uninitialized variable warnings by default (v4.1)
See merge request espressif/esp-idf!10202
2020-10-19 06:34:15 +08:00
Krzysztof
3bca931923
docs: Add profile file name used by zsh shell
2020-10-09 19:16:59 +02:00
Victor Lamoine
ccfe70872e
Fix ccache documentation: environment variable is IDF_CCACHE_ENABLE
...
Merges https://github.com/espressif/esp-idf/pull/5753
2020-10-05 05:35:02 +00:00
Angus Gratton
aecb2bd8ee
idf.py: Disable CMake --warn-uninitialized option by default
...
Can still be enabled by passing --cmake-warn-uninitialized on the command line
Prevents CMake warnings printed by default if IDF_PATH is underneath the CMake
project directory.
The reason for this is that CMake --warn-uninitialized only enables checks
inside the project directory (ie top-level CMakeLists.txt directory and
subdirectories), it doesn't enable for files included from other directories.
(The only way to enable warnings in other directories is to pass
--check-system-dirs and this looks like it's only useful for CMake's own
developers as it prints a lot of warnings from inside CMake otherwise - see
https://gitlab.kitware.com/cmake/cmake/-/issues/19645 )
Plan to follow up with a later commit to clean up most of the warnings (which
aren't problems for CMake execution), but we'll also disable this option by
default to avoid this unexpected triggering of IDF warnings.
2020-10-05 05:35:02 +00:00
martin.gano
c44bc3752f
docs: add description of python-clean command
2020-09-27 00:03:56 +02:00
Krzysztof Budzynski
5a0ee17ae2
Merge branch 'bugfix/remove_shortcut_to_build_instructions_v4.1' into 'release/v4.1'
...
doc: Getting Started Guide, remove shortcuts to 'build toolchain from scratch' instructions (v4.1)
See merge request espressif/esp-idf!10607
2020-09-25 21:04:49 +08:00
Krzysztof
83482b8912
doc: Getting Started Guide, remove shortcuts to 'build toolchain from scratch' instructions
2020-09-25 16:05:49 +08:00
Angus Gratton
dab3d1750e
docs: Update Versions file in line with the latest Support Policy document
2020-09-25 10:12:56 +10:00
Angus Gratton
5f5a398662
Merge branch 'backport/shared_stack_4.1' into 'release/v4.1'
...
Backport/shared stack 4.1
See merge request espressif/esp-idf!10302
2020-09-18 05:15:30 +08:00
Anton Maklakov
e1ad627a0f
docs: Fixup format of a command line to build unit tests
2020-09-15 16:21:44 +10:00
Felipe Neves
10c498ae7d
expression_with_stack: added a tweak on TCB stackpointers to avoid false trigger of stack overflow
2020-09-10 10:00:32 -03:00
Roland Dobai
7da1603a1c
Fix the setup instructions in the main README
2020-09-08 10:15:15 +02:00
Felipe Neves
124ec431e6
test/shared_stack_printf: improved printf with shared stack function test
2020-09-04 16:03:51 -03:00
Krzysztof Budzynski
c47cbe8139
Merge branch 'docs/doc138_backport_v4.1' into 'release/v4.1'
...
Fix incorrect redirect link in getting started guide (backport v4.1)
See merge request espressif/esp-idf!9719
2020-08-22 00:38:37 +08:00
Krzysztof Budzynski
d2fd9c10b3
Merge branch 'doc/freertos_backport_v4.1' into 'release/v4.1'
...
add a note about ESP-IDF FreeRTOS version (backport v4.1)
See merge request espressif/esp-idf!9811
2020-08-22 00:18:25 +08:00
He Yin Ling
a3f71eeeb4
Merge branch 'test/merge_ble_mesh_node_and_provioner_in_console_v4.1' into 'release/v4.1'
...
Test:merge ble mesh node and provioner in console (backport v4.1)
See merge request espressif/esp-idf!9912
2020-08-21 20:00:34 +08:00
Lu Chang Jie
3512a775bc
Test:merge ble mesh node and provioner in console
2020-08-21 20:00:32 +08:00
Michael (XIAO Xufeng)
869742de00
Merge branch 'bugfix/freemodbus_fix_long_frame_buffer_failure_backport4_1' into 'release/v4.1'
...
freemodbus: freemodbus fix long frame buffer failure (backport v4.1)
See merge request espressif/esp-idf!8197
2020-08-21 18:59:45 +08:00
yiying
ba01132b41
add a note about ESP-IDF FreeRTOS version
2020-07-27 19:05:59 +08:00
yiying
ca38f1eb0a
docs: change redirection link in get-started
...
This link is supposed to go to Step 3, but it goes to Step 2.
2020-07-22 17:44:06 +08:00
Angus Gratton
f5a7c9635f
Merge branch 'feature/msys2_env_update_v4.1' into 'release/v4.1'
...
windows: Update MSYS2 pre-compiled legacy build environment (v4.1)
See merge request espressif/esp-idf!9143
2020-07-08 17:34:33 +08:00
Nachiket Kukade
aceb46efc2
esp_wifi: Update wifi lib
...
1. Avoid parsing RSN/WPA IE's after connection
2. Remove AUTH_CHANGED reason code logic
2020-07-01 11:49:02 +00:00
morris
4daa605bd3
gh_action: fix python lint
2020-06-24 13:17:29 +08:00
Angus Gratton
194a3b09dc
windows: Update MSYS2 pre-compiled legacy build environment
...
* Bundled with esp2020r2 toolchain
* Built with Python 3 & latest MSYS2 packages
2020-06-12 10:22:10 +10:00
kapil.gupta
46486a863c
esp_wifi: Remove auth_changed event and fix wpa2-ent authmode threshold
...
Added following as part of this change
1. Removed auth_changed event
2. Updated doc regarding usage of WPA/WEP secuiry modes
3. Fixed WPA2 enterprise authmode threshold.
2020-06-11 13:40:58 +05:30
aleks
4be2170250
freemodbus: add comments for limitation in current version of freemodbus
2020-06-04 09:46:04 +02:00
Marius Vikhammer
7d3d56ff9a
doc: add peripheral_types.h as API reference for peripheral docs
...
Closes DOC-136
Closes IDF-1673
2020-05-27 12:38:38 +08:00
Island
3cfd7eebd1
Merge branch 'example/ble_mesh_structural_adjust_v4.1' into 'release/v4.1'
...
Example/ble mesh structural adjust (v4.1)
See merge request espressif/esp-idf!8856
2020-05-22 19:15:57 +08:00
lly
b4588f7d92
ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_*
2020-05-22 05:43:57 +00:00
Angus Gratton
4a42368603
doc: Fix broken Release page links when building a stable version
2020-05-20 11:30:17 +10:00
Island
fefa9b7fe9
Merge branch 'doc/ble_mesh_fixes_v4.1' into 'release/v4.1'
...
doc: Fix some ble mesh description (v4.1)
See merge request espressif/esp-idf!8502
2020-05-06 11:13:16 +08:00
Ivan Grokhotkov
f9bfc83295
docs: remove suggestion about running export.sh from .profile script
...
This was quite obviously a bad suggestion, and it seems that some
users have actually read the docs attentively enough to have followed
it. Replace be recommendation to create an alias.
Closes https://github.com/espressif/esp-idf/issues/3889
2020-05-05 21:34:00 +02:00
lly
c28828d255
doc: Fix some ble mesh description
2020-04-30 11:43:26 +00:00
Angus Gratton
2fb9cad1b4
doc: Add warnings about using JTAG debugging with hardware security features
...
This is related to the following issues but is not a fix, just documentation of a workaround until we can
improve the support:
https://github.com/espressif/esp-idf/issues/4878
https://github.com/espressif/esp-idf/issues/4734
2020-04-27 16:40:06 +10:00
Angus Gratton
7c34711c07
docs: secure boot v2: Add a note about maximum bootloader size
2020-03-31 17:31:58 +11:00