]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2019-04-13 Renz Christian... ldgen: rename common module
2019-04-12 Jiang Jiang... Merge branch 'feature/wifi_refactor_softap_power_save...
2019-04-12 Jiang Jiang... Merge branch 'bugfix/nvs_fix_erase_any' into 'master'
2019-04-12 Jiang Jiang... Merge branch 'bugfix/btdm_fix_memory_leak_when_set_txpw...
2019-04-12 Jiang Jiang... Merge branch 'bugfix/improve_spi_timing_for_psram_and_f...
2019-04-12 Ivan GrokhotkovMerge branch 'feat/example_sdio_over_spi' into 'master'
2019-04-12 Angus GrattonMerge branch 'feature/move_aws_iot_to_independent_repos...
2019-04-12 Ivan GrokhotkovMerge branch 'feature/esp_event_loop_examples_wifi...
2019-04-12 Ivan GrokhotkovMerge branch 'feature/esp_event_loop_library_compat_bas...
2019-04-12 Mahavir Jainaws_iot: moving AWS IoT to independent repository
2019-04-12 Angus GrattonMerge branch 'bugfix/enb_secboot_post_flash_enc' into...
2019-04-12 Angus GrattonMerge branch 'feature/unit_test_tag_leaks' into 'master'
2019-04-12 Konstantin... Add support a [leaks] tag for UT
2019-04-11 Michael (XIAO... sdio: support SDIO over spi in the example
2019-04-11 michaelsdmmc: support SDIO over SPI
2019-04-11 XiaXiaotianrefactor softap power save
2019-04-11 Krzysztof BudzynskiMerge branch 'doc/review_system_log-index' into 'master'
2019-04-11 Kirill ChalovReview log.rst and index.rst files in api-reference...
2019-04-11 Ivan Grokhotkovexamples/wifi: use esp_event library to handle events
2019-04-11 Ivan Grokhotkovexamples/system: use esp_event library to handle events
2019-04-11 Ivan Grokhotkovexamples/ethernet: use esp_event library to handle...
2019-04-11 Ivan GrokhotkovMerge branch 'feature/gcc8_use_bundled_newlib' into...
2019-04-11 Ivan Grokhotkovwifi: don’t disable event handling for SoftAP
2019-04-11 Ivan Grokhotkovesp_event: don’t warn if no handlers are present for...
2019-04-11 Ivan Grokhotkovtcpip_adapter: unregister shutdown handlers, don’t...
2019-04-11 Ivan Grokhotkovsystem_api: return error on repeated registration of...
2019-04-11 Ivan Grokhotkovsystem_api: add esp_unregister_shutdown_handler
2019-04-11 Ivan Grokhotkovevent: re-add wifi disconnect reason logging (e621e0af)
2019-04-11 Ivan Grokhotkovdocs: add event handling API guide
2019-04-11 Ivan Grokhotkovmdns: use esp_event library to handle events
2019-04-11 Ivan Grokhotkovevent loop: re-implement based on esp_event library
2019-04-11 Ivan Grokhotkovtcpip_adapter: add event declarations
2019-04-11 Ivan Grokhotkovethernet: add event declarations
2019-04-11 Ivan Grokhotkovwifi: add event declarations
2019-04-11 Ivan Grokhotkovesp_event: move trailing semicolons out of defines
2019-04-11 Jiang Jiang... Merge branch 'bugfix/wifi_spike_power' into 'master'
2019-04-11 Angus GrattonMerge branch 'feature/post_events_from_isr' into 'master'
2019-04-10 Anton Maklakovpthread: Use a definition only if we have the old toolchain
2019-04-10 Anurag KarEnable secure boot only after encrypting flash
2019-04-10 negativekelvinnvs_flash: Multi-page blob erased using nvs_erase_key...
2019-04-10 Renz Christian... esp_event: test posting from interrupt handler
2019-04-10 Renz Christian... esp_event: allow posting events from ISRs
2019-04-10 Renz Christian... ci: add unit test job
2019-04-10 Angus GrattonMerge branch 'bugfix/http_client_redirection' into...
2019-04-10 Anton Maklakovesp32: disable -Wframe-address
2019-04-10 Ivan Grokhotkovnewlib: when compiling with GCC8, use newlib headers...
2019-04-10 Ivan Grokhotkovnewlib: force including IDF locks implementation
2019-04-10 Ivan Grokhotkovnewlib: when compiling with GCC8, use newlib headers...
2019-04-10 Ivan Grokhotkovesp_rom: don’t include locale functions when compiling...
2019-04-10 Ivan Grokhotkovesp_rom: export newlib functions as strong symbols
2019-04-10 Ivan Grokhotkovpthread: add dummy implementation of pthread_setcancelstate
2019-04-10 Ivan Grokhotkovnewlib: fixes for compatibility with newlib 3.0
2019-04-10 Ivan Grokhotkovnewlib: add missing tzset() to the time test
2019-04-10 Anton Maklakovsysview: fix test case for compatibility with new binutils
2019-04-10 Ivan Grokhotkovspi_master: compile as C11 due to use of stdatomic.h
2019-04-10 Vikram DattuFix url redirection issue.
2019-04-10 Angus GrattonMerge branch 'bugfix/make_bootloader_depends_on_target...
2019-04-10 XiaXiaotianesp32_wifi: fix the issue that the spike transmit power...
2019-04-09 Jiang Jiang... Merge branch 'bugfix/increase_block_scan_timeout_value...
2019-04-09 Wangjialinbugfix(psram): improve spi cs timing settings for psram
2019-04-09 Angus GrattonMerge branch 'bugfix/ws_transport_crash_on_connect_fail...
2019-04-09 Angus GrattonMerge branch 'bugfix/prov_fix_conn_id' into 'master'
2019-04-09 liu zhifuesp_wifi: increase WiFi block scan timeout value
2019-04-09 Angus GrattonMerge branch 'fix/mfg_util_todo_leftback' into 'master'
2019-04-09 Angus GrattonMerge branch 'bugfix/bootloader_flash_crypt_cnt_ff...
2019-04-08 Jiang Jiang... Merge branch 'bugfix/wifi_fix_no_tbtt_after_rx_wrong_be...
2019-04-08 suda-morrismake bootloader depend on IDF_TARGET
2019-04-08 XiaXiaotianesp_wifi: fix the bug that no TBTT will be generated...
2019-04-05 Hrishikesh... Unified Provisioning: Miscellaneous fixes in BLE
2019-04-04 Angus GrattonMerge branch 'feature/common_fragment_grammar' into...
2019-04-04 Bas Verhoeventransport_ws: Stop connecting when the parent's connect...
2019-04-04 Jiang Jiang... Merge branch 'bugfix/coex_bt_disconn' into 'master'
2019-04-04 zhiweijiancomponent/bt: fix memory leak when settig tx power
2019-04-04 Jiang Jiang... Merge branch 'bugfix/btdm_fix_warning_when_disable_logs...
2019-04-04 Jiang Jiang... Merge branch 'bugfix/btdm_disconn_with_apple_device...
2019-04-04 Renz Christian... ldgen: add backward-compatibility with previous mapping...
2019-04-04 Renz Christian... docs: update linker script generation docs
2019-04-04 Shivani Tipnismfg_util: Remove todo line leftback
2019-04-04 Renz Christian... ldgen: update component linker fragment files
2019-04-04 Renz Christian... ldgen: update tests for common fragment parsing
2019-04-04 Renz Christian... ldgen: implement common fragment parsing
2019-04-04 Krzysztof BudzynskiMerge branch 'doc/fix-an-important-typo-in-Getting...
2019-04-04 Angus GrattonMerge branch 'update/mfg_util' into 'master'
2019-04-04 Angus GrattonMerge branch 'bugfix/httpd_accept_conn' into 'master'
2019-04-04 Angus GrattonMerge branch 'feature/micro-ecc-only-in-bootloader...
2019-04-04 Angus GrattonMerge branch 'feature/misc_adjustment_of_esp32' into...
2019-04-03 Angus GrattonMerge branch 'bugfix/soc_register_struct_names' into...
2019-04-03 Anurag Karesp_http_server : Test added to check limit on max_open...
2019-04-03 Anurag Karesp_http_server : Only accept new connections if server...
2019-04-03 baohongdecomponents/coex: Fix BT disconnecting due to too many...
2019-04-03 morrismisc adjustment of esp32 component
2019-04-03 liyingFix a very important typo that cannot wait
2019-04-03 baohongdecomponents/bt: Fix disconnect with apple device
2019-04-03 Shivani Tipnismfg_util: Add changes to mfg_util as per changes in...
2019-04-03 Angus GrattonMerge branch 'feature/support_comments_in_csv' into...
2019-04-03 huubsoc:Added names to anonymous register structs
2019-04-03 Angus Grattonefuse/flash encryption: Reduce FLASH_CRYPT_CNT to a...
2019-04-02 Krzysztof BudzynskiMerge branch 'doc/translate_404_page' into 'master'
2019-04-02 Jiang Jiang... Merge branch 'bugfix/fix_some_sta_certification_issues...
2019-04-02 Angus GrattonMerge branch 'bugfix/undefined_partition_table_bin_warn...
next