Angus Gratton
|
fb748bae7f
|
fatfs: Remove esp_vfs_fat_unregister()
Deprecated in ESP-IDF V2.0
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
ba54a552c1
|
esp_wifi: Remove WIFI_PS_MODEM constant
Deprecated in ESP-IDF V3.1
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
d63181b5e9
|
esp_wifi: Remove deprecated auto connect API
Deprecated in ESP-IDF V3.1
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
2e067f5b57
|
ringbuf: Remove deprecated RingbufferType_t
Deprecated in ESP-IDF V3.1
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
dc7d6d592e
|
wdt: Remove deprecated esp_task_wdt_feed() function
Deprecated in ESP-IDF V3.1
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
480bd0360f
|
esp32/esp_common: Remove deprecated esp_efuse_read_mac() function
Deprecated since ESP-IDF V2.0
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
bdeaf138c4
|
esp32/esp_common: Remove deprecated system_* APIs
Mostly deprecated before ESP-IDF V1.0 & V2.0
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
a9a29b1f1e
|
esp_adc_cal: Remove deprecated ADC calibration functions
Deprecated since ESP-IDF V3.1
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
fbc1d1c319
|
esp32: Remove deprecated system_deep_sleep function
Deprecated since ESP-IDF V3.0
|
2019-09-13 09:44:07 +10:00 |
|
Ivan Grokhotkov
|
88548a9b4d
|
esp32/test: fix usage of deprecated fields
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
11c1da5276
|
soc/pm: Remove deprecated use of rtc_cpu_freq_t enum
Removes deprecated ways of setting/getting CPU freq, light sleep freqs.
Deprecated since ESP-IDF V3.2
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
f406d020d8
|
driver: Remove features deprecated pre-IDF V4.0
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
f44d99b509
|
app_update: Remove deprecated "make erase_ota" target
Deprecated in v3.2
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
62c06047da
|
bootloader_support: Remove deprecated partition load/verify functions
Deprecated since v3.2
|
2019-09-13 09:44:07 +10:00 |
|
Angus Gratton
|
596ccc6793
|
bluetooth: Remove bt.h header (deprecated in v3.1-dev)
|
2019-09-13 09:44:07 +10:00 |
|
Jiang Jiang Jian
|
15356857b5
|
Merge branch 'bugfix/transport' into 'master'
fix(transport): Fix a bug of the connection whether be active or not.
See merge request espressif/esp-idf!5604
|
2019-09-12 13:55:48 +08:00 |
|
Liu Han
|
3ca07b3e70
|
fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value.
|
2019-09-12 13:55:47 +08:00 |
|
Jiang Jiang Jian
|
7cdc7e193d
|
Merge branch 'docs/wifi_update_concurrent_mode_info' into 'master'
docs: wifi: wifi_guide update for disconnection warning in case of invalid...
See merge request espressif/esp-idf!5861
|
2019-09-12 13:45:45 +08:00 |
|
Hrudaynath Dhabe
|
d740769916
|
docs: wifi: wifi_guide update for disconnection warning in case of invalid initiation in WIFI_MODE_APSTA .
Added warning to expect momentary disconnection of exSTA if channel of exAP is different than that of softAP and a prescribed solution.
|
2019-09-12 13:45:44 +08:00 |
|
Jiang Jiang Jian
|
850893b25b
|
Merge branch 'bugfix/uart_select_free' into 'master'
VFS: Fix memory access after free() in UART select()
Closes IDFGH-1820
See merge request espressif/esp-idf!6045
|
2019-09-12 13:38:43 +08:00 |
|
Jiang Jiang Jian
|
9f145ff165
|
Merge branch 'feature/btdm_add_hf_nvrc_command' into 'master'
BT HFP: Add AT+NREC=0 command for disabling AG echo cancellation.
See merge request espressif/esp-idf!5974
|
2019-09-12 13:25:18 +08:00 |
|
Jiang Jiang Jian
|
d1e5d9c8c9
|
Merge branch 'bugfix/btdm_config_msbc' into 'master'
components/bt: Disable Wide Bond Speech when SCO data path is PCM
See merge request espressif/esp-idf!5978
|
2019-09-12 13:23:41 +08:00 |
|
Angus Gratton
|
15e0ee528e
|
Merge branch 'bugfix/cmake_sdkconfig_path' into 'master'
fix bug for cmake build system
See merge request espressif/esp-idf!6052
|
2019-09-11 11:39:49 +08:00 |
|
jiangguangming
|
1b31191753
|
fix bug for cmake build system
The path of ${SDKCONFIG_H} does not exist, should be replaced by ${sdkconfig_header}.
|
2019-09-11 11:00:19 +08:00 |
|
Angus Gratton
|
2402d0952d
|
Merge branch 'bugfix/flash_encryption_disable_plaintext' into 'master'
flash encryption: Always disable plaintext reflashes in Release mode
See merge request espressif/esp-idf!6051
|
2019-09-11 07:59:33 +08:00 |
|
Jiang Jiang Jian
|
3b606aa21f
|
Merge branch 'bugfix/wpa2_ent_eap_reauth_fail' into 'master'
wpa_supplicant: Fix EAP Re-authentication issue
See merge request espressif/esp-idf!5588
|
2019-09-10 20:14:22 +08:00 |
|
Angus Gratton
|
49ca39d35c
|
Merge branch 'bugfix/multi_heap_printf' into 'master'
heap: Fix printf usage in heap poisoning
See merge request espressif/esp-idf!6046
|
2019-09-10 13:26:27 +08:00 |
|
Angus Gratton
|
88c0e012df
|
Merge branch 'doc/build_system_requirements' into 'master'
docs: Explain build system REQUIRES & PRIV_REQUIRES in more detail
See merge request espressif/esp-idf!5965
|
2019-09-10 13:10:03 +08:00 |
|
Roland Dobai
|
7cc225c85b
|
VFS: Fix memory access after free() in UART select()
Closes https://github.com/espressif/esp-idf/issues/4030
|
2019-09-10 04:59:03 +00:00 |
|
Jiang Jiang Jian
|
b6455e1153
|
Merge branch 'bugfix/ble_mesh_related_bugfixes' into 'master'
Bugfix/ble mesh related bugfixes
See merge request espressif/esp-idf!5975
|
2019-09-10 09:46:26 +08:00 |
|
Angus Gratton
|
c052a38e2a
|
bootloader: Link RTC clock functions to the iram_loader section
As flash encryption & secure boot needs these functions after the app is loaded.
Fixes regression introduced in fb72a6f629
|
2019-09-10 11:28:17 +10:00 |
|
Angus Gratton
|
5c5770dddb
|
docs: Small cleanup of flash encryption docs
|
2019-09-10 11:28:11 +10:00 |
|
Angus Gratton
|
b547aef2a0
|
flash encryption: Ensure flash encryption can't be disabled if Secure Boot is on
|
2019-09-10 11:28:11 +10:00 |
|
Angus Gratton
|
b0710f9d0b
|
docs: Explain build system REQUIRES & PRIV_REQUIRES in more detail
Including an example.
|
2019-09-10 09:48:46 +10:00 |
|
Darian Leung
|
e52c0d0da2
|
heap: Fix printf usage in heap poisoning
This commit fixes the bug where printf() is used in
verify_allocated_region() when ets_printf() should be used.
|
2019-09-09 21:56:39 +08:00 |
|
Krzysztof Budzynski
|
56231a998b
|
Merge branch 'doc/review_api-ref_periph-sdspi_host' into 'master'
Review the file api-reference/peripherals/sdspi_host.rst
See merge request espressif/esp-idf!5732
|
2019-09-09 19:59:56 +08:00 |
|
Kirill Chalov
|
95552d4d13
|
Review the file api-reference/peripherals/sdspi_host.rst
|
2019-09-09 19:14:39 +08:00 |
|
lly
|
1a8f37b383
|
ble_mesh: update ble mesh examples sdkconfig.defaults
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
d48c89b56a
|
ble_mesh: fix ble mesh btc may caused memory leak
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8a41132507
|
ble_mesh: fix publication period timestamp initialization
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
715cf7d578
|
ble_mesh: remove useless mesh_opcode
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8580a3211b
|
ble_mesh: fix bt_mesh_net_resend() caused compiling error
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8a7ab6cb3d
|
ble_mesh: fix adhering to the configured Friend Queue size
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
29de1a9acf
|
ble_mesh: remove useless code bt_mesh_trans_resend()
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
386a5d649c
|
ble_mesh: lpn remove msg from cache on rejection
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9a672caa7e
|
ble_mesh: introduce a helper for send callback function
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
05128c98ec
|
ble_mesh: fix heartbeat sending on friendship established/lost
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9f80c24b74
|
ble_mesh: fix checking for active heartbeat publication
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
b9c43cec19
|
ble_mesh: fix starting iv update when not on primary subnet
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
3f6968e31b
|
ble_mesh: fix canceling publication retransmit timer
|
2019-09-09 17:15:16 +08:00 |
|