]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-09-28 Wu Jian GangKconfig: use 4 spaces to instead 1 tab
2016-09-28 Wu Jian Gangesp32: add TRACEMEM_RESERVE_DRAM config
2016-09-28 xiaxiaotian1. Change the deep sleep stub code to fix wake bug.
2016-09-28 Angus Grattonesp32: Allow RTC slow memory to be reserved for ULP...
2016-09-28 Angus Grattonesp32: Pass memory layout linker script through C prepr...
2016-09-28 Angus Grattonesp32: Add esp_deepsleep.h to esp_system.h to keep...
2016-09-28 Angus Grattonesp32: Bootloader wake deep sleep stub
2016-09-27 Ivan GrokhotkovMerge branch 'feature/btdm_controller' into 'master'
2016-09-27 Ivan GrokhotkovMerge branch 'master' into feature/btdm_controller
2016-09-27 Ivan GrokhotkovMerge branch 'feature/initial_examples' into 'master'
2016-09-27 Angus GrattonMerge branch 'feature/esptool_bump' into 'master'
2016-09-27 Angus GrattonMerge remote-tracking branch 'origin/bugfix/modify_some...
2016-09-27 Angus Grattonapp_main: Return type to void
2016-09-27 Ivan GrokhotkovMerge branch 'master' into feature/btdm_controller
2016-09-27 Ivan Grokhotkovwifi: move type definitions into separate header file
2016-09-27 Ivan Grokhotkovwifi: use default esp_event_send handler in WIFI_INIT_C...
2016-09-27 Angus Grattonnvs: Remove flash layout arguments from nvs_init()
2016-09-27 Angus GrattonAdd contributor agreement, update CONTRIBUTING file
2016-09-27 Angus GrattonUpdate http_request & https_request examples for new...
2016-09-27 Angus GrattonAdd very simple "hello world" & "blink" examples
2016-09-27 Angus GrattonBuild examples out-of-tree as part of CI process
2016-09-27 Angus GrattonExamples: Use event groups for waiting until WiFi is...
2016-09-27 Angus GrattonBT example: Enable BT stack in config by default
2016-09-27 Angus GrattonBT: Relink component on new BT library, auto-initialise...
2016-09-27 Angus GrattonDocumentation: Add contributor guide, expand README...
2016-09-27 Angus GrattonUpdate gitignore for examples
2016-09-27 Angus Grattonexamples: Add https_request example
2016-09-27 Angus Grattonmbedtls: Add some initial menuconfig options
2016-09-27 Angus Grattonexamples: HTTP request example
2016-09-26 liuzhifucomponent/esp32: udpate wifi lib
2016-09-26 liuzhifucomponent/esp32: modify bool argument name from enable...
2016-09-26 Wu Jian GangMerge branch 'feature/nghttp' into 'master'
2016-09-26 liuzhifucomponent/esp32: adjust some APIs
2016-09-26 Wu Jian Gangcomponents/nghttp: rename Makefile to component.mk
2016-09-26 liuhancomponents/nghttp: add HTTP2.0 protocol feature
2016-09-26 wangmengyangcomponent/bt: add VHCI mutex protetion
2016-09-26 Ivan GrokhotkovMerge branch 'feature/init_refactoring' into 'master'
2016-09-26 Ivan Grokhotkovcompoenents/esp32: don't alias start_cpu1 to start_cpu0...
2016-09-26 Ivan Grokhotkovcomponents/freertos: fix a bug with an uninitialised...
2016-09-26 Angus GrattonMerge branch 'bugfix/spelling_and_crlf_fix_in_panic...
2016-09-26 Angus Grattonesptool: Bump upstream revision
2016-09-26 Ivan GrokhotkovChange application entry point name back to app_main
2016-09-26 Ivan GrokhotkovMerge branch 'master' into feature/init_refactoring
2016-09-26 Ivan Grokhotkovgitlab-ci: build SSC with matching branch name, if...
2016-09-26 Ivan GrokhotkovMerge branch 'feature/nvs_speed_improvement' into ...
2016-09-26 Ivan Grokhotkovcomponents/spi_flash: remove stray level of indentation
2016-09-26 Ivan Grokhotkovcomponents/nvs: fix broken sentences in comment blocks
2016-09-26 Ivan Grokhotkovcomponents/esp32: fix renaming of esp_event_set_cb...
2016-09-26 Ivan Grokhotkovcomponents/esp32: remove "_user" part from entry points...
2016-09-26 Jeroen DomburgFix a spelling mistake in panic message, add carriage...
2016-09-26 Angus GrattonMerge branch 'bugfix/clean_up_warnings' into 'master'
2016-09-25 Ivan Grokhotkovcomponents/lwip,esp32: fixes for C++
2016-09-25 Ivan Grokhotkovcomponents/bt: fix compilation, remove ./ from makefile
2016-09-25 Ivan Grokhotkovcomponents/esp32: clarify type of queue in wifi_init_co...
2016-09-25 Ivan Grokhotkovcomponents/esp32: add ESP_ERROR_CHECK
2016-09-25 Ivan GrokhotkovEvent handling refactoring
2016-09-25 Ivan Grokhotkovclean up warnings
2016-09-25 Ivan Grokhotkovcomponents/esp32,bt: fix typos in comments
2016-09-25 Ivan GrokhotkovStartup flow refactoring
2016-09-23 Ivan GrokhotkovRoll back submodule version
2016-09-23 Jeroen DomburgSpinlocks already come initialized. Remove the code...
2016-09-23 Jeroen DomburgRemove all references to prvLockQueue / prvUnlockQueue
2016-09-23 Wu Jian GangMerge branch 'feature/btdm_controller' into 'master'
2016-09-23 Ivan Grokhotkovcomponents/esp32: clean up unused function warnings...
2016-09-23 snakeadd 'extern C' in header files
2016-09-23 Ivan Grokhotkovclean up warnings
2016-09-23 snakeadd .h license header
2016-09-23 snake1. clean up the macro. 2. change component/bt/lib url...
2016-09-23 Ivan Grokhotkovcomponents/nvs: fix build, use log library instead...
2016-09-23 Ivan Grokhotkovcomponents/spi_flash: add flash operation counters...
2016-09-23 Ivan Grokhotkovcomponents/nvs: add erase function
2016-09-22 wangmengyangBLE ADV Demo
2016-09-22 Ivan Grokhotkovcomponents/nvs: fix formatting
2016-09-22 Ivan Grokhotkovcomponents/nvs: batch writes when possible
2016-09-22 Ivan GrokhotkovMerge branch 'master' into feature/btdm_controller
2016-09-22 Ivan GrokhotkovKconfig: make WiFi and BT mutually exclusive
2016-09-22 Ivan Grokhotkovcomponents/bt: add library as submodule
2016-09-22 Ivan Grokhotkovcomponents/bt: remove binary library
2016-09-22 snakeadd btdm_controller 1st
2016-09-22 Wu Jian Gangesp32/lib: update to f6d55836
2016-09-22 Wu Jian GangMerge branch 'bugfix/tw7054' into 'master'
2016-09-22 liuzhifutcpip_adapter: set sta ip to IP_ADDR_ANY when sta disco...
2016-09-22 Ivan GrokhotkovMerge branch 'driver_merge_tmp/fix_fifo_struct_header...
2016-09-22 Ivan GrokhotkovMerge branch 'driver_merge_tmp/merge_gpio' into 'master'
2016-09-22 WangjialinMerge branch 'master' into driver_merge_tmp/merge_gpio
2016-09-22 Ivan Grokhotkovcomponents/spi_flash: add performance counters
2016-09-22 Wangjialinuse uint8_t for fifo struct in uart and i2c
2016-09-21 Ivan Grokhotkovcomponents/nvs: maintain item hash list at page level
2016-09-21 Ivan Grokhotkovcomponents/nvs: avoid reading just-erased page
2016-09-21 Wu Jian GangMerge branch 'feature/wifi_lib_update' into 'master'
2016-09-21 Wu Jian Gangesp32/lib: update to 9f26b9a1
2016-09-21 Wu Jian Gangesp32: wait uart tx finish before cpu freq change
2016-09-21 WangjialinRemove some macros and declarations that are already...
2016-09-21 Wu Jian Gangesp32/lib: update to 9403d944
2016-09-21 WangjialinRemove mutex from GPIO driver code. Replace uint8_t...
2016-09-20 Angus GrattonMerge branch 'bugfix/macos_build' into 'master'
2016-09-20 Ivan GrokhotkovMerge branch 'feature/menuconfig_cpu_frequency_option...
2016-09-20 Ivan GrokhotkovMerge branch 'feature/lwip_add_debug_code' into 'master'
2016-09-20 Ivan GrokhotkovMerge branch 'master' into feature/menuconfig_cpu_frequ...
2016-09-20 Ivan GrokhotkovMerge branch 'feature/logging' into 'master'
next