]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-10-27 Jeroen DomburgMerge latest master in
2016-10-27 Jeroen DomburgAdd checks for tasks woken up on other CPUs where neede...
2016-10-27 Wu Jian GangMerge branch 'feature/refractor_for_lwip' into 'master'
2016-10-27 Liu Zhi Fulwip: refractor for lwip
2016-10-27 Ivan GrokhotkovMerge branch 'feature/freertos_static_buffers' into...
2016-10-27 Ivan GrokhotkovMerge branch 'master' into feature/freertos_static_buffers
2016-10-27 Ivan Grokhotkovesp32: update libs for changes in FreeRTOS header files
2016-10-27 Jeroen DomburgFix int clear, actually call int init code
2016-10-27 Wu Jian GangMerge branch 'feature/add_api_to_get_ap_info' into...
2016-10-27 Liu Zhi Fuesp32: add esp_wifi_sta_get_ap_info
2016-10-27 Wu Jian GangMerge branch 'feature/refractor_for_some_wifi_APIs...
2016-10-27 Jeroen DomburgChange inline to static inline functions. Ref Github...
2016-10-26 Jeroen DomburgMerge branch 'feature/add_per_socket_tcp_window' into...
2016-10-26 liuzhifucomponents/esp32: refractor according to review comments
2016-10-26 Jeroen DomburgMost code written. Interrupts still do not fire yet.
2016-10-26 liuzhifuesp32/tcpip_adapter: rework according to review comments
2016-10-26 liuzhifucomponents/esp32: udpate wifi lib
2016-10-26 liuzhifuesp32/tcpip_adapter: refractor for some wifi APIs
2016-10-26 Wu Jian GangMerge branch 'feature/add_internal_api_header' into...
2016-10-26 liuzhifucomponents esp32/lwip: modify code according to review...
2016-10-26 liuzhifucomponents/esp32: update wifi lib
2016-10-26 liuzhifulwip/esp32: move the extern wifi calls into esp_wifi_in...
2016-10-25 Wu Jian GangMerge branch 'bugfix/tw7458_dhcps_wrong_after_mode_swit...
2016-10-25 liuzhifucomponent/tcpip_adapter: not update dhcps status when...
2016-10-24 Angus GrattonMerge branch 'bugfix/esptool_write_protect' into 'master'
2016-10-22 liuzhifucomponents/lwip - add per socket tcp window
2016-10-21 Jeroen DomburgMerge branch 'feature/trax' into 'master'
2016-10-21 Jeroen DomburgAdd licenses to Trax files
2016-10-21 Jeroen DomburgMerge branch 'feature/component_hostcc_hostld_etc'...
2016-10-21 Angus GrattonRemove SPIUnlock from linker script symbols
2016-10-21 Angus GrattonBootloader: Export IS_BOOTLOADER_BUILD during make...
2016-10-21 Angus GrattonReplace ROM SPIUnlock function with a version that...
2016-10-21 Ivan Grokhotkovbootloader, menuconfig: add flash size setting support
2016-10-21 Angus GrattonBump esptool version
2016-10-21 Ivan GrokhotkovMerge branch 'feature/release_build' into 'master'
2016-10-20 Angus Grattonrom/spi_flash.h: Remove first parameter of SPI_read_sta...
2016-10-20 Jeroen DomburgAlso export HOSTCC etc for components
2016-10-20 Ivan Grokhotkovbuild system: fix setting C**FLAGS from project makefile
2016-10-20 Ivan Grokhotkovbuild system: use -Og instead of -O0 for debug builds...
2016-10-20 Angus GrattonMerge branch 'bugfix/build_dir_base' into 'master'
2016-10-20 Jeroen DomburgMerge branch 'feature/faster_task_switching' into ...
2016-10-20 Jeroen DomburgChange inline assembly bits from macros to inline functions
2016-10-18 Angus GrattonBuild tests: Use & document clean_build_dir
2016-10-18 Angus GrattonMerge branch 'master' into bugfix/build_dir_base
2016-10-18 Jeroen DomburgWarn user if trax is disabled in menuconfig but functio...
2016-10-18 Angus GrattonMerge branch 'bugfix/build_bootloader' into 'master'
2016-10-18 Jeroen DomburgSome more optimizations, mostly in involuntary task...
2016-10-17 Jeroen DomburgDetect success before errors in vPortCPUReleaseMutex...
2016-10-17 Jeroen DomburgMake uxPortCompareSet into a macro. 25uS -> 24uS
2016-10-17 Jeroen DomburgOptimize xPortGetCoreID to 2-instruction inline assembly.
2016-10-17 Ivan GrokhotkovMerge branch 'master' into feature/freertos_static_buffers
2016-10-17 Ivan Grokhotkovsmartconfig: update to match new FreeRTOS header files
2016-10-17 Ivan Grokhotkovbuild system: fix typo, move -ggdb to OPTIMIZATION_FLAGS
2016-10-17 Ivan GrokhotkovAdd test for compiling in release mode, fix warnings...
2016-10-17 Ivan Grokhotkovbuild system: add menuconfig choice for optimization...
2016-10-17 Jeroen DomburgAdd Trax-support to esp-idf
2016-10-14 Ivan Grokhotkovwifi libraries: update to match new FreeRTOS header...
2016-10-14 Ivan Grokhotkovfreertos: forward task affinity argument to prvInitiali...
2016-10-13 Ivan GrokhotkovMerge branch 'feature/test_auto_config' into 'master'
2016-10-13 Angus Grattonbuild system tests: Verify bootloader doesn't build...
2016-10-12 Jeroen DomburgMerge branch 'bugfix/small_fixes_jd' into 'master'
2016-10-12 Jeroen DomburgFix offset of coreid in tasktcb
2016-10-12 Jeroen DomburgAdd xCoreID arg to prvInitialiseNewTask code; initializ...
2016-10-12 Yinlingremove debug command "ls" in test report job
2016-10-12 Yinlingshould set TEST_CASE_FILE_PATH before CONFIG_FILE use it
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-11 Ivan Grokhotkovfreertos: fix setting xCoreID for new task
2016-10-11 Ivan GrokhotkovMerge branch 'master' into feature/freertos_static_buffers
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
next