]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2018-08-10 Jiang Jiang... Merge branch 'bugfix/btdm_hfp_invalid_sco_param_v3...
2018-08-10 Jiang Jiang... Merge branch 'bugfix/backport_several_bugfix_to_v3...
2018-08-09 Jiang Jiang... esp32: backport several WiFi bug fixes to v3.1
2018-08-09 He Yin LingMerge branch 'bugfix/remove_check_for_reason_assoc_expi...
2018-08-09 Angus GrattonMerge branch 'feature/http_firmware_upgrade_v3.1' into...
2018-08-08 Jitin Georgeesp_http_client: Add support for getting transport...
2018-08-08 Jitin Georgeesp_https_ota: Add support for HTTPS based ota feature
2018-08-08 Angus GrattonMerge branch 'feature/support_for_XM25QU64A_v3.1' into...
2018-08-08 Angus GrattonMerge branch 'bugfix/http_chunked_read_v3.1' into ...
2018-08-08 Tuanesp_http_client: fixed http chunked encoding packet...
2018-08-08 Ivan GrokhotkovMerge branch 'bugfix/add_queueset_critical_sections_v3...
2018-08-08 wangmengyangcomponent/bt: modify the invalid retransmission setting...
2018-08-08 Jiang Jiang... Merge branch 'bugfix/btdm_spp_crash_on_reset_v3.1'...
2018-08-08 He Yin Lingtest: update Wi-Fi test cases:
2018-08-08 baohongdecomponent/bt: Fix bug of SPP crash on reset
2018-08-08 chenjianqiangfeature(flash): support for QIO mode of XM25QU64A
2018-08-07 Angus GrattonMerge branch 'bugfix/ci_github_deploy_v31' into 'releas...
2018-08-07 Jiang Jiang... Merge branch 'bugfix/fix_crash_for_http2_request_v3...
2018-08-07 zhangyanjiaofix the crash when http2_request example send/recv...
2018-08-06 Ivan GrokhotkovMerge branch 'fix/sdio_speed_4bit_v3.1' into 'release...
2018-08-06 Jiang Jiang... Merge branch 'bugfix/coex_pause_v3.1' into 'release...
2018-08-06 Angus Grattonci: Simplify github deployment
2018-08-06 Angus GrattonMerge branch 'feature/mbedtls_2_12_0_v3.1' into 'releas...
2018-08-06 Angus GrattonMerge branch 'bugfix/fix_uart_tx_bug_when_using_ringbuf...
2018-08-06 Tian Haofix coex pause cause bluetooth performance decrease
2018-08-05 Jiang Jiang... Merge branch 'bugfix/btdm_fix_sc_mitm_bond_failed_in_sm...
2018-08-05 Ivan Grokhotkovmbedtls: update to 2.12.0
2018-08-04 Jiang Jiang... Merge branch 'bugfix/ampdu_duplicate_v3.1' into 'releas...
2018-08-04 Jiang Jiang... Merge branch 'bugfix/btdm_a2dp_disconnect_reason_for_v3...
2018-08-04 chenyudongwifi: fix ampdu duplicate issue
2018-08-04 Jiang Jiang... Merge branch 'bugfix/btdm_fix_ble_HIDD_demo_error_for_v...
2018-08-04 Jiang Jiang... Merge branch 'bugfix/btdm_lmp_trans_coll_state_uncleare...
2018-08-04 zhiweijianComponent/bt: fix SC_MITM_BOND failed in smp for iphones
2018-08-03 wangmengyangcomponent/bt: bugfix for uncleared LMP transaction...
2018-08-03 wangmengyangcomponent/bt: retrieve disconnection reason in AVDT...
2018-08-03 Jiang Jiang... Merge branch 'bugfix/btdm_controller_deinit_v3.1' into...
2018-08-03 zhiweijianComponent/bt: fix ble HID demo error
2018-08-03 michaelfix(sdmmc): disable all pulldowns used by sdmmc host
2018-08-02 Angus GrattonMerge branch 'bugfix/btdm_fix_queue_block_when_scanning...
2018-08-02 koohodriver(uart): Fixed uart tx_empty interrupt wdt timeout...
2018-08-01 Tian Haobt : fix bug that bluetooth controller init/disable...
2018-08-01 Ivan GrokhotkovMerge branch 'bugfix/spiffs_readdir_recursion_v3.1...
2018-08-01 Ivan GrokhotkovMerge branch 'bugfix/remove_bt_dependency_on_lwip_heade...
2018-08-01 michaelfix(sdio_slave): improve sdio slave for high speed...
2018-08-01 michaelfix(sdio_slave): fix minor issues like return value...
2018-08-01 zhiweijianComponent/bt: fix hci_hal_env.rx_q and xHciH4Queue...
2018-08-01 Darian Leungfreertos: Add critical sections to queue sets.
2018-08-01 Jiang Jiang... Merge branch 'bugfix/btdm_fix_gattc_count_invalid_for_v...
2018-08-01 Jiang Jiang... Merge branch 'doc/wifi_update_channel_state_information...
2018-08-01 Mahavir Jainwpa_supplicant: removed unrequired header dir include...
2018-08-01 Mahavir Jainbluedroid: remove dependency on `arpa/inet.h` include
2018-08-01 Angus GrattonMerge branch 'bugfix/ulp_example_fix_v3.1' into 'releas...
2018-08-01 Angus GrattonMerge branch 'bugfix/sdmmc_auto_stop_cmd_v3.1' into...
2018-08-01 Angus GrattonMerge branch 'bugfix/btdm_sco_end_crash_on_supv_to_for_...
2018-08-01 Angus GrattonMerge branch 'feat/sdio_pullup_v3.1' into 'release...
2018-07-31 michaelfix(sdio_slave): fix the intr_recv issue that trigger...
2018-07-31 zhiweijianComponent/bt: fix gattc get count invalid
2018-07-31 wangmengyangcomponent/bt: bugfix on the crash during end of sco...
2018-07-30 Angus GrattonMerge branch 'bugfix/unit_test_thread_local_storage_v3_...
2018-07-30 Ivan Grokhotkovspiffs: add test case for readdir_r with large number...
2018-07-30 Konstantin... Fix stackoverflow due to recursion in vfs_spiffs_readdir_r
2018-07-30 He Yin LingMerge branch 'test/backport_ci_changes_to_v3.1' into...
2018-07-28 He Yin LingCI: support test one case multiple times by @bot
2018-07-28 He Yin Lingci: temp disable http client tests:
2018-07-28 He Yin Lingtiny-test-fw: support ignore test cases in CI assign...
2018-07-28 He Yin Lingtiny-test-fw: fix exception during print debug info:
2018-07-28 He Yin LingCI: erase nvs partition before test:
2018-07-28 He Yin Lingesp32/test: set 60s timeout for one deep sleep case
2018-07-28 He Yin Lingtiny-test-fw: save DUT log in different thread:
2018-07-28 He Yin Lingtiny-test-fw: fix incorrect wait timeout in expect
2018-07-28 He Yin Lingtiny-test-fw: filter examples with test level
2018-07-28 He Yin Lingtiny-test-fw: print expect failure when test fails
2018-07-28 He Yin LingCI: add stage `host_test`:
2018-07-28 He Yin LingCI: minor optimize of CI config file:
2018-07-28 He Yin LingCI: remove test report stage:
2018-07-28 He Yin Lingtest: add mesh basic function test cases
2018-07-26 Jiang Jiang... Merge branch 'feature/wifi_check_wifi_lib_git_commit_id...
2018-07-26 Angus GrattonMerge branch 'bugfix/fix_pcnt_isr_service_register_bug_...
2018-07-26 Angus GrattonMerge branch 'bugfix/fix_touchpad_wakeup_status_v3...
2018-07-26 Angus GrattonMerge branch 'bugfix/ledc_duty_and_freq_for_v3.1' into...
2018-07-25 Angus GrattonMerge branch 'bugfix/secure_boot_padding_v3_1' into...
2018-07-24 Ivan GrokhotkovMerge branch 'bugfix/bootloader_dev_zero_app_count_v3...
2018-07-24 fuzhibofix(sleep): swap touchpad num in wakeup status
2018-07-24 Wang Jia LinMerge branch 'bugfix/fix_uart_timeout_bug_when_enable_r...
2018-07-24 Konstantin... bootloader: Fix issue - bs->app_count is zero but ota_d...
2018-07-24 Angus GrattonMerge branch 'bugfix/deep_sleep_flush_uart_v3.1' into...
2018-07-24 Angus Grattonesp32 tests: TLS test: use same size stack for static...
2018-07-24 Angus Grattonesp32: Fix race in "TLS Test" where s_task can go out...
2018-07-24 Wangjialinbugfix(ledc): fix bugs reported from unit-test and...
2018-07-24 koohoAdd some comments in pcnt.h.
2018-07-24 hou wen xiangdriver(uart): Fix uart time_out bug when using ref_tick...
2018-07-23 XiaXiaotiancheck WiFi library git commit id in unit test
2018-07-23 Jiang Jiang... Merge branch 'bugfix/beacon_info_do_not_update_after_us...
2018-07-23 Ivan GrokhotkovMerge branch 'feature/nvs_part_gen_improvements_backpor...
2018-07-23 Angus Grattonapp_update: Don't double-verify secure boot signature...
2018-07-23 Angus Grattonsecure boot: Pad to avoid data after the signature...
2018-07-21 Deng XinWifi: bugfix of beacon info don't update after user...
2018-07-21 Jiang Jiang... Merge branch 'bugfix/clear_intr_status_when_enable_intr...
2018-07-21 Jiang Jiang... Merge branch 'bugfix/rmt_mem_num_maximum_limit_is_not_a...
2018-07-20 Angus GrattonMerge branch 'bugfix/secure_boot_regression_partitions_...
next