]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-11-24 Angus GrattonMerge branch 'bugfix/uart_isr_rodata' into 'master'
2016-11-24 Angus GrattonMerge branch 'bugfix/rmt_includes' into 'master'
2016-11-23 Angus GrattonFixes for stdlib.h inclusion
2016-11-23 Ivan GrokhotkovMerge branch 'feature/integrate_unit_tests' into 'master'
2016-11-23 Ivan GrokhotkovMerge branch 'bugfix/freertos_staticqueue_size' into...
2016-11-23 anttiadd build all unit tests in project.mk and update doc
2016-11-23 Angus GrattonMerge branch 'bugfix/build_system_secure_boot_embed...
2016-11-23 anttiadd updated nvs flash test
2016-11-23 Angus GrattonMerge branch 'bugfix/embed_text_files' into 'master'
2016-11-22 Angus GrattonUART driver: Fix crash in ISR due to "UART" static...
2016-11-22 Angus GrattonFreeRTOS: Use C11 _Static_assert to verify static ...
2016-11-22 Angus Grattonbuild system: Fix null-terminating of text files for...
2016-11-22 Daniel CamporaStaticQueue_t needs to have the same size as xQUEUE.
2016-11-22 Wu Jian GangMerge branch 'bugfix/tw8727_pc_send_random_pkt_cause_es...
2016-11-22 anttiadd unit tests to esp-idf
2016-11-22 Wu Jian GangMerge branch 'bugfix/arp_queue_failed' into 'master'
2016-11-22 Ivan GrokhotkovMerge branch 'doc/pr103_cleanup' into 'master'
2016-11-22 Jeroen DomburgMerge branch 'bugfix/gpio_config_pullup' into 'master'
2016-11-22 Wu Jian GangMerge branch 'feature/tw8799_low_level_output_optimize...
2016-11-22 Liu Zhi Fuesp32: fix random pkt cause esp32 watchdog
2016-11-22 tianzhongxingcomponents/lwip/arp: change the arp dropping packet...
2016-11-21 Ivan GrokhotkovMerge branch 'driver_merge_tmp/merge_rmt' into 'master'
2016-11-21 Wangjialinrmt: add documentation
2016-11-21 Wangjialinadd RMT driver and example
2016-11-21 Wu Jian GangMerge branch 'feature/ipv6_api' into 'master'
2016-11-21 Angus GrattonMerge branch 'feature/bignum_rsa' into 'master'
2016-11-21 Liu Zhi Fulwip: remove useless printf info
2016-11-21 Angus Grattonmbedtls hardware bignum: Use memcpy instead of REG_WRIT...
2016-11-21 Angus GrattonBuild system: Fix a bug with embedding binaries in...
2016-11-21 GabePullup is not configured by gpio_config #110
2016-11-21 tzxipv6 interface: add branch for ipv6 interface
2016-11-21 Ivan GrokhotkovMerge branch 'feature/support_build_multiple_bin' into...
2016-11-21 KrzysztofDoxygen configuration clean up
2016-11-21 Krzysztofdoc: Index clean up
2016-11-21 Krzysztofdoc: Formating clean up
2016-11-21 Krzysztofdoc: API Reference - examples & fixes
2016-11-21 Krzysztofdoc: Documenting Code clean up
2016-11-21 Krzysztofdocs: Hyperlinks to guides
2016-11-21 Wu Jian GangMerge branch 'feature/tw8798_add_phy_printf_into_libcor...
2016-11-20 Liu Zhi Fulwip: rework for low_level_output
2016-11-19 Liu Zhi Fulwip: optimize low_level_output
2016-11-18 Liu Zhi Fuesp32: add phy_printf
2016-11-18 Ivan GrokhotkovMerge branch 'feature/save_logs_to_test_report' into...
2016-11-18 Ivan GrokhotkovMerge branch 'feature/phy_init' into 'master'
2016-11-18 Ivan Grokhotkovdocs: update partition tables documentation
2016-11-18 Ivan Grokhotkovnvs, spi_flash: handle case when source data is in...
2016-11-18 Ivan Grokhotkovphy_init: reduce the amount of hardwired logic, add...
2016-11-18 Angus Grattonphy init data: Read PHY init data partition offset...
2016-11-18 Ivan Grokhotkovadd PHY init support
2016-11-18 Ivan Grokhotkovpartition_table: update layouts, remove unused subtypes...
2016-11-18 Ivan Grokhotkovnvs: allow nvs_flash_init to be called more than once
2016-11-18 Ivan Grokhotkovnvs: initialize using layout from partition table
2016-11-18 Wu Jian GangMerge branch 'feature/openssl' into 'master'
2016-11-18 Angus Grattonmbedtls hardware bignum: Expose ESP-only bignum API...
2016-11-18 Angus Grattonmbedtls hardware bignum: Support "RSA" interrupt for...
2016-11-18 Angus Grattonmbedtls hardware RSA: Put into menuconfig, squash warnings
2016-11-18 Angus Grattonmbedtls hardware RSA: Combine methods for calculating...
2016-11-18 Dong Hengmbedtls hardware RSA: Fix "mbedtls_mpi_exp_mod" hardwar...
2016-11-18 Dong Hengcomponents/openssl_demo: remove the apache license...
2016-11-17 Wu Jian GangMerge branch 'bugfix/taskwdt' into 'master'
2016-11-17 Jeroen DomburgMerge with master; merge Doxygen config
2016-11-17 Ivan GrokhotkovMerge branch 'feature/docs_general_notes' into 'master'
2016-11-17 Jeroen DomburgMake sure task wdt also does the right thing when trigg...
2016-11-17 Angus GrattonMerge branch 'bugfix/secure_boot_fixes' into 'master'
2016-11-17 Yinlingsupport build multiple bin for SSC
2016-11-17 Yinlingsave logs as test_report artifacts
2016-11-17 Wu Jian GangMerge branch 'bugfix/tw8706_softap_join_ap_return_wrong...
2016-11-17 Jeroen DomburgAdd docs build artifacts to gitignore
2016-11-17 Jeroen DomburgAdd documentation
2016-11-17 Liu Zhi Fuesp32: tw8706 softap join ap return wrong code
2016-11-17 Wu Jian GangMerge branch 'bugfix/tw8746_restore_cause_load_fail...
2016-11-17 Wu Jian GangMerge branch 'feature/tw8743_menuconfig_add_L2toL3_copy...
2016-11-17 Liu Zhi Fudocs/nvs_flash: update the nvs flash offset comment...
2016-11-17 Angus GrattonMerge branch 'doc/pr65_openocd_clone' into 'master'
2016-11-17 Angus Grattonbuild system: Use correct objcopy arguments for object...
2016-11-17 Liu Zhi Funvs_flash: adjust the nvs_flash start sector number
2016-11-17 Liu Zhi Fulwip: default ESP_L2_TO_L3_COPY to 0
2016-11-17 Liu Zhi Fulwip:refractor to the description about this menuconfig...
2016-11-16 Benjamin VernouxSimplified "Installing OpenOCD" with git clone --recursive
2016-11-16 Angus Grattonbuild system: When embedding binary files, fix re-gener...
2016-11-16 Angus Grattonmicro-ecc: Add submodule dependency
2016-11-16 Angus Grattonbuild system: Refactor SubmoduleCheck to work project...
2016-11-16 Angus Grattonbuild system: Fix embedding files which are themselves...
2016-11-16 Angus GrattonMerge branch 'bugfix/example_warning_cleanup' into...
2016-11-16 Angus GrattonMerge branch 'master' into bugfix/example_warning_cleanup
2016-11-16 Ivan Grokhotkovdocs: fix Doxygen warnings, fail CI build on Doxygen...
2016-11-16 Ivan Grokhotkovdocs: fix broken links, formatting, add SPI flash and...
2016-11-16 Ivan Grokhotkovdocs: add description of ESP-IDF application startup...
2016-11-16 Liu Zhi Fulwip: modify menuconfig comments according to review
2016-11-16 Jeroen Domburgtaskwdt fixes: better handling of empty/emptying wdt...
2016-11-16 Wang Jia LinMerge branch 'bugfix/uart_isr_switch_context' into...
2016-11-16 WangjialinMerge branch 'master' into bugfix/uart_isr_switch_context
2016-11-16 Liu Zhi Fulwip: add option to memcopy packet from L2 to L3
2016-11-16 Angus Grattonringbuf: Fix case where xTaskGetTickCount() overflows...
2016-11-16 Wu Jian GangMerge branch 'feature/tw8427_softap_support_bridge...
2016-11-16 WangjialinMerge branch 'master' into bugfix/uart_isr_switch_context
2016-11-16 Wangjialindriver: bugfix/fix uart parity and frame error bug
2016-11-16 Liu Zhi Fuesp32: softap supports bridge
2016-11-16 Angus GrattonBuild system: Raise warning level
2016-11-16 Angus Grattonexamples: Update component.mk for new conventions
next