This website requires JavaScript.
bd2e55def3
component/esp32: adjust some APIs
liuzhifu
2016-09-26 19:45:36 +08:00
96e0afd30f
components/nghttp: rename Makefile to component.mk
Wu Jian Gang
2016-09-26 19:21:55 +08:00
3c33350af9
components/nghttp: add HTTP2.0 protocol feature
liuhan
2016-09-06 17:24:10 +08:00
b9167f70cd
component/bt: add VHCI mutex protetion
wangmengyang
2016-09-26 18:52:15 +08:00
e3ffcd22d5
Merge branch 'feature/init_refactoring' into 'master'
Ivan Grokhotkov
2016-09-26 17:06:12 +08:00
991fde1f9d
compoenents/esp32: don't alias start_cpu1 to start_cpu0_default
Ivan Grokhotkov
2016-09-26 15:58:58 +08:00
adfb9fafaa
components/freertos: fix a bug with an uninitialised return value
Ivan Grokhotkov
2016-09-26 15:57:54 +08:00
25f6d06e01
Merge branch 'bugfix/spelling_and_crlf_fix_in_panic' into 'master'
Angus Gratton
2016-09-26 15:53:05 +08:00
46e88e9f24
esptool: Bump upstream revision
Angus Gratton
2016-09-21 17:59:16 +10:00
7cef0308dc
Change application entry point name back to app_main
Ivan Grokhotkov
2016-09-26 14:48:41 +08:00
dabe53f082
Merge branch 'master' into feature/init_refactoring
Ivan Grokhotkov
2016-09-26 14:35:09 +08:00
123788c1ab
gitlab-ci: build SSC with matching branch name, if available
Ivan Grokhotkov
2016-09-26 14:17:31 +08:00
1dc7fda812
Merge branch 'feature/nvs_speed_improvement' into 'master'
Ivan Grokhotkov
2016-09-26 12:51:01 +08:00
bdfd4ec3db
components/spi_flash: remove stray level of indentation
Ivan Grokhotkov
2016-09-26 12:47:17 +08:00
6f2ed934d2
components/nvs: fix broken sentences in comment blocks
Ivan Grokhotkov
2016-09-26 12:41:04 +08:00
890fadc394
components/esp32: fix renaming of esp_event_set_cb, minor clean up
Ivan Grokhotkov
2016-09-26 12:35:09 +08:00
62aaec630c
components/esp32: remove "_user" part from entry points, weaken start_cpu0/1
Ivan Grokhotkov
2016-09-26 12:29:00 +08:00
14de3a3815
Fix a spelling mistake in panic message, add carriage return to stack canary message
Jeroen Domburg
2016-09-26 11:18:43 +08:00
cf4aaf6397
components/openssl: optimize the SSL certification and private key function
Dong Heng
2016-09-26 11:14:19 +08:00
ec45e1a593
components/driver: modify LEDC driver
Wangjialin
2016-09-26 09:56:03 +08:00
3ccec16706
Merge branch 'bugfix/clean_up_warnings' into 'master'
Angus Gratton
2016-09-26 08:16:31 +08:00
b190dc3e9f
components/lwip,esp32: fixes for C++
Ivan Grokhotkov
2016-09-26 03:05:25 +08:00
10c69514b7
components/bt: fix compilation, remove ./ from makefile
Ivan Grokhotkov
2016-09-26 01:45:12 +08:00
5a762d9eee
components/esp32: clarify type of queue in wifi_init_config_t, add default init macro
Ivan Grokhotkov
2016-09-26 01:35:31 +08:00
e9b54b6b45
components/esp32: add ESP_ERROR_CHECK
Ivan Grokhotkov
2016-09-26 01:34:05 +08:00
53de9f115f
Event handling refactoring
Ivan Grokhotkov
2016-09-26 01:17:32 +08:00
cc8dd46da2
clean up warnings
Ivan Grokhotkov
2016-09-23 14:46:39 +08:00
e1c782a206
components/esp32,bt: fix typos in comments
Ivan Grokhotkov
2016-09-26 00:51:56 +08:00
b936441b9b
Startup flow refactoring
Ivan Grokhotkov
2016-09-26 00:50:57 +08:00
e1c4a4bfa3
components/openssl: add cert and pkey extra object point
Dong Heng
2016-09-23 18:47:09 +08:00
d2bc170b86
components/openssl: add SSL session function
Dong Heng
2016-09-23 18:13:10 +08:00
6818c4c971
Roll back submodule version
Ivan Grokhotkov
2016-09-23 18:08:39 +08:00
b8bfa9fa35
Spinlocks already come initialized. Remove the code that would essentially re-initialize them at runtime
Jeroen Domburg
2016-09-23 17:46:16 +08:00
d63dac0320
Remove all references to prvLockQueue / prvUnlockQueue
Jeroen Domburg
2016-09-23 17:43:52 +08:00
4480ab6c8c
Merge branch 'feature/btdm_controller' into 'master'
Wu Jian Gang
2016-09-23 15:26:47 +08:00
83aea6c833
components/openssl: add extern C symbol
dongheng
2016-09-23 15:18:14 +08:00
6718e321f2
components/esp32: clean up unused function warnings in single core mode
Ivan Grokhotkov
2016-09-23 15:02:17 +08:00
12b72e91af
components/openssl: remove unused variate
dongheng
2016-09-23 14:58:14 +08:00
6bb5a93221
add 'extern C' in header files
snake
2016-09-23 14:54:30 +08:00
5c5f7eb7fe
components/openssl: add openssl stack object function
dongheng
2016-09-23 14:53:19 +08:00
f9fd5b6c72
components/openssl: add X509 verify result errno
dongheng
2016-09-23 14:52:33 +08:00
3f1c5c4d5b
1. add a macro 'GPIO_IS_VALID_OUTPUT_GPIO' and 'GPIO_IS_VALID_OUTPUT_GPIO' in gpio.h 2. add PIN_FUNC_GPIO in io_mux_reg.h, put the io_mux_regs in order 3. use braces around single line if statements in ledc.c and gpio.c
Wangjialin
2016-09-23 14:52:26 +08:00
59bb9a9a01
components/openssl: [TW7411] supply doxygen type note
dongheng
2016-09-23 14:50:27 +08:00
5e6b2e9c45
clean up warnings
Ivan Grokhotkov
2016-09-23 14:46:39 +08:00
db9becfa74
components/openssl: free peer cert X509 object when SSL_free
dongheng
2016-09-23 13:38:11 +08:00
e475d0539e
components/openssl: add SSL and SSL context verify mode selection
dongheng
2016-09-23 11:41:57 +08:00
f5d9bfc7ae
components/openssl: fix SSL get peer cert struct point type error
dongheng
2016-09-23 11:03:13 +08:00
7b79e4c9ae
add .h license header
snake
2016-09-23 11:02:46 +08:00
07c8bbca6c
components/openssl: SSL low-level reload cert when user add new cert
dongheng
2016-09-23 10:53:18 +08:00
95c48d4b84
1. clean up the macro. 2. change component/bt/lib url to use new lib
snake
2016-09-23 10:48:55 +08:00
9fc054bb55
components/openssl: SSL load cert with creating new cert object
dongheng
2016-09-23 10:33:31 +08:00
85cd269ef8
add ledc driver code
Wangjialin
2016-09-23 09:21:37 +08:00
1c7508885c
components/nvs: fix build, use log library instead of printf
Ivan Grokhotkov
2016-09-23 09:00:28 +08:00
f2149eabee
components/spi_flash: add flash operation counters option to Kconfig
Ivan Grokhotkov
2016-09-23 08:44:45 +08:00
2a68f60874
components/nvs: add erase function
Ivan Grokhotkov
2016-09-23 00:36:53 +08:00
5383af1e2e
BLE ADV Demo
wangmengyang
2016-09-22 21:15:54 +08:00
e87d80d478
components/nvs: fix formatting
Ivan Grokhotkov
2016-09-22 21:05:47 +08:00
076141aab9
components/nvs: batch writes when possible
Ivan Grokhotkov
2016-09-22 11:42:55 +08:00
822a9981d8
Merge branch 'master' into feature/btdm_controller
Ivan Grokhotkov
2016-09-22 18:40:54 +08:00
c6e1d0b30a
Kconfig: make WiFi and BT mutually exclusive
Ivan Grokhotkov
2016-09-22 18:36:23 +08:00
1bfedf9816
components/openssl: fix the SSL_free memory leak
dongheng
2016-09-22 18:33:55 +08:00
bc256cc36d
components/bt: add library as submodule
Ivan Grokhotkov
2016-09-22 17:54:19 +08:00
db407074f1
components/bt: remove binary library
Ivan Grokhotkov
2016-09-22 17:52:07 +08:00
18787fd4fc
components/openssl: add empty fucntion to get peer certification and fix ref overflow
dongheng
2016-09-22 17:20:07 +08:00
f796b4e58e
components/openssl: SSL load verify data from itself structure when "new"
dongheng
2016-09-22 16:41:51 +08:00
993287af61
add btdm_controller 1st
snake
2016-09-22 16:40:31 +08:00
28be72dbc7
esp32/lib: update to f6d55836
Wu Jian Gang
2016-09-22 16:30:34 +08:00
fa6f03f77f
components/openssl: add function to load certification or private key more than one time
dongheng
2016-09-22 16:08:36 +08:00
a99f6bd727
components/openssl: add function load verify data into SSL
dongheng
2016-09-22 15:56:56 +08:00
2faa2376a0
components/openssl: add empty function to load verify file into SSL context
dongheng
2016-09-22 15:39:28 +08:00
6f07409d7c
components/openssl: add function to set and get verify depth
dongheng
2016-09-22 15:30:25 +08:00
b3145446aa
components/openssl: add function "ssl_pm_get_verify_result"
dongheng
2016-09-22 15:15:16 +08:00
2cc32db52d
component/openssl: add openssl stack function and clear unused variate 1. add openssl 'new' and 'free' function 2. add clear unused variate to void warning to appear when compile 3. add internal function 'X509_new' to take the place of 'sk_X509_NAME_new_null' function whitch is openssl stack function
dongheng
2016-09-22 14:42:49 +08:00
01d17dd5f9
Backport the static allocation feature from FreeRTOS V9.0.0
daniel
2016-09-22 12:20:56 +08:00
c504fe4856
components/openssl: 1. add stack_st structure and its advanced defination including its derived child defination 2. add SSL_add_client_CA & SSL_get_certificate
dongheng
2016-09-22 12:57:39 +08:00
c35a9b8cda
Merge branch 'bugfix/tw7054' into 'master'
Wu Jian Gang
2016-09-22 11:58:33 +08:00
67e8b3bcaf
tcpip_adapter: set sta ip to IP_ADDR_ANY when sta disconnect from ap
liuzhifu
2016-09-22 11:49:37 +08:00
845ca8b34f
components/openssl: delete ssl_rsa.c & .h file
dongheng
2016-09-22 11:43:59 +08:00
226e64bd1e
Merge branch 'driver_merge_tmp/fix_fifo_struct_header' into 'master'
Ivan Grokhotkov
2016-09-22 11:39:16 +08:00
b59aa4a282
Merge branch 'driver_merge_tmp/merge_gpio' into 'master'
Ivan Grokhotkov
2016-09-22 11:21:18 +08:00
71fe8d9f15
Merge branch 'master' into driver_merge_tmp/merge_gpio
Wangjialin
2016-09-22 10:50:06 +08:00
ba75f837b8
components/spi_flash: add performance counters
Ivan Grokhotkov
2016-09-13 16:40:05 +08:00
6bd3d62d7c
components/openssl: add license header
dongheng
2016-09-22 10:28:08 +08:00
d2420b667c
use uint8_t for fifo struct in uart and i2c
Wangjialin
2016-09-22 09:05:39 +08:00
12a0786e2a
components/nvs: maintain item hash list at page level
Ivan Grokhotkov
2016-09-20 22:40:12 +08:00
f06ebeba86
components/nvs: avoid reading just-erased page
Ivan Grokhotkov
2016-09-20 18:00:49 +08:00
b89168d0f1
components/openssl: add ssl_port.c & .h file
dongheng
2016-09-21 17:51:12 +08:00
31f74b8008
Merge branch 'feature/wifi_lib_update' into 'master'
Wu Jian Gang
2016-09-21 17:22:39 +08:00
134649141c
esp32/lib: update to 9f26b9a1
Wu Jian Gang
2016-09-21 16:49:30 +08:00
835cc55138
esp32: wait uart tx finish before cpu freq change
Wu Jian Gang
2016-09-21 16:15:42 +08:00
92569082c6
Remove some macros and declarations that are already in rom/gpio.h
Wangjialin
2016-09-21 12:08:42 +08:00
4f93b49e0a
esp32/lib: update to 9403d944
Wu Jian Gang
2016-09-21 11:37:10 +08:00
f7b10745be
Remove mutex from GPIO driver code. Replace uint8_t/uint16_t with uint32_t
Wangjialin
2016-09-21 09:51:37 +08:00
5adc661d05
components/openssl: add more interface for application
dongheng
2016-09-21 09:23:29 +08:00
af82eed35d
Merge branch 'bugfix/macos_build' into 'master'
Angus Gratton
2016-09-20 19:28:20 +08:00
d09a79c20d
Merge branch 'feature/menuconfig_cpu_frequency_option' into 'master'
Ivan Grokhotkov
2016-09-20 17:45:46 +08:00
9a1bf32274
Merge branch 'feature/lwip_add_debug_code' into 'master'
Ivan Grokhotkov
2016-09-20 17:22:22 +08:00
da69d6ad3c
Merge branch 'master' into feature/menuconfig_cpu_frequency_option
Ivan Grokhotkov
2016-09-20 17:22:18 +08:00
6e35c0a91a
Merge branch 'feature/logging' into 'master'
Ivan Grokhotkov
2016-09-20 17:16:41 +08:00
d260aa777c
Merge branch 'bugfix/lwip_so_reuse' into 'master'
Ivan Grokhotkov
2016-09-20 17:13:09 +08:00