]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2016-11-02 wangmengyangcomponent/bt: transport bluedroid avct, avdt, avrc...
2016-11-01 Tian HaoMerge branch 'master' into feature/btdm_bluedroid
2016-11-01 Tian HaoMerge branch 'feature/btdm_gap' into feature/btdm_bluedroid
2016-11-01 Tian HaoMerge branch 'feature/btdm_blufi' into feature/btdm_blu...
2016-11-01 wangmengyangcomponent/bt: merge SDP client and SDP server example...
2016-10-31 wangmengyangcomponent/bt: legacy bt API provide
2016-10-31 Wu Jian GangMerge branch 'bugfix/tw8242_fix_tcp_rx_abnormal_issue...
2016-10-31 Liu Zhi Futurn on per socket tcp window by default
2016-10-31 Liu Zhi Fumake build pass when disable per soc tcp window
2016-10-31 Wu Jian GangMerge branch 'feature/tw8221_softap_supports_max_10_sta...
2016-10-31 Liu Zhi Fulwip: fix tcp rx abnormal issue(tw8242)
2016-10-31 Ivan GrokhotkovMerge branch 'bugfix/nvs_leaks' into 'master'
2016-10-31 He Yin LingMerge branch 'test/clean_ci_fails' into 'master'
2016-10-31 wangmengyangcomponent/bt: add new demo for Bluetooth SDP client
2016-10-31 Liu Zhi Fumodify comments according to review
2016-10-31 Jeroen DomburgMerge branch 'feature/crosscore_int' into 'master'
2016-10-31 Jeroen DomburgRemove redundant volatile keyword
2016-10-28 Liu Zhi Fuesp32/tcpip_adapter: softap supports max 10 stations
2016-10-28 Ivan GrokhotkovMerge branch 'bugfix/int-wdt-fix' into 'master'
2016-10-28 Ivan Grokhotkovset default interrupt watchdog timeout to 300ms
2016-10-28 Ivan Grokhotkovvfs: fix adding CR
2016-10-28 wangmengyangcomponent/bt: add new demo for bluetooth SDP server
2016-10-28 Wu Jian GangMerge branch 'feature/support_max_16_sockets' into...
2016-10-28 Jeroen DomburgAlso call tick hook on app cpu when scheduler is suspended
2016-10-28 Jeroen DomburgRe-add panic.o to IRAM/DRAM.
2016-10-28 Ivan Grokhotkovfreertos: fix calling first task hook
2016-10-28 Liu Zhi Fulwip: rework comments according to review
2016-10-28 Liu Zhi Fulwip: add prompt when configure max sockets number...
2016-10-28 Jeroen DomburgFix int wdt iram, fix some fallout of moving panic...
2016-10-28 Liu Zhi Fulwip: support max 16 sockets
2016-10-27 Ivan GrokhotkovMerge branch 'feature/partition_api' into 'master'
2016-10-27 Ivan Grokhotkovspi_flash: update comment blocks
2016-10-27 Ivan Grokhotkovpartition API: separate type and subtype into two enums
2016-10-27 Ivan Grokhotkovspi_flash: change pointer type to void*
2016-10-27 Ivan Grokhotkovspi_flash: improve documentation
2016-10-27 Ivan Grokhotkovspi_flash: check physical address in mmap against flash...
2016-10-27 Ivan Grokhotkovspi_flash: implement partition API, drop trivial wrappers
2016-10-27 Ivan Grokhotkovspi_flash: change argument types
2016-10-27 Ivan Grokhotkovspi_flash: implement partition API
2016-10-27 Ivan Grokhotkovfreertos: move panic handler data to DRAM
2016-10-27 Ivan Grokhotkovspi_flash: implement mmap/munmap
2016-10-27 Ivan Grokhotkovspi_flash: move cache operations into separate file
2016-10-27 Ivan Grokhotkovbootloader: move useful structures to esp32 component
2016-10-27 Ivan Grokhotkovcomponents/spi_flash: add high level partition api...
2016-10-27 Ivan GrokhotkovMerge branch 'feature/vfs' into 'master'
2016-10-27 Ivan Grokhotkovvfs: code review fixes
2016-10-27 Ivan Grokhotkovvfs: add readme file
2016-10-27 Ivan Grokhotkovvfs and newlib: small fixes
2016-10-27 Ivan Grokhotkovvfs: code review fixes
2016-10-27 Ivan Grokhotkovvfs and newlib: small fixes
2016-10-27 Ivan Grokhotkovvfs: add UART device
2016-10-27 Ivan Grokhotkovvfs: initial version of virtual filesystem API
2016-10-27 Ivan GrokhotkovMerge branch 'feature/wdts' into 'master'
2016-10-27 Jeroen DomburgOnly init crosscore when FreeRTOS runs in multicore...
2016-10-27 Jeroen DomburgMerge latest master in
2016-10-27 Jeroen DomburgAdd checks for tasks woken up on other CPUs where neede...
2016-10-27 Wu Jian GangMerge branch 'feature/refractor_for_lwip' into 'master'
2016-10-27 Liu Zhi Fulwip: refractor for lwip
2016-10-27 Ivan GrokhotkovMerge branch 'feature/freertos_static_buffers' into...
2016-10-27 Ivan GrokhotkovMerge branch 'master' into feature/freertos_static_buffers
2016-10-27 Ivan Grokhotkovesp32: update libs for changes in FreeRTOS header files
2016-10-27 Jeroen DomburgFix int clear, actually call int init code
2016-10-27 Wu Jian GangMerge branch 'feature/add_api_to_get_ap_info' into...
2016-10-27 Jeroen DomburgFix panic config ifdefs, un-stall app cpu on boot so...
2016-10-27 Liu Zhi Fuesp32: add esp_wifi_sta_get_ap_info
2016-10-27 Jeroen DomburgMerge remote-tracking branch 'origin/master' into featu...
2016-10-27 Wu Jian GangMerge branch 'feature/refractor_for_some_wifi_APIs...
2016-10-27 Jeroen DomburgChange inline to static inline functions. Ref Github...
2016-10-26 Jeroen DomburgMerge branch 'feature/add_per_socket_tcp_window' into...
2016-10-26 liuzhifucomponents/esp32: refractor according to review comments
2016-10-26 Jeroen DomburgMost code written. Interrupts still do not fire yet.
2016-10-26 liuzhifuesp32/tcpip_adapter: rework according to review comments
2016-10-26 liuzhifucomponents/esp32: udpate wifi lib
2016-10-26 liuzhifuesp32/tcpip_adapter: refractor for some wifi APIs
2016-10-26 Wu Jian GangMerge branch 'feature/add_internal_api_header' into...
2016-10-26 Tian Haocomponent/bt : use LOG_XXX instead of print
2016-10-26 Jeroen DomburgMove write key and stage action select constants into...
2016-10-26 liuzhifucomponents esp32/lwip: modify code according to review...
2016-10-26 liuzhifucomponents/esp32: update wifi lib
2016-10-26 liuzhifulwip/esp32: move the extern wifi calls into esp_wifi_in...
2016-10-26 Ivan Grokhotkovnvs: fix memory leaks in HashList and nvs_close
2016-10-26 Jeroen DomburgRemove superfluous backup files
2016-10-26 Jeroen DomburgMove panic handler and gdbstub into esp32 component...
2016-10-26 wangmengyangcomponent/bt: implement some APIs for bluetooth SDP...
2016-10-26 Jeroen DomburgMove panic handler code from FreeRTOS to esp32 component
2016-10-26 Jeroen DomburgMerge in master updates
2016-10-25 Jeroen DomburgAdd licenses, docbook, general cleanup
2016-10-25 Jeroen DomburgMake CPU1 int wdt / idle task wdt configurable, panic...
2016-10-25 Jeroen DomburgDisable brown-out WDT, fix thread WDT, add panic reason...
2016-10-25 Tian Haocomponent/bt ; add notify
2016-10-25 Wu Jian GangMerge branch 'bugfix/tw7458_dhcps_wrong_after_mode_swit...
2016-10-25 liuzhifucomponent/tcpip_adapter: not update dhcps status when...
2016-10-24 Tian Haocomponent/bt : delete extra GATTAPP_REGISTER
2016-10-24 Yinlingfix bug for case WIFI_CONN_0102:
2016-10-24 Yinlingadd know issue ^WIFI_CONN_0601:
2016-10-24 Tian Haoblufi cleanup the bad things
2016-10-24 wangmengyangcomponent/bt: fix logging format for some source files...
2016-10-24 Angus GrattonMerge branch 'bugfix/esptool_write_protect' into 'master'
2016-10-22 liuzhifucomponents/lwip - add per socket tcp window
2016-10-21 Jeroen DomburgBrownout works (in as far brownout can work...), int...
next