2016-11-04 |
wangmengyang | component/bt: port btif_rc.c |
commit | commitdiff | tree | snapshot |
2016-11-04 |
wangmengyang | component/bt: move bta_av_co.c out to example directory |
commit | commitdiff | tree | snapshot |
2016-11-04 |
wangmengyang | component/bt: enable some AVDT macros and minor issue... |
commit | commitdiff | tree | snapshot |
2016-11-04 |
wangmengyang | component/bt: add new example for A2DP |
commit | commitdiff | tree | snapshot |
2016-11-02 |
wangmengyang | component/bt: transport bludroid bta/av and bta/ar... |
commit | commitdiff | tree | snapshot |
2016-11-02 |
wangmengyang | component/bt: transport bluedroid avct, avdt, avrc... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Tian Hao | Merge branch 'master' into feature/btdm_bluedroid |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Tian Hao | Merge branch 'feature/btdm_gap' into feature/btdm_bluedroid |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Tian Hao | Merge branch 'feature/btdm_blufi' into feature/btdm_blu... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
wangmengyang | component/bt: merge SDP client and SDP server example... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
wangmengyang | component/bt: legacy bt API provide |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Wu Jian Gang | Merge branch 'bugfix/tw8242_fix_tcp_rx_abnormal_issue... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Liu Zhi Fu | turn on per socket tcp window by default |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Liu Zhi Fu | make build pass when disable per soc tcp window |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Wu Jian Gang | Merge branch 'feature/tw8221_softap_supports_max_10_sta... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Liu Zhi Fu | lwip: fix tcp rx abnormal issue(tw8242) |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Ivan Grokhotkov | Merge branch 'bugfix/nvs_leaks' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-31 |
He Yin Ling | Merge branch 'test/clean_ci_fails' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-31 |
wangmengyang | component/bt: add new demo for Bluetooth SDP client |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Liu Zhi Fu | modify comments according to review |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Jeroen Domburg | Merge branch 'feature/crosscore_int' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Jeroen Domburg | Remove redundant volatile keyword |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Liu Zhi Fu | esp32/tcpip_adapter: softap supports max 10 stations |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ivan Grokhotkov | Merge branch 'bugfix/int-wdt-fix' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ivan Grokhotkov | set default interrupt watchdog timeout to 300ms |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ivan Grokhotkov | vfs: fix adding CR |
commit | commitdiff | tree | snapshot |
2016-10-28 |
wangmengyang | component/bt: add new demo for bluetooth SDP server |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Wu Jian Gang | Merge branch 'feature/support_max_16_sockets' into... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Jeroen Domburg | Also call tick hook on app cpu when scheduler is suspended |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Jeroen Domburg | Re-add panic.o to IRAM/DRAM. |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Ivan Grokhotkov | freertos: fix calling first task hook |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Liu Zhi Fu | lwip: rework comments according to review |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Liu Zhi Fu | lwip: add prompt when configure max sockets number... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Jeroen Domburg | Fix int wdt iram, fix some fallout of moving panic... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Liu Zhi Fu | lwip: support max 16 sockets |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | Merge branch 'feature/partition_api' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: update comment blocks |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | partition API: separate type and subtype into two enums |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: change pointer type to void* |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: improve documentation |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: check physical address in mmap against flash... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: implement partition API, drop trivial wrappers |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: change argument types |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: implement partition API |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | freertos: move panic handler data to DRAM |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: implement mmap/munmap |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | spi_flash: move cache operations into separate file |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | bootloader: move useful structures to esp32 component |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | components/spi_flash: add high level partition api... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | Merge branch 'feature/vfs' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs: code review fixes |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs: add readme file |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs and newlib: small fixes |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs: code review fixes |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs and newlib: small fixes |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs: add UART device |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | vfs: initial version of virtual filesystem API |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | Merge branch 'feature/wdts' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Only init crosscore when FreeRTOS runs in multicore... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Merge latest master in |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Add checks for tasks woken up on other CPUs where neede... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Wu Jian Gang | Merge branch 'feature/refractor_for_lwip' into 'master' |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Liu Zhi Fu | lwip: refractor for lwip |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | Merge branch 'feature/freertos_static_buffers' into... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | Merge branch 'master' into feature/freertos_static_buffers |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Ivan Grokhotkov | esp32: update libs for changes in FreeRTOS header files |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Fix int clear, actually call int init code |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Wu Jian Gang | Merge branch 'feature/add_api_to_get_ap_info' into... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Fix panic config ifdefs, un-stall app cpu on boot so... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Liu Zhi Fu | esp32: add esp_wifi_sta_get_ap_info |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Merge remote-tracking branch 'origin/master' into featu... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Wu Jian Gang | Merge branch 'feature/refractor_for_some_wifi_APIs... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Jeroen Domburg | Change inline to static inline functions. Ref Github... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Merge branch 'feature/add_per_socket_tcp_window' into... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | components/esp32: refractor according to review comments |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Most code written. Interrupts still do not fire yet. |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | esp32/tcpip_adapter: rework according to review comments |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | components/esp32: udpate wifi lib |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | esp32/tcpip_adapter: refractor for some wifi APIs |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Wu Jian Gang | Merge branch 'feature/add_internal_api_header' into... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Tian Hao | component/bt : use LOG_XXX instead of print |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Move write key and stage action select constants into... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | components esp32/lwip: modify code according to review... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | components/esp32: update wifi lib |
commit | commitdiff | tree | snapshot |
2016-10-26 |
liuzhifu | lwip/esp32: move the extern wifi calls into esp_wifi_in... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Ivan Grokhotkov | nvs: fix memory leaks in HashList and nvs_close |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Remove superfluous backup files |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Move panic handler and gdbstub into esp32 component... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
wangmengyang | component/bt: implement some APIs for bluetooth SDP... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Move panic handler code from FreeRTOS to esp32 component |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Jeroen Domburg | Merge in master updates |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Jeroen Domburg | Add licenses, docbook, general cleanup |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Jeroen Domburg | Make CPU1 int wdt / idle task wdt configurable, panic... |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Jeroen Domburg | Disable brown-out WDT, fix thread WDT, add panic reason... |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Tian Hao | component/bt ; add notify |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Wu Jian Gang | Merge branch 'bugfix/tw7458_dhcps_wrong_after_mode_swit... |
commit | commitdiff | tree | snapshot |
2016-10-25 |
liuzhifu | component/tcpip_adapter: not update dhcps status when... |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Tian Hao | component/bt : delete extra GATTAPP_REGISTER |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Yinling | fix bug for case WIFI_CONN_0102: |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Yinling | add know issue ^WIFI_CONN_0601: |
commit | commitdiff | tree | snapshot |
next |