Ivan Grokhotkov
72ad5a142b
ulp: add tests for jumps instruction
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
d07f9dfbb2
ulp: fix ULP binary format documentation
...
Fix incorrect offset value (4+2+2+2+2=12) of arbitrary data in ULP
binary format.
Closes https://github.com/espressif/esp-idf/issues/1705 .
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
33250ea678
ulp: use += instead of := when setting component vars
...
Component which includes component_ulp_common.mk may also need to set
some of the same COMPONENT_XXX variables. Logically, we should combine
the lists of files to embed, ldflags, extra include dirs, etc.
Fixes https://github.com/espressif/esp-idf/issues/2157 .
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
300657162b
ulp: fix missing include in esp32/ulp.h header
...
ulp.h uses some register base addresses, so needs to include soc.h
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
7fcc76fa06
ulp: fix calculation or ulp_run argument
...
The argument to ulp_run should be expressed in 32-bit words. Both the
address of ulp_entry and RTC_SLOW_MEM already are uint32_t*, so their
difference is the difference in addresses divided by sizeof(uint32_t).
Therefore the extra division by sizeof(uint32_t) is not needed.
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
85fbaaf37a
docs: fix line endings of ULP docs
2018-08-13 23:34:06 +03:00
Ivan Grokhotkov
da97846483
docs/ulp: fix instruction fetch and execution times
2018-08-13 23:30:07 +03:00
Angus Gratton
516d9f0eae
Merge branch 'bugfix/spiffs_readdir_recursion_v3.0' into 'release/v3.0'
...
SPIFFS: fix stack overflow in readdir_r due to recursion (backport v3.0)
See merge request idf/esp-idf!2877
2018-08-13 16:26:31 +08:00
Ivan Grokhotkov
f206bc51ff
spiffs: add test case for readdir_r with large number of files
...
Ref. https://esp32.com/viewtopic.php?f=13&t=6486
2018-08-12 16:53:04 +00:00
Konstantin Klitenik
ecc82a3c27
Fix stackoverflow due to recursion in vfs_spiffs_readdir_r
2018-08-12 16:53:04 +00:00
Jiang Jiang Jian
6746be5a09
Merge branch 'bugfix/wifi_fix_next_beacon_and_dtim_time_update_issue' into 'release/v3.0'
...
esp32: fix next beacon and dtim time update issue when beacon is not
See merge request idf/esp-idf!2970
2018-08-10 21:03:27 +08:00
XiaXiaotian
007d884a85
esp32: fix next beacon and dtim time update issue when beacon is not
...
received for more than one beacon interval
2018-08-10 11:36:59 +08:00
Jiang Jiang Jian
ee295c175b
Merge branch 'feature/support_for_XM25QU64A_v3.0' into 'release/v3.0'
...
feature(flash): set QIO mode for XM25QU64A(1V8_8MB_flash) (backport v3.0)
See merge request idf/esp-idf!2813
2018-08-08 20:36:39 +08:00
Angus Gratton
25ed0aa9bb
Merge branch 'bugfix/tw24252_fix_nonblocking_tcp_close_issue_v3.0' into 'release/v3.0'
...
lwip: fix nonblocking tcp close issue (backport v3.0)
See merge request idf/esp-idf!2943
2018-08-08 16:33:07 +08:00
chenjianqiang
4b4614ffb1
feature(flash): support for QIO mode of XM25QU64A
2018-08-08 03:39:19 +00:00
Angus Gratton
21adda8777
Merge branch 'bugfix/ci_github_deploy_v30' into 'release/v3.0'
...
ci: Simplify github deployment (backport v3.0)
See merge request idf/esp-idf!2875
2018-08-08 07:25:34 +08:00
Jiang Jiang Jian
8ff0f4a616
Merge branch 'bugfix/update_libphy_to_improve_11n_stability' into 'release/v3.0'
...
esp32: update libphy.a to v3663 to improve 11n TX stability (backport v3.0)
See merge request idf/esp-idf!2937
2018-08-07 20:51:29 +08:00
Liu Zhi Fu
08946da2db
lwip: fix nonblocking tcp close issue
...
Fix assert issue causes by closing nonblocking tcp socket.
2018-08-07 14:31:49 +08:00
Jiang Jiang Jian
90b8a42349
Merge branch 'bugfix/btdm_lmp_trans_coll_state_uncleared_for_v3.0' into 'release/v3.0'
...
bugfix/btdm_lmp_trans_coll_state_uncleared(backport v3.0)
See merge request idf/esp-idf!2917
2018-08-06 18:39:08 +08:00
Liu Zhi Fu
3c92cd607b
esp32: update libphy.a to v3663 to improve 11n TX stability
...
Fix the bug that WiFi 11n TX may fail in some AP or CMW500 3.5 version
This fix can improve the 11n stability
2018-08-06 17:32:10 +08:00
Angus Gratton
4f3008bfd8
ci: Simplify github deployment
...
CI_COMMIT_REF_NAME lets us use a single line to git push
2018-08-06 16:30:43 +10:00
Jiang Jiang Jian
dd1fa7c502
Merge branch 'bugfix/autoip_compilation' into 'release/v3.0'
...
LWIP AutoIP Compilation Fixed by defining IP_IS_V4_VAL()
See merge request idf/esp-idf!2926
2018-08-05 07:30:43 +08:00
wangmengyang
50556b8acb
component/bt: bugfix for uncleared LMP transaction collision state after rejecting sniff request from slave
...
This bug will cause other following LMP transactions, such as (e)SCO link set up transaction to fail
2018-08-04 16:24:37 +00:00
zhangyanjiao
9da0541020
LWIP AutoIP Compilation Fixed by defining IP_IS_V4_VAL()
2018-08-04 15:25:05 +00:00
Jiang Jiang Jian
ab74be7abe
Merge branch 'bugfix/btdm_a2dp_disconnect_reason_for_v3.0' into 'release/v3.0'
...
bugfix/btdm_a2dp_disconnect_reason(backport v3.0)
See merge request idf/esp-idf!2928
2018-08-04 11:58:26 +08:00
wangmengyang
b5c45a4d46
component/bt: retrieve disconnection reason in AVDT when ACL-U link is disconnected
2018-08-03 15:42:55 +08:00
Angus Gratton
225e98dcee
Merge branch 'bugfix/py3_link_roles' into 'release/v3.0'
...
docs: Add build support for python3 (backport v3.0)
See merge request idf/esp-idf!2919
2018-08-03 15:31:12 +08:00
Anuj Deshpande
d66b227e07
docs: Add build support for python3
2018-08-02 12:59:31 +02:00
Jiang Jiang Jian
ce67428c56
Merge branch 'bugfix/add_compatible_of_ccmp_encryption_v_3_0' into 'release/v3.0'
...
wifi: add compatible to ccmp encryption (backport v3.0)
See merge request idf/esp-idf!2899
2018-08-02 17:47:48 +08:00
Angus Gratton
054e82b4b3
Merge branch 'test/workaround_ci_failures_v3.0' into 'release/v3.0'
...
CI: erase nvs partition before test (backport v3.0)
See merge request idf/esp-idf!2870
2018-08-01 17:02:50 +08:00
Jiang Jiang Jian
7d4a9db191
Merge branch 'bugfix/btdm_fix_slave_cant_receive_long_packets_in_smp_for_v3.0' into 'release/v3.0'
...
component/bt: fix slave cant receive long packets in smp for v3.0
See merge request idf/esp-idf!2857
2018-08-01 14:40:05 +08:00
Deng Xin
39f97bb4e8
wifi: add compatible to ccmp encryption
2018-07-31 21:07:46 +08:00
He Yin Ling
8f81157432
CI: add stage host_test
:
...
1. Add `host_test` stage for test jobs running on host.
2. Rename stage `test` to `integration_test`.
2018-07-29 00:26:38 +08:00
He Yin Ling
5141570f24
CI: minor optimize of CI config file:
...
1. set shorter expire time for artifacts
2. set dependency for example test jobs, to limit the artifacts it downloads
2018-07-29 00:20:15 +08:00
He Yin Ling
f86d512672
CI: remove test report stage:
...
Test report is not used as expected:
1. we rarely download and use test report
2. current test report method doesn't handle large amount data well,
need to be replaced by other methods
Test report also make test jobs allow to fail. It breaks the
original flow of Gitlab CI and make user confused.
2018-07-29 00:17:25 +08:00
Jiang Jiang Jian
ab341359f5
Merge branch 'bugfix/ampdu_duplicate_v3.0' into 'release/v3.0'
...
Wifi: fix ampdu duplicate issue (backport v3.0)
See merge request idf/esp-idf!2804
2018-07-28 17:56:25 +08:00
He Yin Ling
f98da26b38
CI: erase nvs partition before test:
...
Latest NVS partition bin can't be parsed by old IDF revision. Need to erase before test.
2018-07-28 15:18:10 +08:00
zwj
d0cd624d2b
component/bt: fix slave cant receive long packets in smp
2018-07-26 11:39:47 +08:00
Ivan Grokhotkov
c8c4bd099e
Merge branch 'bugfix/fix_uart_timeout_bug_when_enable_reftick_v3.0' into 'release/v3.0'
...
driver(uart): fix uart timeout bug when enable reftick for release v3.0
See merge request idf/esp-idf!2811
2018-07-24 13:16:54 +08:00
Angus Gratton
36c14cf214
Merge branch 'bugfix/add_queueset_critical_sections_v3.0' into 'release/v3.0'
...
freertos: Add critical sections to queue sets (backport v3.0)
See merge request idf/esp-idf!2788
2018-07-20 10:03:59 +08:00
hou wen xiang
a7c9cf3a6b
driver(uart): Fix uart time_out bug when using ref_tick for release v3.0
2018-07-18 17:35:59 +08:00
Jiang Jiang Jian
9aee394dc6
Merge branch 'bugfix/tw23835_add_source_ip_route_for_unicast_v3.0' into 'release/v3.0'
...
lwip: add source ip based route for unicast packet (backport v3.0)
See merge request idf/esp-idf!2781
2018-07-18 17:34:19 +08:00
chenyudong
05eb9d155f
Wifi: fix ampdu duplicate issue
...
fix ampdu duplicate issue
2018-07-18 14:51:29 +08:00
Jiang Jiang Jian
0669fe8f02
Merge branch 'bugfix/tw23835_add_source_ip_route_for_unicast_v3.0' into 'release/v3.0'
...
lwip: add source ip based route for unicast packet (backport v3.0)
See merge request idf/esp-idf!2781
2018-07-17 14:12:13 +08:00
Darian Leung
cabb97f9a9
freertos: Add critical sections to queue sets.
...
Queue sets are not SMP safe. This commit adds
critical sections to queue sets. Unit tests for
queue sets have also been added.
2018-07-16 19:30:46 +08:00
Liu Zhi Fu
41b1db4dc6
lwip: add source ip based route for unicast packet
...
Add source IP based route for unicast packets forwarding.
2018-07-16 17:11:01 +08:00
Jiang Jiang Jian
8bc76b3684
Merge branch 'bugfix/tw23667_tcp_pcb_purge_assert_v3.0' into 'release/v3.0'
...
lwip: fix the assertion in tcp_pcb_purge() (backport v3.0)
See merge request idf/esp-idf!2723
2018-07-15 14:53:58 +08:00
Jiang Jiang Jian
245b753904
Merge branch 'bugfix/disable_lwip_trust_ip_by_default_v3.0' into 'release/v3.0'
...
lwip: disable ETHARP_TRUST_IP_MAC by default (backport v3.0)
See merge request idf/esp-idf!2721
2018-07-15 14:53:46 +08:00
Liu Zhi Fu
86a6c21e79
lwip: fix the assertion in tcp_pcb_purge()
...
Fix the assertion in tcp_pcb_purge().
2018-07-14 09:59:59 +08:00
Liu Zhi Fu
8cc0379da1
lwip: disable ETHARP_TRUST_IP_MAC by default
...
Disable ETHARP_TRUST_IP_MAC by default because:
1. The LAN peer may not be trustful
2. The LAN peer may has problem to update its ARP entry
2018-07-14 09:57:47 +08:00