b77c50a063
newlib: Fix UT for adjtime
KonstantinKondrashov
2020-06-15 22:46:41 +08:00
409355febe
newlib: Fix adjtime, returns the amount of time remaining from any previous adjustment
KonstantinKondrashov
2020-06-08 22:57:38 +08:00
4d735d8279
newlib: Fix UT for adjtime
KonstantinKondrashov
2020-06-15 22:46:41 +08:00
c370a8f7ce
newlib: Fix adjtime, returns the amount of time remaining from any previous adjustment
KonstantinKondrashov
2020-06-08 22:57:38 +08:00
15e408d070
newlib: Fix UT for adjtime
KonstantinKondrashov
2020-06-15 22:46:41 +08:00
39e318977d
newlib: Fix adjtime, returns the amount of time remaining from any previous adjustment
KonstantinKondrashov
2020-06-08 22:57:38 +08:00
b08c2885d8
Merge branch 'bugfix/examples_echo_fix_stack_size' into 'master'
Michael (XIAO Xufeng)
2020-08-06 19:32:14 +08:00
df9ca688d7
examples: fix echo example crash when UART interrupt handler placed in IRAM
Alex Lisitsyn
2020-08-06 19:32:11 +08:00
7f86d81083
Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-08-06 15:20:43 +08:00
15250a747a
Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-08-06 15:20:43 +08:00
0fcd0bb6b8
ble_mesh: stack: Client model related code clean
lly
2020-07-16 15:40:48 +08:00
e924e5f2f4
ble_mesh: stack: Rename cfg & health client status recv func
lly
2020-07-16 15:20:45 +08:00
36d714ec59
ble_mesh: stack: Check client msg result in common func
lly
2020-07-08 09:35:31 +08:00
02eaaca3d6
ble_mesh: stack: Fix no events for some error conditions
lly
2020-06-28 17:03:17 +08:00
5f6f61f634
ble_mesh: stack: Move client role set to the msg function
lly
2020-06-28 16:53:02 +08:00
ad39479804
ble_mesh: stack: Remove some not used client parameters
lly
2020-06-28 16:18:24 +08:00
1d6f653640
ble_mesh: stack: Remove some not used variables & functions
lly
2020-06-28 15:56:34 +08:00
4e7e8598f3
freertos: ensure the interrupt stack is aligned
Ivan Grokhotkov
2020-08-05 12:50:34 +02:00
2e89f963d7
remove auto conn case because we do not support this anymore
Hou Chen Yao
2020-08-05 17:41:46 +08:00
caa21fdc67
remove auto conn case because we do not support this anymore
Hou Chen Yao
2020-08-05 17:41:46 +08:00
481409ec05
panic: allow running specific test cases from command line
Ivan Grokhotkov
2020-07-29 12:24:39 +02:00
709730317b
panic: fix checks for corrupted backtrace in the test cases
Ivan Grokhotkov
2020-07-29 12:23:29 +02:00
5ff9cd495e
panic: skip over the first invalid PC in case of InstrFetchProhibited
Ivan Grokhotkov
2020-07-29 12:20:52 +02:00
94f4a88c2d
wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-07-02 19:53:15 +08:00
46691df851
wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-07-02 19:53:15 +08:00
a5c05e2c94
esp_wifi: fix the bug for softAP power save buffer issue
zhangyanjiao
2020-08-05 14:35:50 +08:00
7cc07173b2
Merge branch 'bugfix/btdm_blufi_send_longer_custom_data_will_congested_v4.0' into 'release/v4.0'
Island
2020-08-05 14:23:41 +08:00
0b1ef494a7
wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-07-02 19:53:15 +08:00
b47dee59dc
esp_wifi: fix the crash when wifi stop after deinit
zhangyanjiao
2020-08-05 11:13:20 +08:00
e4820fc447
Fixed TLS 1.1 still being enables even if disabled via config.
Michal Vácha
2020-07-31 16:42:40 +02:00
97ae87df41
wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM. AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level. Delete duplicated spinlock and counter.
dongyou
2020-07-02 19:53:15 +08:00