]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2017-01-16 Krzysztof BudzynskiMoved examples to new folders / categories. Removed...
2017-01-16 Ivan GrokhotkovMerge branch 'bugfix/osx_toolchain_detection' into...
2017-01-16 Wu Jian GangMerge branch 'bug/fix_some_wifi_lib_bugs' into 'master'
2017-01-16 Wu Jian GangMerge branch 'bugfix/event_stack_overflow' into 'master'
2017-01-16 XiaXiaotianupdate wifi lib: fix some wifi lib bugs
2017-01-16 shangkeesp_event: event stack overflow
2017-01-16 Angus Grattonbuild: Use greedy match for toolchain version detection...
2017-01-16 Ivan GrokhotkovMerge branch 'feature/vfs_uart_read' into 'master'
2017-01-16 Ivan Grokhotkovvfs: implement reading from UART
2017-01-16 Ivan GrokhotkovMerge branch 'bugfix/i2s_bootloader_random_disable...
2017-01-16 Ivan GrokhotkovMerge branch 'bugfix/panic_reset_hangs' into 'master'
2017-01-16 Ivan GrokhotkovMerge branch 'bugfix/fixes_from_github' into 'master'
2017-01-16 Angus GrattonBuild: Handle WiFi & BT enabled/disabled combos gracefu...
2017-01-16 Ivan GrokhotkovMerge branch 'bugfix/compact_panic' into 'master'
2017-01-15 Angus GrattonMerge branch 'bugfix/toolchain_detection_windows' into...
2017-01-15 Ivan Grokhotkovesp32: compile PHY-related code only when WiFi is enabled
2017-01-15 Ivan Grokhotkovdocs: fix macOS setup instructions
2017-01-15 Ivan Grokhotkovdocs: fix some of the Sphinx warnings
2017-01-15 Ivan Grokhotkovdocs: update index, improve structure of the readme
2017-01-15 Neil Kolbanwifi: fix typos, rename ESP_ERR_WIFI_NOT_START to ESP_E...
2017-01-15 Ivan Grokhotkovsdmmc: fix explanation of flash voltage regulator confi...
2017-01-15 rudi ;-)sdmmc: change idx num of example
2017-01-15 devsaurusi2c: fix i2c_get_period name
2017-01-15 Lourens Naudélog: fix esp_log_level_set function name in docs
2017-01-15 Ivan GrokhotkovMerge branch 'feature/new-mdns' into 'master'
2017-01-15 Jeroen DomburgFix panic register dump format
2017-01-13 me-no-devInitial mDNS component and example
2017-01-13 Ivan GrokhotkovMerge branch 'feature/esp32_core_dump' into 'master'
2017-01-13 Angus GrattonPanic handler: Use same reset path as esp_restart(...
2017-01-13 Angus GrattonToolchain detection: Fix issue when run in a clean...
2017-01-13 Angus GrattonToolchain detection: Allow for Windows executable name...
2017-01-13 Angus Grattonbootloader_random: Restore all SARADC/I2S registers...
2017-01-12 Alexey Gerenkovesp32: Fixes issues discussed during code review of...
2017-01-12 Jiang Jiang... Merge branch 'bug/ets_timer_crash' into 'master'
2017-01-12 XiaXiaotiantw9503: fix ets timer crash bug
2017-01-12 Wu Jian GangMerge branch 'bugfix/btdm_adv_stop' into 'master'
2017-01-12 Wu Jian GangMerge branch 'feature/btdm_attr_table' into 'master'
2017-01-12 Tian Haocomponent/bt : fix adv stop bug
2017-01-12 Tian Haocomponent/bt : gatt server table fix uuid discovery bug
2017-01-12 Ivan GrokhotkovMerge branch 'bugfix/deep_sleep' into 'master'
2017-01-12 Tian Haocomponent/bt : mv demo name
2017-01-12 Ivan Grokhotkovnewlib: use RTC_STORE registers to keep boot time inste...
2017-01-12 Ivan Grokhotkovdeep sleep: keep RTC_SLOW_MEM powered on if data is...
2017-01-12 Ivan Grokhotkovdeep sleep: fix regression due to moving ets_update_cpu...
2017-01-12 Jiang Jiang... Merge branch 'bugfix/btdm_dualcore_tmp_solution' into...
2017-01-12 Jiang Jiang... Merge branch 'feature/wpa2_example' into 'master'
2017-01-12 Islandcomponent/bt : Optimize Gatt attr table and fix some...
2017-01-12 Ivan GrokhotkovMerge branch 'bugfix/mbedtls_tests' into 'master'
2017-01-11 Alexey Gerenkovesp32: Adds documentation and comments to core dump...
2017-01-11 Alexey Gerenkovesp32: Fixes several issues in core dump feature
2017-01-11 Alexey Gerenkovesp32: Add core dump printing to UART feature
2017-01-11 Alexey Gerenkovesp32: Add core dump saving to flash feature
2017-01-11 Ivan Grokhotkovbuild system: fix IDF_VER for projects outside of ESP...
2017-01-11 XiaXiaotianwpa2 enterprise: add example for wpa2 enterprise
2017-01-11 Ivan Grokhotkovmbedtls: give SHA test slightly more time to run
2017-01-11 Ivan GrokhotkovMerge branch 'feature/config_wifi_bt' into 'master'
2017-01-11 Ivan GrokhotkovMerge branch 'feature/toolchain_update' into 'master'
2017-01-11 Wu Jian GangMerge branch 'bugfix/fix_remove_wifi_auto_reconnect...
2017-01-11 XiaXiaotianesp32: fixs about auto-reconnect and ap ssid configuration
2017-01-11 Tian Haocomponent/bt : modify bluedroid task to core0
2017-01-11 Jeroen DomburgMerge branch 'bugfix/spi_inconsistencies' into 'master'
2017-01-11 Yulongcomponent bt:Added the create attribute table method...
2017-01-11 Jeroen DomburgAdd test for spi clock, fix corner cases)
2017-01-11 Jiang Jiang... Merge branch 'bugfix/id9562_unregistered_callback'...
2017-01-11 Jiang Jiang... Merge branch 'feature/add_wpa2_set_id_api' into 'master'
2017-01-11 Ivan Grokhotkovdocs: update toolchain version
2017-01-11 Ivan Grokhotkovcxx: add iostreams test
2017-01-11 Ivan Grokhotkovnewlib: build with wcsftime function
2017-01-11 Jiang Jiang... Merge branch 'feature/ethernet_support_flow_control...
2017-01-11 Jiang Jiang... Merge branch 'bugfix/id9561_bt_status_check' into ...
2017-01-11 Jeroen Domburgn, h and l actually are 6-bit; they go from 1 to 64.
2017-01-11 wangmengyangcomponent/bt: change MACRO to inline function when...
2017-01-11 wangmengyangcomponent/bt: fix typos in "if" condition espressions
2017-01-11 Jeroen DomburgFix clock divider calculation
2017-01-11 XiaXiaotianadd wpa2 set id api and modify null data tx description
2017-01-11 Ivan GrokhotkovMerge branch 'bugfix/crosscore_int_iram' into 'master'
2017-01-11 Jeroen DomburgAlso update documentation to new conventions
2017-01-11 Ivan Grokhotkovesp32: sanity check ISR handler address passed into...
2017-01-11 Ivan GrokhotkovMerge branch 'feature/idf_version' into 'master'
2017-01-11 wangmengyangcomponent/bt: check for registration status of callback...
2017-01-11 Jeroen DomburgRename SPI Master IO pins to more common terminology...
2017-01-11 Wu Jian GangMerge branch 'feature/ping_function' into 'master'
2017-01-11 wangmengyangcomponent/bt: bug fix of lack of checking bluetooth...
2017-01-11 Liu Hancomponents/lwip: Set the ping target info
2017-01-10 Ivan Grokhotkovesp32: place cross-core interrupt handler into IRAM
2017-01-10 Ivan Grokhotkovbuild system: add IDF_VER environment variable and...
2017-01-10 shangkedhcp: fix dhcp err when wifi and ethernet coexist
2017-01-10 shangkeethernet: support flow control
2017-01-10 Jeroen DomburgSPI master: rename transaction flags from SPI_* to...
2017-01-10 Jeroen DomburgMerge branch 'feature/watchpoint_on_stack_canary' into...
2017-01-10 Wu Jian GangMerge branch 'bugfix/tcpip_adapter_set_hostname' into...
2017-01-10 Angus Grattonconfig: Move WiFi & BT toggles to Components menu,...
2017-01-10 Jeroen DomburgAdd documentation to panic handler functions, move...
2017-01-10 Angus Grattonconfig: Simplify WiFi & Bluetooth config options
2017-01-10 Ivan GrokhotkovMerge branch 'feature/JSON_Float' into 'master'
2017-01-10 Liu Hancomponents/tcpip_adapter: Allow to set different hostna...
2017-01-10 Wu Jian GangMerge branch 'feature/openssl' into 'master'
2017-01-10 Angus Grattoncoap: Initialise/update the libcoap submodule
2017-01-10 Angus Grattonstdatomic.h: Include stdint.h, required for some limit...
2017-01-10 Angus GrattonWiFi software coexistence: Clarify KConfig description
next