]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2017-09-11 Ivan GrokhotkovMerge branch 'feature/http_request_example_receiving_ti...
2017-09-11 Ivan GrokhotkovMerge branch 'bugfix/warn_on_invalid_xtal_freq' into...
2017-09-11 Ivan GrokhotkovMerge branch 'feature/gpio_channel_macro' into 'master'
2017-09-11 Ivan Grokhotkovsoc/rtc: warn if detected XTAL frequency does not match...
2017-09-11 krzychbAdded socket receiving timeout, ref. TW#14353 / GitHub...
2017-09-08 Ivan GrokhotkovMerge branch 'bugfix/docs_broken_links' into 'master'
2017-09-08 Ivan GrokhotkovMerge branch 'feature/docs_touch_pad_api' into 'master'
2017-09-08 Ivan GrokhotkovMerge branch 'bugfix/cache_err_int' into 'master'
2017-09-08 Ivan Grokhotkovesp32: fix cache error interrupt handler
2017-09-07 krzychbFixed broken links in documentation
2017-09-07 Ivan GrokhotkovMerge branch 'bugfix/rmt' into 'master'
2017-09-07 Ivan GrokhotkovMerge branch 'feature/pthread_api' into 'master'
2017-09-07 Ivan GrokhotkovMerge branch 'feature/multi_heap_poisoning' into 'master'
2017-09-07 Ivan GrokhotkovMerge branch 'bugfix/tcpip_adapter_ethernet' into ...
2017-09-07 Ivan GrokhotkovMerge branch 'feature/spi_lcd_autodetect' into 'master'
2017-09-07 Ivan GrokhotkovMerge branch 'feature/mbedtls2_6_0' into 'master'
2017-09-07 Ivan GrokhotkovMerge branch 'bugfix/intr_free' into 'master'
2017-09-07 Angus Grattonmbedtls: Rename net to net_sockets (in line with 2...
2017-09-07 Angus Grattonmbedtls: Re-apply: MBEDTLS_SHA512_ALT also replaces...
2017-09-07 Angus Grattonmbedtls: Re-apply ECP memory leak fix
2017-09-07 Angus Grattonmbedtls: Re-apply MBEDTLS_BIGNUM_ALT & related macros...
2017-09-07 Angus Grattonmbedtls: Update to 2.6.0 release (without IDF-specific...
2017-09-07 Angus Grattonnewlib: Avoid deprecation warning calling system_get_ti...
2017-09-07 Angus Grattonlwip: Use hardware RNG for LWIP_RAND(), use LWIP_RAND...
2017-09-07 Angus Grattondoc: Add docs for heap trace & poisoning
2017-09-07 Angus Grattonlibgcc: Place assembly functions (including __xtensa_li...
2017-09-07 Angus GrattonHeap tracing support
2017-09-07 Angus GrattonUnit tests: enable comprehensive heap poisoning checks
2017-09-07 Angus Grattonmulti_heap: Add heap poisoning features
2017-09-07 Angus Grattonunit tests: Check heap integrity after each test, check...
2017-09-07 Angus Grattonheap_caps: Add heap_caps_check_integrity() function
2017-09-07 Ivan GrokhotkovMerge branch 'test/modify_mtu_cases' into 'master'
2017-09-07 chenshengtest:update BLE GATT MTU cases
2017-09-07 Jiang Jiang... Merge branch 'feature/update_wifi_lib_for_some_feature_...
2017-09-07 Ivan GrokhotkovMerge branch 'bugfix/spi_cache_disable_adjustments_iram...
2017-09-07 Liu Zhi Fuesp32: update wifi lib for a bunch of small feature...
2017-09-07 michaelfeat(global): add macros for GPIO->channel lookup
2017-09-07 Angus GrattonMerge branch 'feature/register_heaps_runtime' into...
2017-09-07 Angus GrattonMerge branch 'bugfix/http_to_https_url_changes' into...
2017-09-07 Angus GrattonMerge branch 'bugfix/btdm_unloaded_memory' into 'master'
2017-09-06 Tian Haocomponent/bt : fix unloaded memory(0x3fff0000 overwrite...
2017-09-06 Jeroen DomburgMake sure cache is disabled/enabled when *both* CPUs...
2017-09-06 michaelrefactor(intr): remove useless tags in the debug log.
2017-09-06 michaelfix(intr): always assign the same intr to a same source...
2017-09-06 krzychbMass replacement of http with https urls, fixed broken...
2017-09-06 michaelexample(spi_master): add menuconfig to enable the auto...
2017-09-06 Alexey Gerenkovesp_pthread_init constructor attr was removed
2017-09-06 Alexey GerenkovAccording to comments
2017-09-06 Ivan Grokhotkovpthread: handle statically initialized mutexes
2017-09-06 Alexey GerenkovAccording to review comments
2017-09-06 Alexey GerenkovCleanup
2017-09-06 Alexey Gerenkov1) Thread detach functionality added
2017-09-06 Alexey Gerenkov1) Mux API was added
2017-09-06 Alexey Gerenkovpthread: Initial version of thread API
2017-09-06 Ivan GrokhotkovMerge branch 'bugfix/unit_test_build' into 'master'
2017-09-05 krzychbSeparate section on touch detection
2017-09-05 Ivan Grokhotkovbuild system: fix building tests specified via TEST_COM...
2017-09-05 Jeroen DomburgMerge branch 'bugfix/soft_reboot_psram' into 'master'
2017-09-05 Angus GrattonMerge branch 'feature/build_warn_undefined_vars' into...
2017-09-05 krzychbImplemented 2 of 3 review comments
2017-09-05 krzychbTouch Pad driver overview
2017-09-05 Angus Grattonbuild system: Remove obsolete GenerateBuildDirTarget...
2017-09-05 Angus GrattonMerge branch 'feature/tcp_msl_menuconfig' into 'master'
2017-09-05 Angus Grattonbuild system: Document --warn-undefined-variables and...
2017-09-05 Angus Grattonbuild system: Restore ifdef/ifndef in Makefiles, clean...
2017-09-05 Deomid RyabkovAdd --warn-undefined-variables to MAKEFLAGS
2017-09-05 Angus GrattonMerge branch 'bugfix/nvs_item_crc_check' into 'master'
2017-09-05 Angus Grattonheap: Support adding new heap regions at runtime
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/core_dump_loop' into 'master'
2017-09-05 Angus GrattonMerge branch 'bugfix/mbedtls_net_failures' into 'master'
2017-09-05 Ivan GrokhotkovMerge branch 'feature/adc_calibration' into 'master'
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/deep_sleep_wakeup_stub' into ...
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/openssl_client_example' into ...
2017-09-05 Alexey Gerenkovesp32: Fixes infinite loop caused by exception during...
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/cpu_clk_disable_spi' into 'master'
2017-09-05 Angus GrattonMerge branch 'bugfix/spinlock_performance' into 'master'
2017-09-05 Angus Grattonmbedtls: Don't assign ctx->fd until connect() or bind...
2017-09-04 Angus GrattonMerge branch 'bugfix/bootloader_ota_sel' into 'master'
2017-09-04 Ivan Grokhotkovethernet: enable EMAC module clock on initialization
2017-09-04 Ivan Grokhotkovsdmmc: use periph_ctrl to enable peripheral when initia...
2017-09-04 Ivan Grokhotkovdriver: add periph_ctrl support for SDMMC, SDIO slave...
2017-09-04 michaelfix(spi_master): this fix the SPI MOSI output missing...
2017-09-04 Jiang Jiang... Merge branch 'feature/btdm_add_set_local_MTU_API_for_ga...
2017-09-04 Alexey Gerenkovapptrace lock acquire function was re-designed to minim...
2017-09-04 Ivan Grokhotkovci: add extra unit test job
2017-09-04 Jeroen DomburgFix rebooting when PSRAM is active
2017-09-04 Ivan GrokhotkovMerge branch 'bugfix/lwip_send_timeout' into 'master'
2017-09-04 Angus Grattonesp32: Update wifi lib to use new spinlock implementation
2017-09-04 Angus Grattonportmux: Add vPortCPUAcquireMutexTimeout() function
2017-09-04 Angus Grattonfreertos scheduler test: Free timer group interrupt...
2017-09-04 Angus Grattonfreertos: Inline vPortCPUAcquireMutex/vPortCPUReleaseMu...
2017-09-04 Angus Grattonfreertos: vPortCPUReleaseMutex() no longer returns...
2017-09-04 Angus Grattonfreertos spinlock/portmux: Reduce spinlocking overhead
2017-09-04 Angus Grattonfreertos spinlocks/portmux: Add combination unit tests...
2017-09-04 Angus GrattonMerge branch 'bugfix/ci_build_examples_more' into ...
2017-09-04 Angus Grattonbuild system: Don't make menuconfig if "make clean...
2017-09-04 Angus Grattonbuild system: Explicitly disallow 'clean' along with...
2017-09-04 Angus Grattonbuild system tests: Run inside PWD same as build_exampl...
2017-09-04 Angus Grattonci: Add two more example build jobs per CI pass
2017-09-04 Angus Grattonbuild system: Add dependencies to component clean steps
next