2016-09-28 |
liuhan | components/expat: a few grammar fixes |
commit | commitdiff | tree | snapshot |
2016-09-28 |
liuhan | components/nghttp: add nghttp library description |
commit | commitdiff | tree | snapshot |
2016-09-28 |
liuhan | components/expat: add expat library description |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Wu Jian Gang | Merge branch 'feature/btdm_lib_update' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Jeroen Domburg | Add ringbuf.c. This works like a FreeRTOS queue, but... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
wangmengyang | component/bt: update libbtdm_app.a |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | Merge branch 'feature/btdm_controller' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | Merge branch 'master' into feature/btdm_controller |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | Merge branch 'feature/initial_examples' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Merge branch 'feature/esptool_bump' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Merge remote-tracking branch 'origin/bugfix/modify_some... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | app_main: Return type to void |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | Merge branch 'master' into feature/btdm_controller |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | wifi: move type definitions into separate header file |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ivan Grokhotkov | wifi: use default esp_event_send handler in WIFI_INIT_C... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | nvs: Remove flash layout arguments from nvs_init() |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Add contributor agreement, update CONTRIBUTING file |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Update http_request & https_request examples for new... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Add very simple "hello world" & "blink" examples |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Build examples out-of-tree as part of CI process |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Examples: Use event groups for waiting until WiFi is... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | BT example: Enable BT stack in config by default |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | BT: Relink component on new BT library, auto-initialise... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Documentation: Add contributor guide, expand README... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | Update gitignore for examples |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | examples: Add https_request example |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | mbedtls: Add some initial menuconfig options |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Angus Gratton | examples: HTTP request example |
commit | commitdiff | tree | snapshot |
2016-09-26 |
liuzhifu | component/esp32: udpate wifi lib |
commit | commitdiff | tree | snapshot |
2016-09-26 |
liuzhifu | component/esp32: modify bool argument name from enable... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Wu Jian Gang | Merge branch 'feature/nghttp' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-26 |
liuzhifu | component/esp32: adjust some APIs |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Wu Jian Gang | components/nghttp: rename Makefile to component.mk |
commit | commitdiff | tree | snapshot |
2016-09-26 |
liuhan | components/nghttp: add HTTP2.0 protocol feature |
commit | commitdiff | tree | snapshot |
2016-09-26 |
wangmengyang | component/bt: add VHCI mutex protetion |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | Merge branch 'feature/init_refactoring' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | compoenents/esp32: don't alias start_cpu1 to start_cpu0... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | components/freertos: fix a bug with an uninitialised... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Angus Gratton | Merge branch 'bugfix/spelling_and_crlf_fix_in_panic... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Angus Gratton | esptool: Bump upstream revision |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | Change application entry point name back to app_main |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | Merge branch 'master' into feature/init_refactoring |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | gitlab-ci: build SSC with matching branch name, if... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | Merge branch 'feature/nvs_speed_improvement' into ... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | components/spi_flash: remove stray level of indentation |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | components/nvs: fix broken sentences in comment blocks |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | components/esp32: fix renaming of esp_event_set_cb... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ivan Grokhotkov | components/esp32: remove "_user" part from entry points... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Jeroen Domburg | Fix a spelling mistake in panic message, add carriage... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Angus Gratton | Merge branch 'bugfix/clean_up_warnings' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | components/lwip,esp32: fixes for C++ |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | components/bt: fix compilation, remove ./ from makefile |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | components/esp32: clarify type of queue in wifi_init_co... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | components/esp32: add ESP_ERROR_CHECK |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | Event handling refactoring |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | clean up warnings |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | components/esp32,bt: fix typos in comments |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Ivan Grokhotkov | Startup flow refactoring |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | Roll back submodule version |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jeroen Domburg | Spinlocks already come initialized. Remove the code... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jeroen Domburg | Remove all references to prvLockQueue / prvUnlockQueue |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Wu Jian Gang | Merge branch 'feature/btdm_controller' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | components/esp32: clean up unused function warnings... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
snake | add 'extern C' in header files |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | clean up warnings |
commit | commitdiff | tree | snapshot |
2016-09-23 |
snake | add .h license header |
commit | commitdiff | tree | snapshot |
2016-09-23 |
snake | 1. clean up the macro. 2. change component/bt/lib url... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | components/nvs: fix build, use log library instead... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | components/spi_flash: add flash operation counters... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ivan Grokhotkov | components/nvs: add erase function |
commit | commitdiff | tree | snapshot |
2016-09-22 |
wangmengyang | BLE ADV Demo |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | components/nvs: fix formatting |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | components/nvs: batch writes when possible |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | Merge branch 'master' into feature/btdm_controller |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | Kconfig: make WiFi and BT mutually exclusive |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | components/bt: add library as submodule |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | components/bt: remove binary library |
commit | commitdiff | tree | snapshot |
2016-09-22 |
snake | add btdm_controller 1st |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Wu Jian Gang | esp32/lib: update to f6d55836 |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Wu Jian Gang | Merge branch 'bugfix/tw7054' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-22 |
liuzhifu | tcpip_adapter: set sta ip to IP_ADDR_ANY when sta disco... |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | Merge branch 'driver_merge_tmp/fix_fifo_struct_header... |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | Merge branch 'driver_merge_tmp/merge_gpio' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Wangjialin | Merge branch 'master' into driver_merge_tmp/merge_gpio |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Ivan Grokhotkov | components/spi_flash: add performance counters |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Wangjialin | use uint8_t for fifo struct in uart and i2c |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Ivan Grokhotkov | components/nvs: maintain item hash list at page level |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Ivan Grokhotkov | components/nvs: avoid reading just-erased page |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wu Jian Gang | Merge branch 'feature/wifi_lib_update' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wu Jian Gang | esp32/lib: update to 9f26b9a1 |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wu Jian Gang | esp32: wait uart tx finish before cpu freq change |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wangjialin | Remove some macros and declarations that are already... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wu Jian Gang | esp32/lib: update to 9403d944 |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Wangjialin | Remove mutex from GPIO driver code. Replace uint8_t... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Angus Gratton | Merge branch 'bugfix/macos_build' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Ivan Grokhotkov | Merge branch 'feature/menuconfig_cpu_frequency_option... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Ivan Grokhotkov | Merge branch 'feature/lwip_add_debug_code' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Ivan Grokhotkov | Merge branch 'master' into feature/menuconfig_cpu_frequ... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Ivan Grokhotkov | Merge branch 'feature/logging' into 'master' |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Ivan Grokhotkov | Merge branch 'bugfix/lwip_so_reuse' into 'master' |
commit | commitdiff | tree | snapshot |
next |