Ivan Grokhotkov
7ea33771c7
Merge branch 'bugfix/ut_crlf_fix' into 'master'
...
unit-test-app: Fix incorrect CR+LF sequence
See merge request !816
2017-06-06 14:08:46 +08:00
Jiang Jiang Jian
bb6189b335
Merge branch 'bugfix/wdt_reset_info_for_cpu1_not_correct' into 'master'
...
bugfix:Fix bug that wdt reset information for CPU1 was not correct
See merge request !823
2017-06-06 14:02:41 +08:00
wangmengyang
ca4506fba9
component/bt: fix the build error when using classic BT, with GATTC, GATTS and SMP disabled
2017-06-05 21:01:58 +08:00
jack
ba32dd30a1
bugfix:Fix bug that wdt reset information for CPU1 was not correct
2017-06-05 18:26:14 +08:00
Jeroen Domburg
d4b0f85eb4
Make portENTER_CRITICAL and portENTER_CRITICAL_ISR the same, plus some changes to fix an issue this causes
2017-06-05 15:57:42 +08:00
Angus Gratton
b9fc5ecf68
freertos: Fix crash when waking task on CPU1 with scheduler disabled
...
xPendingReadyList[1] was never initialised correctly, so if a task is added to this list (ie by xSemaphoreGiveFromISR()
or similar) while scheduler is disabled, then it causes a null pointer dereference.
Bug produces stack traces similar to:
0x40086e87: vListInsertEnd at /home/gus/esp/32/idf/components/freertos/./list.c:130
0x40084ba3: xTaskRemoveFromEventList at /home/gus/esp/32/idf/components/freertos/./tasks.c:3439
0x40083c54: xQueueGiveFromISR at /home/gus/esp/32/idf/components/freertos/./queue.c:2034
0x400f50a0: timer_group0_isr at /home/gus/esp/32/idf/components/freertos/test/./test_suspend_scheduler.c:27
0x40081d7d: _xt_lowint1 at xtensa_vectors.o:?
2017-06-05 16:12:20 +10:00
Angus Gratton
f40ae10a5d
freertos: add test case for ISRs waking tasks when scheduler disabled
2017-06-05 16:12:20 +10:00
Jeroen Domburg
35dae5dff5
Add ESP-WROVER-KIT v3 to the hw reference
2017-06-05 12:59:59 +08:00
Jeroen Domburg
764a70752a
Use Unix line ends
2017-06-05 12:34:54 +08:00
Ivan Grokhotkov
17da994345
esp_event_send: check if the event loop is initialized
...
Fixes https://github.com/espressif/esp-idf/issues/668
2017-06-05 11:01:26 +08:00
Anton Maklakov
91718cc776
unit-test-app: Fix incorrect CR+LF sequence.
...
This caused problems with handling output by grep, sed, etc
2017-06-05 10:51:48 +08:00
He Yin Ling
2e7f6a2247
test: add NVS compatible test case and CI job
2017-06-04 10:29:15 +08:00
Ivan Grokhotkov
e45a288516
Merge branch 'bugfix/duplicate_unit_test_case_id' into 'master'
...
CI: fix bug that generates duplicate unit test case ID
See merge request !813
2017-06-04 00:51:12 +08:00
Yulong
a42bf640bc
component/bt: Change the duration type from UINT8 to UINT32
2017-06-03 01:00:10 -04:00
He Yin Ling
592b8a4325
CI: add one more UT runner
2017-06-03 11:38:52 +08:00
He Yin Ling
9b39be9559
CI: fix bug of duplicated unit test case ID:
...
need to compare if different file names has the same hash value.
use relative path to IDF to keep test case ID consist.
2017-06-03 11:38:05 +08:00
Jiang Jiang Jian
cc46038142
Merge branch 'bugfix/add_dport_protect_in_libphy' into 'master'
...
Add dport protect in libphy.a
See merge request !803
2017-06-02 19:13:18 +08:00
Jiang Jiang Jian
bd17791fd4
Merge branch 'bugfix/tw12798_dhcp_server_crash' into 'master'
...
lwip: fix dhcp server crash issue
See merge request !797
2017-06-02 19:09:43 +08:00
Jiang Jiang Jian
0a66f0db4c
Merge branch 'bugfix/btdm_bit_against_enums_github_#12289' into 'master'
...
component/bt: Change the esp_gatt_perm_t & esp_gatt_char_prop_t type from enum t…
See merge request !809
2017-06-02 15:41:01 +08:00
Liu Zhi Fu
cd58f089c2
lwip: fix dhcp server crash issue
...
Fix long dhcp request packet cause dhcp server crash issue
2017-06-02 14:02:33 +08:00
Jiang Jiang Jian
1eaf88262d
Merge branch 'bugfix/btdm_add_open_and_close_event_for_gatts' into 'master'
...
component/bt: add open and close event for gatts
See merge request !786
2017-06-02 13:53:03 +08:00
Yulong
be3eda0044
component/bt: Change the esp_gatt_perm_t & esp_gatt_char_prop_t type from enum to uint16_t & uint8_t.
2017-06-02 01:48:56 -04:00
Jiang Jiang Jian
77a53e528a
Merge branch 'example/smartconfig' into 'master'
...
feat: add smartconfig example
See merge request !716
2017-06-02 13:11:12 +08:00
XiaXiaotian
66ef886d77
Add dport protect in libphy.a
2017-06-01 19:43:55 +08:00
Jiang Jiang Jian
ab0f7264ee
Merge branch 'bugfix/tw12174_connect_ap_fail' into 'master'
...
Fix the bug that station fails to connect to AP sometimes.
See merge request !802
2017-06-01 19:40:02 +08:00
zhiweijian
f5a59f4f78
component/bt: add open and close event for gatts
...
1.added open event and close event for gatts.
2.used esp_log_buffer_char/hex for gattc scan result.
2017-06-01 15:01:54 +08:00
Anton Maklakov
6873c19131
Merge branch 'bugfix/ut_inverse_filter' into 'master'
...
unit-test-app: Fix capability to use !<filter> to inverse that filter
See merge request !805
2017-06-01 14:26:36 +08:00
Anton Maklakov
144d345b3b
unit-test-app: Fix capability to use !<filter> to inverse that filter
2017-06-01 12:23:14 +08:00
Angus Gratton
b428d28950
spiflash rom: Add symbols accidentally removed in refactor
2017-06-01 09:08:29 +10:00
Jiang Jiang Jian
5389329729
Merge branch 'bugfix/wrong_merge_of_MR773' into 'master'
...
fix bug that files missing commit in MR 773
See merge request !801
2017-05-31 20:39:59 +08:00
XiaXiaotian
d2f24f1b81
Fix the bug that station fails to connect to AP sometimes.
2017-05-31 20:27:02 +08:00
jack
fc130fba86
fix bug that files missing commit in MR 773
2017-05-31 19:37:39 +08:00
Ivan Grokhotkov
3a787c4830
ulp: fix macro names in documentation
2017-05-31 18:23:24 +08:00
Ivan Grokhotkov
7abd9bc023
ULP: remove deprecated cycle_sel field from ADC instruction
...
Cycle_sel field was never used in binutils and was always set to zero.
This change removes it from documentation and examples.
Needs ULP binutils with this change:
https://github.com/espressif/binutils-esp32ulp/commit/af79434
2017-05-31 18:22:48 +08:00
Ivan Grokhotkov
06accaf851
add C++ include guards to header files which are missing them
...
Fixes https://github.com/espressif/esp-idf/issues/628
2017-05-31 17:20:17 +08:00
fuzhibo
d1fb51afd2
feat: add smartconfig example
2017-05-31 15:32:15 +08:00
Ivan Grokhotkov
a25a4a0a7c
nvs: check value size before writing, document limitations
...
Writing values longer than half of the page size (with header taken into
account) causes fragmentation issues. Previously it was suggested on the
forum that using long values may cause issues, but this wasn’t checked
in the library itself, and wasn’t documented. This change adds necessary
checks and introduces the new error code.
Documentation is also fixed to reflect the fact that the maximum length
of the key is 15 characters, not 16.
2017-05-31 12:59:24 +08:00
Angus Gratton
3b5cb5ad67
CI: Add another unit test runner
2017-05-30 09:07:08 +10:00
Angus Gratton
4947c953d3
freertos: Mark uxTaskPriorityGet() as tested
...
Also adds some SMP-aware dynamic task priority unit tests
2017-05-29 16:19:00 +10:00
Angus Gratton
d718cbd873
Merge branch 'bugfix/deep_sleep_example_stub_delay' into 'master'
...
sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default
See merge request !758
2017-05-29 12:11:56 +08:00
Angus Gratton
034d37b9cb
Merge branch 'bugfix/doc-small-updates' into 'master'
...
Small fixes/updates to toolchain installation procedures
See merge request !782
2017-05-29 07:09:47 +08:00
Angus Gratton
2b1365a51b
Merge branch 'feature/docs_gen-dxd' into 'master'
...
docs: Automatically generate API reference list / Doxygen directives
See merge request !723
2017-05-29 07:08:53 +08:00
Jiang Jiang Jian
636d2b384e
Merge branch 'bugfix/ble_comfirm_reply_not_work_#12881' into 'master'
...
component/bt: Added the esp_ble_passkey_reply BTC_GAP_BLE_PASSKEY_REPLY_EVT &BTC…
See merge request !793
2017-05-27 14:40:26 +08:00
Jiang Jiang Jian
28cec08450
Merge branch 'bugfix/btdm_set_invalid_rand_addr_error_12303' into 'master'
...
component/bt: Added the set static random address callback to the bt project.
See merge request !773
2017-05-27 14:38:08 +08:00
Yulong
e9fae704e3
component/bt: Merge the new master to avoid conflict.
2017-05-26 22:47:56 -04:00
Yulong
9679c238aa
component/bt: Added the esp_ble_passkey_reply BTC_GAP_BLE_PASSKEY_REPLY_EVT &BTC_GAP_BLE_CONFIRM_REPLY_EVT
...
event.
2017-05-26 05:26:15 -04:00
Jiang Jiang Jian
826e96248d
Merge branch 'bugfix/btdm_ble_crash_read_long_char_#12338' into 'master'
...
component/bt: Change the fragement method to avoid crash when the data transmit should fragement.
See merge request !789
2017-05-26 14:40:47 +08:00
Jiang Jiang Jian
87a5bd0179
Merge branch 'bugfix/btdm_value_relate_to_internal' into 'master'
...
fix bugs of some constant value not equal internal define but quotes internal define
See merge request !787
2017-05-26 14:24:52 +08:00
Jiang Jiang Jian
adac20dc36
Merge branch 'bugfix/tw12643_board_no_response' into 'master'
...
fix close socket block issue
See merge request !781
2017-05-26 14:11:53 +08:00
Yulong
e40810adbb
compoennt/bt: change the remaining_length compare with the max_packet_size value when the data packet should fragment and dispatch.
2017-05-25 23:09:50 -04:00