]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-12-15 Jeroen DomburgAdd testcase, fix executable memory allocated in shared...
2016-12-15 Jeroen DomburgFix small things noticed in MR, add documentation
2016-12-15 Jeroen DomburgAdd xPortGetFreeHeapSizeCaps and xPortGetMinimumEverFre...
2016-12-15 Jeroen DomburgTabs -> spaces
2016-12-15 Jeroen DomburgDo not disable entire IRAM pool; instead disable only...
2016-12-15 Jeroen DomburgAdd name to tag type
2016-12-14 Angus GrattonMerge branch 'bugfix/conf_across_mountpoints' into...
2016-12-14 Angus GrattonMerge branch 'bugfix/build_deps_assembler' into 'master'
2016-12-14 Angus Grattonbuild system tests: Add test case for sdkconfig-trigger...
2016-12-14 Angus Grattonbuild system: Generate dependency make rules for assemb...
2016-12-14 Angus GrattonMerge branch 'bugfix/build_system_linker_script_deps...
2016-12-13 Ivan GrokhotkovMerge branch 'bugfix/rom_int_functions' into 'master'
2016-12-13 Jeroen DomburgPut ets_isr_* functions into IRAM. Original fns were...
2016-12-13 Ivan Grokhotkovnewlib: fix unit test name in test config
2016-12-13 Ivan Grokhotkovfreertos: fix TLS delete callback test
2016-12-13 Jeroen DomburgReplace non-multicore-aware rom funcs with multicore...
2016-12-12 Angus GrattonMerge branch 'feature/make_size' into 'master'
2016-12-12 Jonathan DumaresqAdd the size target to project Makefile
2016-12-12 Deomid RyabkovCreate temp config in the same dir as target
2016-12-12 Ivan GrokhotkovMerge branch 'test/integrate_stress_test_to_CI' into...
2016-12-12 Angus Grattonbuild system: Project ELF should depend on linker scrip...
2016-12-12 Angus Grattonbuild system: Be specific about esp-idf submodule updat...
2016-12-12 Ivan GrokhotkovMerge branch 'bugfix/driver_cleanup_log' into 'master'
2016-12-12 Yinlingremove not used code as `rm -rf` always return 0
2016-12-11 Angus GrattonMerge branch 'feature/esptool_flash_encryption' into...
2016-12-09 Ivan GrokhotkovMerge branch 'bugfix/warnings' into 'master'
2016-12-09 Ivan Grokhotkovbootloader, driver/rtc: fix warnings about unused functions
2016-12-09 Jeroen DomburgMerge branch 'feature/intr_alloc' into 'master'
2016-12-09 Angus GrattonMerge branch 'bugfix/ci_fail_warnings' into 'master'
2016-12-09 Angus GrattonMerge branch 'bugfix/spiflash_erase_block' into 'master'
2016-12-09 Ivan GrokhotkovMerge branch 'feature/newlib_full_format' into 'master'
2016-12-09 Angus GrattonSPI flash: Block erase size 64KB not 32KB
2016-12-09 Yinlingswitch socket recv print for stress test
2016-12-08 Ivan GrokhotkovMerge branch 'feature/mbedtls/add_menuconfig_component...
2016-12-08 Liu Hanexample/09_openssl_client: change default port to be 443
2016-12-08 Yinlingfix bug in test case TCPIP_TCP_5101
2016-12-08 Liu Hanexample/https_request: add header file declare platform...
2016-12-08 Tian Haocomponent/bt : delete the un-used lines
2016-12-08 Jeroen DomburgFix example code, add chapter to docs about interrupts...
2016-12-08 Liu Hancomponents/mbedtls: add time and time data configuratio...
2016-12-08 Angus GrattonMerge branch 'feature/backtrace_dumps' into 'master'
2016-12-08 Jeroen DomburgAlso add intr_alloc magic to rtc code
2016-12-08 Jeroen DomburgMark some interrupts that are now allocated dynamically...
2016-12-08 Jeroen DomburgAdd test for local interrupts, fix int disable code
2016-12-08 Jeroen DomburgAdd disabling/enabling of shared interrupt, add testcas...
2016-12-08 Jeroen DomburgChanges according to merge request
2016-12-08 Jeroen DomburgAdd interrupt allocation scheme / interrupt sharing...
2016-12-08 Ivan Grokhotkovnewlib: add "full" formatting support, add missing...
2016-12-08 Ivan GrokhotkovMerge branch 'feature/select_default_uart' into 'master'
2016-12-08 Ivan GrokhotkovMerge branch 'bugfix/pcnt_driver' into 'master'
2016-12-08 Ivan Grokhotkovcpu_start: tabs->spaces
2016-12-08 Angus GrattonMerge branch 'bugfix/rmt_debug_newline' into 'master'
2016-12-08 Ivan GrokhotkovMerge branch 'bugfix/netif_zero_init' into 'master'
2016-12-07 Angus Grattonpcnt example: Remove unused debugging tag
2016-12-07 Neil KolbanRemoval of spurious newline character in debug statement
2016-12-07 tzxapp_update: clean up warning log when compile any project
2016-12-07 Tian Haocomponent/bt : cleanup demo warnings
2016-12-07 Tian Haocomponent/bt : cleanup all the "-W-no-xx" and all...
2016-12-07 Angus Grattonbuild system: Remove FLAGS_XXX variable option, replace...
2016-12-07 Angus Grattonesp32: ReformatReformat panic.c (remove tabs, etc)
2016-12-07 Deomid RyabkovAdd backtrace to exception output.
2016-12-07 Ivan Grokhotkovcpu_start: disable boot watchdog only after starting...
2016-12-07 Ivan Grokhotkovuart_tx_wait_idle: fix issue with last character not...
2016-12-07 Ivan Grokhotkovsupport for console redirection to other UART
2016-12-07 Deomid RyabkovZero-fill netif on alloc
2016-12-07 Ivan GrokhotkovMerge branch 'driver_merge_tmp/merge_rtc_module' into...
2016-12-07 Chu Shu Chendriver: add rtc module and bugfix gpio32 gpio33
2016-12-07 Ivan Grokhotkovdrivers: remove file paths from log statements
2016-12-07 Ivan GrokhotkovMerge branch 'feature/debugging_fixes' into 'master'
2016-12-07 Ivan GrokhotkovMerge branch 'feature/unit_test_app_tweaks' into 'master'
2016-12-06 Angus Grattonunit-test-app: Don't auto-display menu after test run...
2016-12-06 Angus GrattonMerge branch 'bugfix/gdbstub_no_sync_gdb' into 'master'
2016-12-06 Angus GrattonCI build_examples.sh: Fail on warnings, even with ...
2016-12-06 Yinlinghandle the case that artifacts do not exist
2016-12-06 Yinlingadd supported stress test cases to CI
2016-12-06 me-no-devFix comment in the header
2016-12-05 me-no-devFix wrong assignment of channel and unit in pcnt_unit_c...
2016-12-05 Jeroen DomburgInvoke panic handler when a stack overflow has been...
2016-12-02 Ivan GrokhotkovMerge branch 'feature/ulp' into 'master'
2016-12-02 Wu Jian GangMerge branch 'bugfix/tw6904_mode_switch_cause_exception... v1.0
2016-12-02 Liu Zhi Fufreertos: default run program on 1st cpu
2016-12-02 Jeroen DomburgFix small bug in gdbstub where it sometimes would not...
2016-12-02 Liu Zhi Fuesp32: fix tw6901
2016-12-02 Wu Jian GangMerge branch 'bugfix/example_index' into 'master'
2016-12-02 Wu Jian Gangdocs: fix example index
2016-12-02 Angus GrattonFlash encryption / secure boot: Temporarily disable...
2016-12-02 Angus Grattonsecure boot docs: Add some examples of using espsecure...
2016-12-02 Angus Grattondocs: Correct partition table offset
2016-12-02 Angus GrattonSecure boot: Correctly re-sign if signing key changes...
2016-12-02 Angus Grattonsecure boot & flash encryption: Rework configuration...
2016-12-02 Angus GrattonFlash encryption: Support enabling flash encryption...
2016-12-02 Ivan Grokhotkovinitial support for generation of ULP coprocessor code
2016-12-02 Jiang Jiang... Merge branch 'feature/btdm_bluedroid' into 'master'
2016-12-01 Tian Haocomponent/bt : cleanup the function warning in doxygen
2016-12-01 Tian Haocomponent/bt : doxygen can generate html correctly
2016-12-01 Tian Haocomponent/bt : add ble event type
2016-12-01 Tian Haocomponent/bt : cleanup the return style
2016-12-01 Wu Jian GangMerge branch 'feature/ethernet_driver' into 'master'
2016-12-01 shangkeethernet: add first version of ethernet driver
2016-12-01 Tian Haocomponent/bt : cleanup the function comment as doxygen...
next