]> granicus.if.org Git - esp-idf/shortlog
esp-idf
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'
2016-09-20 Ivan GrokhotkovMerge branch 'bugfix/lwip_so_reuse' into 'master'
2016-09-20 Ivan Grokhotkovcomponents/lwip: fix grammar
2016-09-20 Ivan GrokhotkovMerge branch 'master' into bugfix/lwip_so_reuse
2016-09-20 Ivan Grokhotkovcomponents/lwip: make SO_REUSE configurable via menuconfig
2016-09-20 liuzhifulwip: add license and add lwip_debug.h
2016-09-20 liuzhifulwip: add debug code to show udp/tcp pcbs
2016-09-20 Ivan Grokhotkovbootloader: remove trailing newlines from log messages
2016-09-20 Ivan GrokhotkovMerge branch 'feature/ci_test_trigger' into 'master'
2016-09-20 Ivan GrokhotkovMerge branch 'bugfix/newlib_fd_memory_leak' into 'master'
2016-09-20 Ivan Grokhotkovkconfig: fix build on macOS
2016-09-19 Ivan Grokhotkovcomponents/freertos: override per-task __cleanup handle...
2016-09-19 Ivan GrokhotkovMerge branch 'driver_merge_tmp/merge_struct_header...
2016-09-19 Ivan Grokhotkovcomponents/esp32: move peripheral symbols to separate...
2016-09-19 Jeroen DomburgMerge branch 'features/lwip-SO_REUSEADDR' into 'master'
2016-09-19 Angus GrattonMerge branch 'bugfix/rom_gpio' into 'master'
2016-09-19 Angus GrattonMerge branch 'bugfix/windows' into 'master'
2016-09-19 Ivan Grokhotkovcomponents/log: regroup macros for better readability
2016-09-18 Ivan Grokhotkovgitlab-ci: allow running tests for branches, triggered...
2016-09-18 Ivan Grokhotkovcomponents/log: fix timestamp calculation
2016-09-18 Ivan Grokhotkovcomponents/log: set default runtime log level to ESP_LO...
2016-09-18 Ivan Grokhotkovcomponents/log: fix error when using ESP_LOGx from...
2016-09-18 Ivan GrokhotkovMerge branch 'bugfix/fix_memory_debug_macro_issue'...
2016-09-18 Ivan Grokhotkovcomponents/log: fix bugs, add options to override log...
2016-09-18 Wangjialinfix ledc and spi typo
2016-09-18 Wangjialinremove prefix and postfix
2016-09-18 Jeroen DomburgEnable SO_REUSEADDR in LWIP
2016-09-18 liuzhifufreertos: fix memory debug macro issue
2016-09-18 Ivan Grokhotkovperipheral structure headers: move volatile keyword...
2016-09-18 Jeroen DomburgAdding -fstrict-volatile-bitfields to the CFLAGS/CXXFLA...
2016-09-17 Wangjialinadd peripheral module struct headers
2016-09-16 Angus Grattonbuild system docs: Add note about no spaces in componen...
2016-09-16 Angus GrattonDocs: Add note about unusual submodule messages when...
2016-09-16 Angus Grattonconfig system: Support Windows when CRLFs used for...
2016-09-16 Angus Grattondocs: Add note about esp-idf not supporting spaces...
2016-09-15 Angus Grattonrom/gpio.h: Use new GPIO_PIN0_REG register name
2016-09-15 Ivan GrokhotkovMerge branch 'bugfix/github_deploy' into 'master'
2016-09-14 Ivan Grokhotkovcomponents/esp32,bootloader: fix build
2016-09-14 Ivan Grokhotkovfix whitespace after merge
2016-09-14 Ivan GrokhotkovMerge branch 'master' into feature/logging
2016-09-14 Ivan Grokhotkovcomponents/esp32: clean up cpu_start
2016-09-14 Ivan Grokhotkovcomponents/log: add implementation, update a few compon...
2016-09-14 Wu Jian GangMerge remote-tracking branch 'origin/feature/mbedtls'
2016-09-14 Wu Jian Gangesp32/lib: update to 3372298f
2016-09-14 Ivan Grokhotkovcomponents/esp32: use APB_CLK_FREQ instead of a number
2016-09-14 Ivan Grokhotkovcomponents/esp32: add CPU frequency selection in menuconfig
2016-09-14 Wu Jian GangMerge branch 'feature/wifi_lib_update' into 'master'
2016-09-14 Wu Jian GangMerge branch 'bugfix/tw7058_mode_fatal' into 'master'
2016-09-14 Wu Jian Gangesp32/lib: update to 1303c92c
2016-09-14 Wu Jian GangMerge branch 'feature/support_vendor_ie_api' into ...
2016-09-14 Xu Chun Guangdhcpserver: Fix crash when switching wifi mode
2016-09-14 Angus Grattonmbedtls: Temporarily disable default hardware crypto...
2016-09-14 Angus Grattonmbedtls hwcrypto sha512: Fix redirection of function...
2016-09-14 Angus Grattonmbedtls upstream tweak: Move mbedtls_sha512_process...
2016-09-14 qiyueixaFormat code by using 4 spaces instead
2016-09-14 Wu Jian GangMerge branch 'driver_merge_tmp/merge_soc_header' into...
2016-09-14 Wangjialinmodify character conversion error and typo
2016-09-14 Wangjialinmodify i2s_reg.h, rebase to master
2016-09-14 WangjialinOnly modify headers in soc/ .
2016-09-14 qiyueixaRename vender_ie_type_t and vendor_ie_id_t to wifi_vend...
2016-09-14 qiyueixamodify arguments for vendor ie APIs by using enum instead
2016-09-14 Wu Jian GangMerge branch 'feature/adjust_task_priority' into 'master'
2016-09-14 Wu Jian Gangesp32: fix typo
2016-09-14 Wu Jian Gangesp32: fix kconfig
2016-09-14 Ivan GrokhotkovMerge branch master into feature/logging
2016-09-14 liuzhifudefine lwip task priority in esp_task.h
2016-09-14 liuzhifucomponents: esp32 - fix build error
2016-09-14 liuzhifucomponents: lwip - Modify lwip task priority and stack...
2016-09-14 liuzhifucomponents: esp32
2016-09-14 liuzhifucomponents: esp32
2016-09-14 liuzhifucomponents: esp32/lwip
2016-09-14 liuzhifutask priority: modify lwip/wifi/event task priority
2016-09-14 Wu Jian GangMerge branch 'feature/add_wifi_api_comments' into ...
2016-09-14 Angus GrattonMerge branch 'bugfix/add_tx_flowcontrol' into 'master'
2016-09-14 Angus GrattonMerge branch 'feature/esptool_upstream'
2016-09-13 Ivan Grokhotkovgitlab-ci: fix setting GitHub deploy key
2016-09-13 Wu Jian Gangfix typos
2016-09-13 Ivan GrokhotkovMerge branch 'bugfix/spi_flash_unlock_once' into 'master'
2016-09-13 Wu Jian GangMerge remote-tracking branch 'origin/master' into featu...
2016-09-13 Wu Jian Gangcallback: add a void* pointer with each callback
2016-09-13 Wu Jian Gangheader: callbacks use "void *" as arguments
2016-09-13 Wu Jian Gangheader: format and fix typos
2016-09-13 liuzhifuadd wifi api comments
2016-09-13 liuzhifuadd wifi api comments
2016-09-13 Ivan GrokhotkovMerge branch 'bugfix/ci_update_for_wifi_revision' into...
2016-09-13 Ivan Grokhotkovcomponents/spi_flash: call SPIUnlock only once
2016-09-13 Angus GrattonMerge branch 'feature/bootloader_config' into 'master'
2016-09-13 Ivan GrokhotkovMerge branch 'feature/dualcore_spi_flash_api' into...
2016-09-13 Ivan Grokhotkovcomponents/spi_flash: improve comments and readability
2016-09-13 Angus Grattonesp32 cpu_start: Include rom/uart.h, remove inline...
2016-09-13 Angus Grattonbootloader: Add bootloader Kconfig
2016-09-13 Jeroen DomburgFix bug where nesting vTaskEnterCritical calls would...
2016-09-13 Yinlinginstalled gitlab key in global before_script,
2016-09-13 Angus Grattonci: Use github repo for wifi libraries on master branch...
2016-09-12 Ivan Grokhotkovcomponents/esp32,spi_flash: update some comments
2016-09-12 Ivan Grokhotkovcomponents/esp32: remove dependency of WIFI_ENABLED...
next