]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2017-11-14 Wangjialinbugfix(touch): registers of touchpad 8 and 9 are mismatched
2017-10-31 Jiang Jiang... Merge branch 'bugfix/btdm_app_malloc_invalid_bug' into...
2017-10-31 Jiang Jiang... Merge branch 'bugfix/btdm_disable_role_switch' into...
2017-10-31 Jiang Jiang... Merge branch 'bugfix/btdm_fix_crash_when_set_device_nam...
2017-10-31 Jiang Jiang... Merge branch 'feature/reduce_default_wifi_static_buffer...
2017-10-30 Angus GrattonMerge branch 'bugfix/fix_tcp_crash' into 'master'
2017-10-30 Ivan GrokhotkovMerge branch 'bugfix/unit_test_refactored_timer_api_usa...
2017-10-30 Darian Leungunit_tests/Update unit test timer divider
2017-10-28 Liu Zhi Fuesp32: reduce default wifi static tx buffer
2017-10-27 Angus GrattonMerge branch 'bugfix/fix_uart_vfs_test_error' into...
2017-10-27 Jiang Jiang... Merge branch 'bugfix/btdm_cpu_core' into 'master'
2017-10-27 Wangjialinbugfix(uart): Don't disable console UART peripheral
2017-10-27 zhiweijiancomponent/bt: fix crash when set device name NULL
2017-10-27 Angus GrattonMerge branch 'feature/docs_update_timer_api' into ...
2017-10-27 krzychbTimer API docs update, refactored example
2017-10-27 Angus GrattonMerge branch 'feature/uart_example_separate_tx_rx_tasks...
2017-10-27 Ivan GrokhotkovMerge branch 'bugfix/pthread_once' into 'master'
2017-10-26 Angus GrattonMerge branch 'bugfix/set_cppflags' into 'master'
2017-10-26 Andreas PokornyEnsure that C++ and C compilers get the same preprocess...
2017-10-26 Angus GrattonMerge branch 'bugfix/panic_handler_debugexception'...
2017-10-26 Angus GrattonMerge branch 'feature/adc2_driver' into 'master'
2017-10-26 Angus GrattonMerge branch 'bugfix/uart_set_default_idle_time_to_zero...
2017-10-26 Angus GrattonMerge branch 'bugfix/tcpip_stack_overflow_logging_print...
2017-10-26 michaelrefactor(rtc): re-organize code in rtc_module.c
2017-10-26 michaelexample(adc2): add example and test case for adc2.
2017-10-26 esp32defeat(adc2): append adc2 support and api and the lock...
2017-10-25 Kedar Sovani[pthread] Perform init_routine execution outside of...
2017-10-25 Jiang Jiang... Merge branch 'bugfix/btdm_fix_bonded_public_scan_issue...
2017-10-25 Wangjialinbugfix(uart): set default tx idle num
2017-10-25 islandcomponent/bt: Fix scan problem of bonded device using...
2017-10-24 Tian Haocomponent/bt : fix bug of sw interrupt cause to run...
2017-10-24 wangmengyangcomponent/bt: disable the use of ROLE_SWITCH feature...
2017-10-24 michaelfeat(rtc): open adc*(dac)_pad_get_io_num functions...
2017-10-24 michaelrefactor(rtc): change register writing from macros...
2017-10-24 Angus GrattonMerge branch 'bugfix/ioctl_declaration' into 'master'
2017-10-24 zhangyanjiaofix tcp crash
2017-10-23 Ivan Grokhotkovadd missing ioctl declaration
2017-10-23 YulongSquash the two submissions of previous.
2017-10-23 Angus GrattonMerge branch 'bugfix/optmize_ipv6_event' into 'master'
2017-10-23 Angus Grattonpanic handler: Print correct PC & backtrace for debug...
2017-10-23 Ivan GrokhotkovMerge branch 'feature/esp32_pico_kit_v4_getting_started...
2017-10-23 Tian Zhong... bugfix: add netif info in event message when got ipv6...
2017-10-23 Ivan GrokhotkovMerge branch 'bugfix/unit_tests_build' into 'master'
2017-10-23 Angus GrattonMerge branch 'bugfix/select_fdset' into 'master'
2017-10-23 Angus GrattonMerge branch 'bugfix/i2c_hw_fsm_recover' into 'master'
2017-10-22 Ivan Grokhotkovspi_flash: fix build error with profiling enabled
2017-10-22 Ivan GrokhotkovMerge branch 'bugfix/i2s_bck_polariy' into 'master'
2017-10-22 Ivan GrokhotkovMerge branch 'bugfix/rmt_thresh_check' into 'master'
2017-10-22 Ivan GrokhotkovMerge branch 'feature/dfs' into 'master'
2017-10-20 krzychbESP32-PICO-KIT V4 Getting Started Guide
2017-10-20 Wangjialinbugfix(i2c): add I2C hardware reset if the hw FSM get...
2017-10-20 Angus Grattonnewlib: Disable sys/types.h implementations of FD_SET...
2017-10-20 Angus Grattonlwip: Make LWIP_SOCKET_OFFSET signed, remove need for...
2017-10-20 Angus GrattonMerge branch 'feature/FreeRTOS_Trace_Facilities' into...
2017-10-20 Ivan GrokhotkovMerge branch 'feature/i2s_built_in_adc' into 'master'
2017-10-20 Darian Leungfreertos/make trace facility configurable
2017-10-20 Angus GrattonMerge branch 'bugfix/touchpad_dac_mismatch_on_tp8_tp9...
2017-10-20 Ivan GrokhotkovMerge branch 'feature/unit-test-configs' into 'master'
2017-10-20 Angus GrattonMerge branch 'feature/add_dns_api' into 'master'
2017-10-20 Angus GrattonMerge branch 'feature/heap_caps_dump' into 'master'
2017-10-20 Angus Grattonheap: Add heap_caps_dump() / heap_caps_dump_all() functions
2017-10-20 Ivan GrokhotkovMerge branch 'bugfix/init_nvs_flash_in_iperf_example...
2017-10-20 Liu Zhi Fuexample: init nvs in iperf example
2017-10-19 krzychbPrint out in hex format in case non printable data...
2017-10-19 Pieter du PreezAdded an asynchronous UART example, using separate...
2017-10-19 Wangjialinbugfix(i2s): fix bck polarity issue when using pll...
2017-10-19 Ivan Grokhotkovunit tests: fix warnings, build with -Werror
2017-10-19 Ivan Grokhotkovbuild system: fix warning about undefined variable...
2017-10-19 Ivan Grokhotkovsleep: don't power down VDD_SDIO in light sleep if...
2017-10-19 Ivan Grokhotkovupdate libstdc++.a built with pSRAM workaround
2017-10-19 Ivan Grokhotkovspi_flash: fix spi_flash_read into buffer in external...
2017-10-19 Ivan Grokhotkovsoc: correct values of SOC_BYTE_ACCESSIBLE_LOW, SOC_MEM...
2017-10-19 Ivan Grokhotkovspi_flash_cache_enabled: report correct result in singl...
2017-10-19 Ivan Grokhotkovunit test: adapt tests to single core configuration
2017-10-19 He Yin Lingunit-test: esp timer use same name as ets timer
2017-10-19 He Yin LingCI: support test UT with different config by CI
2017-10-19 Ivan Grokhotkovunit-test-app: new targets for building different confi...
2017-10-19 Ivan GrokhotkovMerge branch 'bugfix/malloc_failure' into 'master'
2017-10-19 Ivan GrokhotkovMerge branch 'bugfix/heap_check_integrity' into 'master'
2017-10-19 Liu Zhi Futcpip_adapter/lwip: make dhcp domain name server option...
2017-10-19 Angus Grattonheap: Fix race condition causing malloc() to fail under...
2017-10-19 Ivan GrokhotkovMerge branch 'docs/esp32_hooks' into 'master'
2017-10-18 Wangjialinbugfix(rmt): fix event thresh check issue
2017-10-18 Ivan GrokhotkovMerge branch 'bugfix/fix_some_wifi_bugs' into 'master'
2017-10-18 Angus Grattonheap: Fix spurious heap_caps_check_integrity() errors...
2017-10-18 Darian Leungdocs/Added documentation about esp32 hooks
2017-10-18 Angus GrattonMerge branch 'bugfix/cxx_exceptions' into 'master'
2017-10-18 Deng Xinesp32: fix some wifi bugs
2017-10-18 Ivan Grokhotkovexamples/power_save: enable modem sleep and DFS by...
2017-10-18 Ivan Grokhotkovdocs: add power management API reference
2017-10-18 Ivan Grokhotkovbt: lock APB frequency while BT controller is enabled
2017-10-18 Ivan Grokhotkovfreertos: fix error when including xtensa-timer.h from...
2017-10-18 Ivan Grokhotkovethernet: lock APB frequency while ethernet is enabled
2017-10-18 Ivan Grokhotkovspi slave: lock APB frequency while driver is in use
2017-10-18 Ivan Grokhotkovspi master: lock APB frequency while in transaction
2017-10-18 Ivan Grokhotkovsdmmc: lock APB frequency while in transaction
2017-10-18 Ivan Grokhotkovsysview: always use TG as timestamp source
2017-10-18 Ivan Grokhotkovuart: add support for REF_TICK
2017-10-18 Ivan Grokhotkovfreertos: deprecate XT_CLOCK_FREQ
2017-10-18 Ivan Grokhotkovesp32: add power management hooks for WiFi library
next