wanglei
|
8bea8dacbc
|
esp32s2beta: fix some macro and add flash wrap size condition
|
2019-11-15 15:59:07 +00:00 |
|
Jiang Jiang Jian
|
70df578752
|
Merge branch 'bugfix/wifi_scan_example_redo' into 'master'
wifi: minor changes in scan example
See merge request espressif/esp-idf!6591
|
2019-11-15 23:56:17 +08:00 |
|
Hrudaynath Dhabe
|
504172e851
|
wifi: minor changes in scan example
|
2019-11-15 23:56:16 +08:00 |
|
Jiang Jiang Jian
|
9399dc4fd8
|
Merge branch 'bugfix/btdm_fix_the_ble_throuthput_server_crash_bug_gyc' into 'master'
example/ble_throughput fix the throughput server crash bug when running with throughput client
Closes BT-421
See merge request espressif/esp-idf!6649
|
2019-11-15 23:55:10 +08:00 |
|
Geng Yu Chao
|
4cd56b19d7
|
example/ble_throughput fix the throughput server crash bug when running with throughput client
|
2019-11-15 23:55:09 +08:00 |
|
Jiang Jiang Jian
|
a9c162664c
|
Merge branch 'feature/get_remote_name' into 'master'
Feature/ Read Remote Device's Name
See merge request espressif/esp-idf!6562
|
2019-11-15 23:47:02 +08:00 |
|
Roland Dobai
|
84d5cc1c17
|
Generate source files for kconfiglib from the build system
|
2019-11-15 15:25:09 +00:00 |
|
Ivan Grokhotkov
|
28b7f11f93
|
fatfs: fix unit tests not included in the build
Regression from 9baa7826 .
|
2019-11-15 15:04:57 +01:00 |
|
Mahavir Jain
|
f53f450380
|
nvs_flash: build nvs_encr.cpp only if relevant config option is enabled
|
2019-11-15 15:58:31 +05:30 |
|
Mahavir Jain
|
ecf09382da
|
uart: critical section compliant API in ISR context
|
2019-11-15 15:58:31 +05:30 |
|
Mahavir Jain
|
d0a37704a3
|
esp_timer: use freertos critical section compliant APIs
Some modules use esp_timer from interrupt context and hence
with vanilla FreeRTOS it should use correct critical section
API
|
2019-11-15 15:57:55 +05:30 |
|
Shubham Kulkarni
|
c741dd0535
|
Fixed warnings for components driver, esp32 and mbedtls
|
2019-11-15 08:51:16 +00:00 |
|
Ivan Grokhotkov
|
c8a37c296a
|
ci: don't fetch all submodules in unit_test and example_test
|
2019-11-15 07:59:44 +00:00 |
|
Ivan Grokhotkov
|
59d818c387
|
Merge branch 'bugfix/mdns_task_include' into 'master'
mdns: add missing include of esp_task.h
See merge request espressif/esp-idf!6706
|
2019-11-15 15:50:31 +08:00 |
|
Mahavir Jain
|
7c1fceb810
|
Merge branch 'docs/fix_esp_local_control_formatting' into 'master'
docs/en: fix formatting for esp_local_control component
See merge request espressif/esp-idf!6678
|
2019-11-15 13:41:26 +08:00 |
|
Angus Gratton
|
83b468f707
|
Merge branch 'feature/idfpy_hidden_commands' into 'master'
idf.py: add support for subcommands hidden from help
See merge request espressif/esp-idf!6646
|
2019-11-15 12:41:43 +08:00 |
|
Jiang Jiang Jian
|
a9c1970c03
|
Merge branch 'bugfix/put_more_rx_code_to_iram' into 'master'
wifi: Put some rx code to iram
Closes WIFI-490 and WIFI-1041
See merge request espressif/esp-idf!6490
|
2019-11-15 10:58:22 +08:00 |
|
Ivan Grokhotkov
|
5884b80908
|
mdns: add missing include of esp_task.h
|
2019-11-14 18:02:26 +01:00 |
|
Ivan Grokhotkov
|
503c37e013
|
Merge branch 'bugfix/mdns_configure_task_params' into 'master'
mdns: add configuration values for task priority, affinity and internal service timeouts
See merge request espressif/esp-idf!6580
|
2019-11-14 21:30:50 +08:00 |
|
Ivan Grokhotkov
|
9e8fa4bb18
|
Merge branch 'feature/esp_netif_interface_update' into 'master'
tcpip_adapter refactor: ready for review
Closes IDF-39
See merge request espressif/esp-idf!5373
|
2019-11-14 21:27:53 +08:00 |
|
Jiang Jiang Jian
|
2c7f949257
|
Merge branch 'bugfix/fix_the_bug_in_espnow_example' into 'master'
espnow: fix the bug for calling esp_wifi_set_channel
See merge request espressif/esp-idf!6690
|
2019-11-14 19:26:27 +08:00 |
|
lly
|
093cc494b9
|
ble_mesh: fix ble mesh device with wrong name on iOS
|
2019-11-14 17:03:46 +08:00 |
|
Jiang Jiang Jian
|
e380c59c74
|
Merge branch 'feat/ble_mesh_4_1_new_features' into 'master'
ESP BLE Mesh 4.1 new features
Closes BLEMESH-1, BLEMESH-2, BLEMESH-3, BLEMESH-4, BLEMESH-39, and BLEMESH-43
See merge request espressif/esp-idf!6134
|
2019-11-14 16:47:49 +08:00 |
|
Angus Gratton
|
9efbe1bb47
|
Merge branch 'bugfix/support_worktree_on_cmake' into 'master'
cmake: support git worktree
See merge request espressif/esp-idf!6581
|
2019-11-14 16:00:47 +08:00 |
|
xiehang
|
b7334b0366
|
esp_wifi: Turn off wifi iram optimization by default, when using both Bluetooth and psram
|
2019-11-14 15:20:53 +08:00 |
|
baohongde
|
e248a4fe6e
|
components/bt: Fix assert due to no free element from
|
2019-11-14 06:59:23 +00:00 |
|
morris
|
9691a755f6
|
zh_CN translation of mdns service
|
2019-11-14 13:28:04 +08:00 |
|
houwenxiang
|
30b2e02088
|
bugfix(LEDC):fix ledc CI issue for esp32s2beta.
|
2019-11-14 12:20:29 +08:00 |
|
weitianhua
|
3f0e851a39
|
Feature/ Read Remote Device's Name
|
2019-11-14 03:33:37 +00:00 |
|
Angus Gratton
|
17d0ada00a
|
Merge branch 'bugfix/idfpy_before_flash_option' into 'master'
idf.py: Add --before flag to esptool.py call
See merge request espressif/esp-idf!6577
|
2019-11-14 11:13:48 +08:00 |
|
Alexey Gerenkov
|
30ff7198b8
|
apptrace: Renames Kconfig options
|
2019-11-13 15:24:01 +03:00 |
|
Alexey Gerenkov
|
5909d3676c
|
esp32s2: Adds apptrace support
Closes IDF-510.
Closes IDF-1032.
|
2019-11-13 15:24:01 +03:00 |
|
xiehang
|
5e7f43f3d1
|
esp_wifi: Put some rx code to iram
|
2019-11-13 11:44:23 +00:00 |
|
David Cermak
|
76f612e14f
|
ci: increased number of parallel jobs to have enough runners for unit
tests
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
e535376257
|
tools: updated generator of error codes to names to ignore tcpip_adapter
compatibility types since the error codes are reused in esp-netif and in
tcpip_adapter mapped to the same number.
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
9f2a45f15f
|
esp_netif: add dhcp state transition unit tests for default wifi interfaces
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
f91d69efb2
|
esp_netif: rename DHCP flags for client and server
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
064bed710e
|
esp_netif: fix esp_netif_stop() to stop DHCP client if configured
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
d0afdaaf24
|
esp_eth: moved starting link timer to eth driver start
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
4857e92e2c
|
esp_mesh: creation of wifi network interfaces for esp-mesh examples moved to used common esp_wifi_default API
|
2019-11-13 12:36:26 +01:00 |
|
David Cermak
|
7f5cda1b82
|
tcpip_adapter: updated tcpip_adapter compatablity layer to include all
public API and keep 100% backward compatibility
update build of tcpip adapter when ethernet disabled
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
7ef385963c
|
esp_netif: minor update of coding style based on clang-tidy
guidelines and fix some copyright notices
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
f839a1328c
|
esp_netif: added locking for netif list management, unit tests to use unique if_keys, updated comments
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
6e0d274f58
|
esp_netif: example init code fixed to assert only variables, not
function calls so it won't be skipped if compiled without asserts
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
20add7da60
|
esp_netif: extract wifi_netif module as an abstraction to wifi universal interface defined by if handle and callback
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
359f6b3a21
|
esp_netif: add consistency checks for configs and interface key duplication
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
cf710a3cb1
|
esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
3f60837de2
|
esp_eth: make esp_eth_driver_start public API so application could start ethernet when used without esp-netif
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
549ee87912
|
esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests
|
2019-11-13 12:36:25 +01:00 |
|
David Cermak
|
d471266b46
|
esp_netif: documentation udpated and grouped the esp-netif API
structure. Updated rst documenentation and diagram of esp-netif
cooperation with other components.
|
2019-11-13 12:36:25 +01:00 |
|