]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-10-12 Yinlingrename components/test to idf_test:
2016-10-11 Angus GrattonReinstate build_examples gitlab CI case
2016-10-11 Yinlingfix issue on test report job:
2016-10-11 He Yin Lingcan not put test report to deploy stage, otherwise...
2016-10-11 Yinlingadd job to generate test report
2016-10-11 Yinlingmove content from readme to wiki
2016-10-11 Yinlingadd some missing cases caused by autogen bug
2016-10-11 Yinlingnight jobs should exit succeed if no need to run
2016-10-11 Yinlingupdate current known issue for ESP32 IDF test
2016-10-11 YinlingTest cases use libpcap or libnet are not CI ready now:
2016-10-11 Yinlingadd gitlab key in test template job
2016-10-11 He Yin Lingbuild SSC should also use variable for server name
2016-10-11 Yinlingsync test config from test bench:
2016-10-11 Yinlingupdate job configs for allow case fail feature
2016-10-11 Yinlingadd note that test folder is for internal use.
2016-10-11 Yinlingsync several changes from auto_test_script:
2016-10-11 Yinlingadd KnownIssues file to test:
2016-10-11 Yinlingfix bugs in config files:
2016-10-11 Yinlingauto_test_script will be cloned from gitlab
2016-10-11 Yinlingmodify document to add how to run test locally
2016-10-11 Yinlingrevise .gitlab-ci.yml:
2016-10-11 Yinlingupdate CI config file:
2016-10-11 Yinlingadd auto generated test folder to components:
2016-10-10 Angus GrattonMerge branch 'bugfix/fixes_from_github' into 'master'
2016-10-10 Angus Grattonbuild system: Add -fno-rtti when compiling C++ code
2016-10-10 Angus GrattonFreeRTOS KConfig: Limit tick rate to 1000Hz
2016-10-10 Angus Grattonbootloader: Fix accidental tabs introduced in !78
2016-10-10 Angus Grattonbuild system: Print a WARNING if any submodule is out...
2016-10-10 rudi ;-)Fix stack overflow message format
2016-10-10 Angus Gratton'make flash' targets: Print serial port when flashing
2016-10-10 Angus GrattonMerge branch 'feature/support_iperf' into 'master'
2016-10-10 Jeroen DomburgMerge branch 'feature/rmt_add_struct_for_memory' into...
2016-10-09 liuzhifulwip/esp32: support iperf
2016-10-08 Jeroen DomburgAdd data memory for RMT peripheral
2016-10-06 Angus GrattonMerge branch 'bugfix/syscall_write' into 'master'
2016-10-06 Angus Grattonsyscall write: Should return number of bytes written
2016-09-30 Jeroen DomburgAlso push relevant tags over
2016-09-30 Wu Jian Gangesp32: add libsmartconfig.a to link libs v0.9
2016-09-30 Wu Jian GangMerge branch 'feature/wifi_lib_update' into 'master'
2016-09-30 Wu Jian Gangesp32: not link wps
2016-09-30 Wu Jian Gangesp32/lib: update wifi lib to a1e5f8b9
2016-09-30 Wu Jian Gangesp32: remove esp_wps.h
2016-09-30 Jeroen DomburgMerge branch 'driver_merge_tmp/merge_smartconfig' into...
2016-09-29 Wangjialinadd smartconfig header files(merge this after updating...
2016-09-29 Wu Jian GangMerge branch 'bugfix/fix_rxbuf_leak_issue' into 'master'
2016-09-29 Wu Jian Gangesp32/lib: update wifi lib to 3853d7ae
2016-09-29 Wu Jian GangMerge branch 'feature/deep_sleep_wake_stub' into 'master'
2016-09-29 jackAdd Comments
2016-09-29 Wu Jian GangMerge branch 'feature/tcpip_adapter_comments' into...
2016-09-29 Jeroen DomburgMerge branch 'driver_merge_tmp/merge_ledc' into 'master'
2016-09-29 WangjialinModify spinlock error in periph_ctrl.c
2016-09-29 Jeroen DomburgMerge branch 'workaround/pin_noaffinity_task_to_core_wh...
2016-09-29 Jeroen DomburgDefine xcoreid offset, add warning in tcb struct wrt...
2016-09-29 Wu Jian GangMerge branch 'bugfix/tw6513_fix_memory_leak_issue'...
2016-09-29 Wu Jian Gangcomponents/tcpip_adapter: add some comments
2016-09-29 Jeroen DomburgMerge branch 'feature/instruct_nghttp_xml' into 'master'
2016-09-29 Jeroen DomburgMerge branch 'feature/freertos_untested_feature_assert...
2016-09-28 WangjialinModify LEDC driver
2016-09-28 Jeroen DomburgMerge branch 'master' into feature/freertos_untested_fe...
2016-09-28 liuzhifucomponents/lib: update wifi lib
2016-09-28 Jeroen DomburgAutomatically pin no-cpu-affinity task to a core when...
2016-09-28 Wu Jian Gangcomponents/expat: just change format of expat.rst
2016-09-28 Wu Jian Gangcomponents/nghttp: just change format of nghttp.rst
2016-09-28 liuhancomponents/nghttp: a few grammar fixes
2016-09-28 liuhancomponents/expat: a few grammar fixes
2016-09-28 liuhancomponents/nghttp: add nghttp library description
2016-09-28 liuhancomponents/expat: add expat library description
2016-09-28 Wu Jian Gangcomponents/tcpip_adapter: add comments for tcpip_adapter
2016-09-28 WangjialinMerge branch 'master' into driver_merge_tmp/merge_ledc
2016-09-28 Wu Jian GangKconfig: use 4 spaces to instead 1 tab
2016-09-28 Wu Jian GangMerge branch 'feature/btdm_lib_update' into 'master'
2016-09-28 Jeroen DomburgAdd ringbuf.c. This works like a FreeRTOS queue, but...
2016-09-28 wangmengyangcomponent/bt: update libbtdm_app.a
2016-09-28 Wu Jian Gangesp32: add TRACEMEM_RESERVE_DRAM config
2016-09-28 WangjialinMinor modification
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 Jeroen DomburgFix UNTESTED_FUNCTION includes, remove unnecessary...
2016-09-27 Ivan Grokhotkovwifi: move type definitions into separate header file
2016-09-27 Jeroen DomburgAdd UNTESTED_FUNCTION() call to untested functions...
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...
next