Commit Graph

  • d63dac0320 Remove all references to prvLockQueue / prvUnlockQueue Jeroen Domburg 2016-09-23 17:43:52 +0800
  • 4480ab6c8c Merge branch 'feature/btdm_controller' into 'master' Wu Jian Gang 2016-09-23 15:26:47 +0800
  • 83aea6c833 components/openssl: add extern C symbol dongheng 2016-09-23 15:18:14 +0800
  • 6718e321f2 components/esp32: clean up unused function warnings in single core mode Ivan Grokhotkov 2016-09-23 15:02:17 +0800
  • 12b72e91af components/openssl: remove unused variate dongheng 2016-09-23 14:58:14 +0800
  • 6bb5a93221 add 'extern C' in header files snake 2016-09-23 14:54:30 +0800
  • 5c5f7eb7fe components/openssl: add openssl stack object function dongheng 2016-09-23 14:53:19 +0800
  • f9fd5b6c72 components/openssl: add X509 verify result errno dongheng 2016-09-23 14:52:33 +0800
  • 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 +0800
  • 59bb9a9a01 components/openssl: [TW7411] supply doxygen type note dongheng 2016-09-23 14:50:27 +0800
  • 5e6b2e9c45 clean up warnings Ivan Grokhotkov 2016-09-23 14:46:39 +0800
  • db9becfa74 components/openssl: free peer cert X509 object when SSL_free dongheng 2016-09-23 13:38:11 +0800
  • e475d0539e components/openssl: add SSL and SSL context verify mode selection dongheng 2016-09-23 11:41:57 +0800
  • f5d9bfc7ae components/openssl: fix SSL get peer cert struct point type error dongheng 2016-09-23 11:03:13 +0800
  • 7b79e4c9ae add .h license header snake 2016-09-23 11:02:46 +0800
  • 07c8bbca6c components/openssl: SSL low-level reload cert when user add new cert dongheng 2016-09-23 10:53:18 +0800
  • 95c48d4b84 1. clean up the macro. 2. change component/bt/lib url to use new lib snake 2016-09-23 10:48:55 +0800
  • 9fc054bb55 components/openssl: SSL load cert with creating new cert object dongheng 2016-09-23 10:33:31 +0800
  • 85cd269ef8 add ledc driver code Wangjialin 2016-09-23 09:21:37 +0800
  • 1c7508885c components/nvs: fix build, use log library instead of printf Ivan Grokhotkov 2016-09-23 09:00:28 +0800
  • f2149eabee components/spi_flash: add flash operation counters option to Kconfig Ivan Grokhotkov 2016-09-23 08:44:45 +0800
  • 2a68f60874 components/nvs: add erase function Ivan Grokhotkov 2016-09-23 00:36:53 +0800
  • fb8d473e52 Backport the static allocation feature from FreeRTOS V9.0.0 daniel 2016-09-22 12:20:56 +0800
  • 5383af1e2e BLE ADV Demo wangmengyang 2016-09-22 21:15:54 +0800
  • e87d80d478 components/nvs: fix formatting Ivan Grokhotkov 2016-09-22 21:05:47 +0800
  • 076141aab9 components/nvs: batch writes when possible Ivan Grokhotkov 2016-09-22 11:42:55 +0800
  • 822a9981d8 Merge branch 'master' into feature/btdm_controller Ivan Grokhotkov 2016-09-22 18:40:54 +0800
  • c6e1d0b30a Kconfig: make WiFi and BT mutually exclusive Ivan Grokhotkov 2016-09-22 18:36:23 +0800
  • 1bfedf9816 components/openssl: fix the SSL_free memory leak dongheng 2016-09-22 18:33:55 +0800
  • bc256cc36d components/bt: add library as submodule Ivan Grokhotkov 2016-09-22 17:54:19 +0800
  • db407074f1 components/bt: remove binary library Ivan Grokhotkov 2016-09-22 17:52:07 +0800
  • 18787fd4fc components/openssl: add empty fucntion to get peer certification and fix ref overflow dongheng 2016-09-22 17:20:07 +0800
  • f796b4e58e components/openssl: SSL load verify data from itself structure when "new" dongheng 2016-09-22 16:41:51 +0800
  • 993287af61 add btdm_controller 1st snake 2016-09-22 16:40:31 +0800
  • 28be72dbc7 esp32/lib: update to f6d55836 Wu Jian Gang 2016-09-22 16:30:34 +0800
  • fa6f03f77f components/openssl: add function to load certification or private key more than one time dongheng 2016-09-22 16:08:36 +0800
  • a99f6bd727 components/openssl: add function load verify data into SSL dongheng 2016-09-22 15:56:56 +0800
  • 2faa2376a0 components/openssl: add empty function to load verify file into SSL context dongheng 2016-09-22 15:39:28 +0800
  • 6f07409d7c components/openssl: add function to set and get verify depth dongheng 2016-09-22 15:30:25 +0800
  • b3145446aa components/openssl: add function "ssl_pm_get_verify_result" dongheng 2016-09-22 15:15:16 +0800
  • 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 +0800
  • 01d17dd5f9 Backport the static allocation feature from FreeRTOS V9.0.0 daniel 2016-09-22 12:20:56 +0800
  • 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 +0800
  • c35a9b8cda Merge branch 'bugfix/tw7054' into 'master' Wu Jian Gang 2016-09-22 11:58:33 +0800
  • 67e8b3bcaf tcpip_adapter: set sta ip to IP_ADDR_ANY when sta disconnect from ap liuzhifu 2016-09-22 11:49:37 +0800
  • 845ca8b34f components/openssl: delete ssl_rsa.c & .h file dongheng 2016-09-22 11:43:59 +0800
  • 226e64bd1e Merge branch 'driver_merge_tmp/fix_fifo_struct_header' into 'master' Ivan Grokhotkov 2016-09-22 11:39:16 +0800
  • b59aa4a282 Merge branch 'driver_merge_tmp/merge_gpio' into 'master' Ivan Grokhotkov 2016-09-22 11:21:18 +0800
  • 71fe8d9f15 Merge branch 'master' into driver_merge_tmp/merge_gpio Wangjialin 2016-09-22 10:50:06 +0800
  • ba75f837b8 components/spi_flash: add performance counters Ivan Grokhotkov 2016-09-13 16:40:05 +0800
  • 6bd3d62d7c components/openssl: add license header dongheng 2016-09-22 10:28:08 +0800
  • d2420b667c use uint8_t for fifo struct in uart and i2c Wangjialin 2016-09-22 09:05:39 +0800
  • f543248044 provide list of packages for homebrew Malte Janduda 2016-09-22 01:50:53 +0200
  • 12a0786e2a components/nvs: maintain item hash list at page level Ivan Grokhotkov 2016-09-20 22:40:12 +0800
  • f06ebeba86 components/nvs: avoid reading just-erased page Ivan Grokhotkov 2016-09-20 18:00:49 +0800
  • b89168d0f1 components/openssl: add ssl_port.c & .h file dongheng 2016-09-21 17:51:12 +0800
  • 31f74b8008 Merge branch 'feature/wifi_lib_update' into 'master' Wu Jian Gang 2016-09-21 17:22:39 +0800
  • 134649141c esp32/lib: update to 9f26b9a1 Wu Jian Gang 2016-09-21 16:49:30 +0800
  • 835cc55138 esp32: wait uart tx finish before cpu freq change Wu Jian Gang 2016-09-21 16:15:42 +0800
  • 92569082c6 Remove some macros and declarations that are already in rom/gpio.h Wangjialin 2016-09-21 12:08:42 +0800
  • 4f93b49e0a esp32/lib: update to 9403d944 Wu Jian Gang 2016-09-21 11:37:10 +0800
  • f7b10745be Remove mutex from GPIO driver code. Replace uint8_t/uint16_t with uint32_t Wangjialin 2016-09-21 09:51:37 +0800
  • 5adc661d05 components/openssl: add more interface for application dongheng 2016-09-21 09:23:29 +0800
  • af82eed35d Merge branch 'bugfix/macos_build' into 'master' Angus Gratton 2016-09-20 19:28:20 +0800
  • d09a79c20d Merge branch 'feature/menuconfig_cpu_frequency_option' into 'master' Ivan Grokhotkov 2016-09-20 17:45:46 +0800
  • 9a1bf32274 Merge branch 'feature/lwip_add_debug_code' into 'master' Ivan Grokhotkov 2016-09-20 17:22:22 +0800
  • da69d6ad3c Merge branch 'master' into feature/menuconfig_cpu_frequency_option Ivan Grokhotkov 2016-09-20 17:22:18 +0800
  • 6e35c0a91a Merge branch 'feature/logging' into 'master' Ivan Grokhotkov 2016-09-20 17:16:41 +0800
  • d260aa777c Merge branch 'bugfix/lwip_so_reuse' into 'master' Ivan Grokhotkov 2016-09-20 17:13:09 +0800
  • 44c466c0ea components/openssl: add base function version dongheng 2016-09-20 16:58:46 +0800
  • 3b22173a93 components/lwip: fix grammar Ivan Grokhotkov 2016-09-20 16:53:56 +0800
  • 6b42b90595 Merge branch 'master' into bugfix/lwip_so_reuse Ivan Grokhotkov 2016-09-20 16:24:21 +0800
  • 316d3f9c4a components/lwip: make SO_REUSE configurable via menuconfig Ivan Grokhotkov 2016-09-20 15:36:55 +0800
  • f64e1c54b7 lwip: add license and add lwip_debug.h liuzhifu 2016-09-20 15:36:49 +0800
  • 50c7583f4d lwip: add debug code to show udp/tcp pcbs liuzhifu 2016-09-20 14:51:03 +0800
  • dcf34b1be1 bootloader: remove trailing newlines from log messages Ivan Grokhotkov 2016-09-20 14:18:23 +0800
  • 45df01ef68 Merge branch 'feature/ci_test_trigger' into 'master' Ivan Grokhotkov 2016-09-20 14:11:24 +0800
  • 6ca02748ac Merge branch 'bugfix/newlib_fd_memory_leak' into 'master' Ivan Grokhotkov 2016-09-20 12:12:06 +0800
  • f5f625ead5 kconfig: fix build on macOS Ivan Grokhotkov 2016-09-20 11:20:31 +0800
  • e8ae38024d components/freertos: override per-task __cleanup handler to close stdin, stdout, stderr Ivan Grokhotkov 2016-09-19 19:28:36 +0800
  • 948be5c0c4 modify typo Wangjialin 2016-09-19 17:50:18 +0800
  • 2be163f6cc add gpio driver code Wangjialin 2016-09-19 17:33:21 +0800
  • b1ac144874 Merge branch 'driver_merge_tmp/merge_struct_header' into 'master' Ivan Grokhotkov 2016-09-19 15:34:37 +0800
  • ff2750ab07 components/esp32: move peripheral symbols to separate ld script Ivan Grokhotkov 2016-09-19 15:05:32 +0800
  • dfab57cd93 Merge branch 'features/lwip-SO_REUSEADDR' into 'master' Jeroen Domburg 2016-09-19 10:42:35 +0800
  • c2bc965c2c Merge branch 'bugfix/rom_gpio' into 'master' Angus Gratton 2016-09-19 10:41:34 +0800
  • 0c71709b63 Merge branch 'bugfix/windows' into 'master' Angus Gratton 2016-09-19 10:41:14 +0800
  • 14e003fcf2 components/log: regroup macros for better readability Ivan Grokhotkov 2016-09-19 08:53:09 +0800
  • d9338e64e5 gitlab-ci: allow running tests for branches, triggered via API Ivan Grokhotkov 2016-09-18 23:12:50 +0800
  • 1188bdfc68 components/log: fix timestamp calculation Ivan Grokhotkov 2016-09-18 21:06:43 +0800
  • 26bf85bad6 components/log: set default runtime log level to ESP_LOG_VERBOSE Ivan Grokhotkov 2016-09-18 21:01:28 +0800
  • 3cdefd9923 components/log: fix error when using ESP_LOGx from C++ code Ivan Grokhotkov 2016-09-18 20:51:57 +0800
  • c72590c1b9 Merge branch 'bugfix/fix_memory_debug_macro_issue' into 'master' Ivan Grokhotkov 2016-09-18 20:25:20 +0800
  • 69278b28bf components/log: fix bugs, add options to override log level for files, components, and bootloader Ivan Grokhotkov 2016-09-18 20:24:31 +0800
  • 015ae7e0d0 fix ledc and spi typo Wangjialin 2016-09-18 19:24:43 +0800
  • 94bcb14bcc remove prefix and postfix Wangjialin 2016-09-18 19:05:37 +0800
  • 4d4c6a3694 Enable SO_REUSEADDR in LWIP Jeroen Domburg 2016-09-18 16:43:48 +0800
  • 4c74ec9415 freertos: fix memory debug macro issue Define configENABLE_MEMORY_DEBUG according to CONFIG_ENABLE_MEMORY_DEBUG liuzhifu 2016-09-18 15:35:42 +0800
  • 9938f512f3 peripheral structure headers: move volatile keyword from members to typedef Ivan Grokhotkov 2016-09-18 12:36:33 +0800
  • f703acd344 Adding -fstrict-volatile-bitfields to the CFLAGS/CXXFLAGS. Without this, gcc tries to access bitfields using the smallest possible methods (eg l8i to grab an 8-bit field from a 32-bit). Our hardware does not like that. This flag tells gcc that if a bitfield is volatile, it should always use the type the field is defined at (uint32_t in our case) to size its access to the field. This fixes accessing the hardware through the xxx_struct.h headers. Jeroen Domburg 2016-09-18 12:10:01 +0800