]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-11-14 Angus GrattonMerge branch 'feature/cleanup_examples' into 'master'
2016-11-14 Angus Grattonble_adv example: Remove int return value from app_main()
2016-11-14 Angus GrattonExamples: Remove deprecated system_init() call
2016-11-14 Angus GrattonMerge branch 'feature/build_component_project_vars...
2016-11-14 Angus Grattonbuild examples: Only build verbose on failure, save...
2016-11-14 Angus GrattonMerge branch 'master' into feature/build_component_proj...
2016-11-14 Angus GrattonMerge branch 'feature/esptool_secure_boot' into 'master'
2016-11-14 Angus Grattonbootloader: Fix unused variable errors when secure...
2016-11-14 Angus Grattonsecure boot: Add warnings this feature is not finished yet
2016-11-14 Angus GrattonSecure boot: Documentation tweaks
2016-11-14 Ivan GrokhotkovMerge branch 'feature/doc_update' into 'master'
2016-11-14 Angus Grattonsecure boot: Rename efuse option for UART bootloader...
2016-11-14 Angus GrattonBuild system: Don't shell-quote SEPARATOR variable...
2016-11-14 Angus GrattonBump esptool revision (espefuse.py fixes)
2016-11-14 Angus Grattonsecure boot: Functional partition table & app signature...
2016-11-14 Angus Grattonsecure boot: Enable based on sdkconfig, remove "secure...
2016-11-14 Angus Grattonpartition_table: Pad generated table to 0xC00 length...
2016-11-14 Angus Grattonpartition_table: Move from 0x4000 to 0x8000
2016-11-14 Angus Grattonsecure boot: Derive secure bootloader key from private key
2016-11-14 Angus GrattonSecure boot: initial image signature support
2016-11-13 Angus GrattonBuild system: Change deprecation message to include...
2016-11-13 Angus Grattonbuild system: Remove make 3.81 "component_project_vars...
2016-11-11 Jeroen DomburgMerge branch 'feature/per_cpu_interrupt_handlers' into...
2016-11-11 Ivan GrokhotkovMerge branch 'feature/nvs_examples' into 'master'
2016-11-11 Jeroen DomburgComment fix
2016-11-11 Ivan Grokhotkovexamples: minor tweaks to comments
2016-11-11 Wu Jian GangMerge branch 'feature/tw8619_merge_amsdu' into 'master'
2016-11-11 Angus Grattonbuild system: Remove need for $(Q) macro in recipes...
2016-11-10 KrzysztofRevised api files
2016-11-10 KrzysztofNew items to documentation TOC
2016-11-10 KrzysztofFixed link so it can render by Sphinx
2016-11-10 KrzysztofConform Style Guide
2016-11-10 KrzysztofMerge remote-tracking branch 'refs/remotes/espressif...
2016-11-10 KrzysztofMerge remote-tracking branch 'refs/remotes/espressif...
2016-11-10 Liu Zhi Fuesp32: merge amsdu
2016-11-10 Jeroen DomburgMerge branch 'driver_merge_tmp/merge_uart' into 'master'
2016-11-10 Jeroen DomburgAdd core info to xt interrupt api
2016-11-10 Jeroen DomburgPer-CPU interrupt handlers and args
2016-11-10 WangjialinFix uart tx bug, data pass(with flow control) through...
2016-11-10 Ivan GrokhotkovMerge branch 'bugfix/nvs_lookup_failure' into 'master'
2016-11-10 Ivan GrokhotkovMerge branch 'feature/docs_update' into 'master'
2016-11-10 Angus GrattonBuild system: Use ifndef X in makefiles instead of...
2016-11-10 Angus Grattondocs: Rewrite build system docs to address new system...
2016-11-10 KrzysztofOptimsed code
2016-11-10 KrzysztofNVS Examples update
2016-11-10 Angus Grattonbuild system: Refactor component.mk to not need compone...
2016-11-10 WangjialinMerge branch 'master' into driver_merge_tmp/merge_uart
2016-11-09 Angus Grattonbuild system: Generated makefiles should contain enviro...
2016-11-09 Angus Grattonbuild system: Fix defconfig vs menuconfig regression...
2016-11-09 Angus Grattonbuild system: Refactor the three component-target-relat...
2016-11-09 Angus Grattonbuild system: Don't build an sdkconfig for bootloader...
2016-11-09 Angus Grattonbuild system: Replace get_variable target w/ component_...
2016-11-09 Ivan GrokhotkovMerge branch 'bugfix/github_issues' into 'master'
2016-11-09 Angus GrattonMerge branch 'bugfix/compile_with_no_timers' into ...
2016-11-08 Ivan Grokhotkovwpa_supplicant: clean up unused variable warning
2016-11-08 Angus Grattonbuild system: Fix bootloader-flash target
2016-11-08 Ivan Grokhotkovbootloader: move some functions out of IRAM when buildi...
2016-11-08 Ivan Grokhotkovwifi: use MACSTR and MAC2STR in logging statements
2016-11-08 Ivan Grokhotkovdriver/gpio: fix interrupt type names in comment block
2016-11-08 Ivan Grokhotkovnewlib: fix `_times_r` syscall implementation
2016-11-08 Ivan Grokhotkovfix order of creation of standard streams
2016-11-08 Ivan Grokhotkovlwip: fix duplicate definition of O_NONBLOCK
2016-11-08 Ivan Grokhotkovspi_flash: add missing volatile qualifier for lock...
2016-11-08 Ivan Grokhotkovvfs: check error code returned by FS driver open function
2016-11-08 Wu Jian GangMerge branch 'feature/tw8193_add_wifi_api_detail_return...
2016-11-08 Liu Zhi Fuesp32: modify the code according to review comments
2016-11-08 Ivan GrokhotkovMerge branch 'revert-faad2923' into 'master'
2016-11-08 Ivan GrokhotkovMerge branch 'bugfix/rmt_mem_struct' into 'master'
2016-11-08 Liu Zhi Fuesp32/make: add detailed return error code for wifi...
2016-11-08 Wu Jian GangMerge branch 'feature/tw8387_merge_bt_wifi_coexist_code...
2016-11-08 Liu Zhi Fuesp32: remove libcrypto according to review comments
2016-11-08 WangjialinOnly fix rmt_mem_t struct definition error.
2016-11-08 Liu Zhi Fuesp32: merge bt/wifi coexist code
2016-11-08 Ivan GrokhotkovRevert "Merge branch 'feature/ci_checkout_same_branch_f...
2016-11-08 Angus Grattonbuild system: Add support for embedded arbitrary binary...
2016-11-08 Angus Grattonbootloader_support: Move secure boot code to bootloader...
2016-11-07 Ivan GrokhotkovMerge branch 'feature/integrate_unit_test_to_ci' into...
2016-11-07 Ivan GrokhotkovMerge branch 'feature/wpa_supplicant_libcrypto_source...
2016-11-07 WangjialinMinor changes for driver
2016-11-07 Ivan GrokhotkovMerge branch 'bugfix/osx_menuconfig_build' into 'master'
2016-11-07 Ivan GrokhotkovFix build with macports/pkgconfig, silence format strin...
2016-11-07 Ivan GrokhotkovMerge branch 'feature/style_guide' into 'master'
2016-11-07 Ivan GrokhotkovMerge branch 'bugfix/bootloader_iram_overlap' into...
2016-11-07 Ivan GrokhotkovMerge branch 'feature/ci_checkout_same_branch_for_submo...
2016-11-06 KrzysztofNon-Volatile Storage (NVS) example
2016-11-06 Yinlingremove unnecessary "git fetch" and add echo submodule...
2016-11-06 YinlingNo need to deinit submodules as use clean clone by...
2016-11-06 Yinlingtry to checkout same branch for submodule in CI jobs
2016-11-05 KrzysztofInstructions to prepare documentation
2016-11-05 KrzysztofAll API Reference docs updated to match header files
2016-11-05 Krzysztofdeep-sleep-stub added + TOC outline
2016-11-05 KrzysztofResolved issue with version / release on Read the Docs
2016-11-05 KrzysztofFixed section header style
2016-11-05 KrzysztofFixed broken links
2016-11-04 Ivan Grokhotkovbuild fix
2016-11-04 Ivan Grokhotkovwpa_supplicant: replace pre-built crypto library with...
2016-11-04 WangjialinModify as Angus's suggestion:
2016-11-04 Ivan Grokhotkovld scripts: fix overlap between bootloader and applicat...
2016-11-04 Ivan Grokhotkovnewlib: fix compilation error when no timers are enable...
2016-11-03 WangjialinMerge branch 'master' into driver_merge_tmp/merge_uart
next