Commit Graph

  • 079d9ea018 spi_flash: implement partition API Ivan Grokhotkov 2016-10-19 18:04:25 +08:00
  • 999e6d4e8f freertos: move panic handler data to DRAM Ivan Grokhotkov 2016-10-19 17:19:02 +08:00
  • 42068c3b36 spi_flash: implement mmap/munmap Ivan Grokhotkov 2016-10-19 17:17:24 +08:00
  • 54ca573ce4 spi_flash: move cache operations into separate file Ivan Grokhotkov 2016-10-19 17:08:05 +08:00
  • 628bde2080 bootloader: move useful structures to esp32 component Ivan Grokhotkov 2016-10-19 17:05:37 +08:00
  • f6f23141b3 components/spi_flash: add high level partition api header Ivan Grokhotkov 2016-09-08 19:18:03 +08:00
  • bdf2908057 Merge branch 'feature/vfs' into 'master' Ivan Grokhotkov 2016-10-27 17:47:45 +08:00
  • 6f1d3ce4a7 vfs: code review fixes Ivan Grokhotkov 2016-10-27 11:47:41 +08:00
  • da56e76255 vfs: add readme file Ivan Grokhotkov 2016-10-26 16:47:26 +08:00
  • 7e201c5527 vfs and newlib: small fixes Ivan Grokhotkov 2016-10-26 14:05:56 +08:00
  • 0c130ecf19 vfs: code review fixes Ivan Grokhotkov 2016-10-25 22:16:08 +08:00
  • b3b8334d54 vfs and newlib: small fixes Ivan Grokhotkov 2016-10-25 22:12:07 +08:00
  • 587360363c vfs: add UART device Ivan Grokhotkov 2016-10-25 22:01:50 +08:00
  • 401f6e4713 vfs: initial version of virtual filesystem API Ivan Grokhotkov 2016-10-25 21:02:39 +08:00
  • 38c6256db9 Merge branch 'feature/wdts' into 'master' Ivan Grokhotkov 2016-10-27 17:09:35 +08:00
  • 68f39c1ed9 Only init crosscore when FreeRTOS runs in multicore mode, add warnings that cross_int calls are private. Jeroen Domburg 2016-10-27 16:50:28 +08:00
  • b14faabfda Merge latest master in Jeroen Domburg 2016-10-27 16:18:55 +08:00
  • 3371083c16 Add checks for tasks woken up on other CPUs where needed, make xYieldPending and xPendingReadyList per-processor, add configurable ISR stack size to Kconfig, in general fix the entire wake-up-task-on-other-cpu-by-interrupt implementation Jeroen Domburg 2016-10-27 16:07:47 +08:00
  • 84c2e61b12 Merge branch 'feature/refractor_for_lwip' into 'master' Wu Jian Gang 2016-10-27 15:47:18 +08:00
  • 6e6e51426f lwip: refractor for lwip Liu Zhi Fu 2016-10-27 14:11:01 +08:00
  • cc7313f216 Merge branch 'feature/freertos_static_buffers' into 'master' Ivan Grokhotkov 2016-10-27 13:44:31 +08:00
  • 50bd28353d Merge branch 'master' into feature/freertos_static_buffers Ivan Grokhotkov 2016-10-27 12:38:35 +08:00
  • 329ad14b8c esp32: update libs for changes in FreeRTOS header files Ivan Grokhotkov 2016-10-27 12:37:34 +08:00
  • c6477ff10d Fix int clear, actually call int init code Jeroen Domburg 2016-10-27 12:37:19 +08:00
  • 95d0ea0d98 Merge branch 'feature/add_api_to_get_ap_info' into 'master' Wu Jian Gang 2016-10-27 11:33:56 +08:00
  • ff6b8addd9 Fix panic config ifdefs, un-stall app cpu on boot so it restarts after panic Jeroen Domburg 2016-10-27 11:17:24 +08:00
  • e0f49c2221 esp32: add esp_wifi_sta_get_ap_info Liu Zhi Fu 2016-10-27 10:42:01 +08:00
  • fd887dbeea Merge remote-tracking branch 'origin/master' into feature/wdts Jeroen Domburg 2016-10-27 10:25:23 +08:00
  • 8dcd78d52f Merge branch 'feature/refractor_for_some_wifi_APIs' into 'master' Wu Jian Gang 2016-10-27 10:08:32 +08:00
  • 6d54fb004d Change inline to static inline functions. Ref Github issue 62. Jeroen Domburg 2016-10-27 09:15:43 +08:00
  • 5642a8061e Merge branch 'feature/add_per_socket_tcp_window' into 'master' Jeroen Domburg 2016-10-26 23:39:36 +08:00
  • df1c2f0da5 components/esp32: refractor according to review comments liuzhifu 2016-10-26 21:50:15 +08:00
  • d3d9a8bc28 Most code written. Interrupts still do not fire yet. Jeroen Domburg 2016-10-26 21:09:55 +08:00
  • 5ede46f213 component bt:Change the profile & app interface to new API yulong 2016-10-26 08:19:48 -04:00
  • 750d6faf51 esp32/tcpip_adapter: rework according to review comments liuzhifu 2016-10-26 20:02:39 +08:00
  • 345cf333a8 components/esp32: udpate wifi lib liuzhifu 2016-10-26 18:18:58 +08:00
  • 3cd8149288 component bt:Finished Adding all the GATTS API to the bt project yulong 2016-10-26 06:16:43 -04:00
  • 3cca62dfa4 esp32/tcpip_adapter: refractor for some wifi APIs liuzhifu 2016-10-26 18:16:40 +08:00
  • a799bb8519 component bt:Finished Adding the GATTC API to the bt project yulong 2016-10-26 05:50:23 -04:00
  • 7847569672 Merge branch 'feature/add_internal_api_header' into 'master' Wu Jian Gang 2016-10-26 17:29:12 +08:00
  • 45638b3f98 component/bt : use LOG_XXX instead of print Tian Hao 2016-10-26 15:57:40 +08:00
  • 9546ad5b5e Move write key and stage action select constants into headers Jeroen Domburg 2016-10-26 14:54:50 +08:00
  • a90217e201 components esp32/lwip: modify code according to review comments liuzhifu 2016-10-26 14:09:54 +08:00
  • 48301909eb components/esp32: update wifi lib liuzhifu 2016-10-26 13:53:00 +08:00
  • 612aaa69e4 lwip/esp32: move the extern wifi calls into esp_wifi_internal.h liuzhifu 2016-10-26 13:23:35 +08:00
  • 74a658c765 nvs: fix memory leaks in HashList and nvs_close Ivan Grokhotkov 2016-10-26 12:25:53 +08:00
  • bb1efe50c3 Remove superfluous backup files Jeroen Domburg 2016-10-26 12:23:35 +08:00
  • 7d254eb3f0 Move panic handler and gdbstub into esp32 component, clean up wdt according to merge req suggestions Jeroen Domburg 2016-10-26 12:23:01 +08:00
  • fd064e5d88 component bt: Added the Gatt client API to the bt project yulong 2016-10-25 23:56:45 -04:00
  • 47d73dfe05 component/bt: implement some APIs for bluetooth SDP, GAP and stack manager wangmengyang 2016-10-26 11:25:24 +08:00
  • 1ca97f5adb Move panic handler code from FreeRTOS to esp32 component Jeroen Domburg 2016-10-26 11:06:53 +08:00
  • 6f96b23989 Merge in master updates Jeroen Domburg 2016-10-26 11:04:42 +08:00
  • 86dc0ae808 component bt: Added the param len & connect API to the bt project yulong 2016-10-25 09:12:10 -04:00
  • 06bff71481 Add licenses, docbook, general cleanup Jeroen Domburg 2016-10-25 18:18:11 +08:00
  • 89f7752cdd Make CPU1 int wdt / idle task wdt configurable, panic now properly disables other cpu, tick handler now also is called on cpu1, task wdt prints currently running tasks. Jeroen Domburg 2016-10-25 18:08:55 +08:00
  • 78d1fd5306 component bt:Added the BLE scan API to the bt project yulong 2016-10-25 05:07:36 -04:00
  • 75a11589a1 Disable brown-out WDT, fix thread WDT, add panic reason indication to _xt_panic() Jeroen Domburg 2016-10-25 17:05:13 +08:00
  • 20d33d636b component/bt ; add notify Tian Hao 2016-10-25 15:05:08 +08:00
  • cbb26c9532 Merge branch 'bugfix/tw7458_dhcps_wrong_after_mode_switch' into 'master' Wu Jian Gang 2016-10-25 11:03:34 +08:00
  • 700ed63651 component/tcpip_adapter: not update dhcps status when it is stopped after mode switch liuzhifu 2016-10-25 09:26:10 +08:00
  • d7ea61734b Tabs -> spaces Jeroen Domburg 2016-10-24 21:25:48 +08:00
  • d9005e739d Add bytebuffer support to ringbuf.c Jeroen Domburg 2016-10-24 21:18:02 +08:00
  • 8e247f3b4c component/bt : delete extra GATTAPP_REGISTER Tian Hao 2016-10-24 20:07:19 +08:00
  • 3edcf5b096 fix bug for case WIFI_CONN_0102: Yinling 2016-10-24 18:59:56 +08:00
  • abd4dc7d43 add know issue ^WIFI_CONN_0601: Yinling 2016-10-24 18:42:40 +08:00
  • 5fbfa2a01d blufi cleanup the bad things Tian Hao 2016-10-24 17:08:37 +08:00
  • be11f598bf component/bt: fix logging format for some source files of BTM module wangmengyang 2016-10-24 16:17:55 +08:00
  • 74aff2b9d2 Update UART driver Wangjialin 2016-10-24 15:57:23 +08:00
  • f988dc9587 Merge branch 'bugfix/esptool_write_protect' into 'master' Angus Gratton 2016-10-24 09:58:46 +08:00
  • 9098e64398 modify GPIO number check Wangjialin 2016-10-24 09:38:34 +08:00
  • 288f4f63f0 Add UART driver Wangjialin 2016-10-24 09:17:10 +08:00
  • 60fb9a8c81 components/lwip - add per socket tcp window liuzhifu 2016-10-23 00:49:41 +08:00
  • ae5c563080 Brownout works (in as far brownout can work...), int wdt works. Jeroen Domburg 2016-10-21 19:30:29 +08:00
  • beff3aab81 Merge branch 'feature/trax' into 'master' Jeroen Domburg 2016-10-21 18:16:12 +08:00
  • 2b8a493659 Add licenses to Trax files Jeroen Domburg 2016-10-21 18:01:08 +08:00
  • 53146799a0 Initial addition of wdt and brownout code Jeroen Domburg 2016-10-21 17:59:57 +08:00
  • 922839d131 Merge branch 'feature/component_hostcc_hostld_etc' into 'master' Jeroen Domburg 2016-10-21 15:52:28 +08:00
  • 063e9e8287 component/bt: Merge branch 'feature/btdm_bluedroid' into feature/bt_gap wangmengyang 2016-10-21 15:19:39 +08:00
  • 2c0ceb484b component/bt: Bluedroid BTA/SDP module is ported wangmengyang 2016-10-21 15:12:22 +08:00
  • 1413ec3ff0 Remove SPIUnlock from linker script symbols Angus Gratton 2016-10-21 17:08:05 +11:00
  • f37e70ebd6 Bootloader: Export IS_BOOTLOADER_BUILD during make process Angus Gratton 2016-10-21 17:44:34 +11:00
  • 94442708f5 component bt:added the advertising & scanning API to the bt project yulong 2016-10-21 02:16:01 -04:00
  • 8e8caca2e2 Replace ROM SPIUnlock function with a version that can't lock flash Angus Gratton 2016-10-21 16:02:06 +11:00
  • 42827ff869 bootloader, menuconfig: add flash size setting support Ivan Grokhotkov 2016-10-18 19:03:59 +08:00
  • 7104284e31 Bump esptool version Angus Gratton 2016-10-21 15:26:11 +11:00
  • 4f704ac2fe Merge branch 'feature/release_build' into 'master' Ivan Grokhotkov 2016-10-21 10:56:03 +08:00
  • feca308f1f rom/spi_flash.h: Remove first parameter of SPI_read_status_high() Angus Gratton 2016-10-21 10:44:05 +11:00
  • 6b85040059 Also export HOSTCC etc for components Jeroen Domburg 2016-10-20 20:11:13 +08:00
  • dfe0dcaed4 build system: fix setting C**FLAGS from project makefile Ivan Grokhotkov 2016-10-20 17:17:54 +08:00
  • d3d8c04535 add known issue exception when setting mac address: Yinling 2016-10-20 16:43:04 +08:00
  • 39a06319e2 build system: use -Og instead of -O0 for debug builds, expand help text in menuconfig Ivan Grokhotkov 2016-10-20 16:10:51 +08:00
  • 0704deca63 Merge branch 'bugfix/build_dir_base' into 'master' Angus Gratton 2016-10-20 13:58:48 +08:00
  • ede25dbc17 Merge branch 'feature/faster_task_switching' into 'master' Jeroen Domburg 2016-10-20 13:50:43 +08:00
  • 5e8849d032 modify TCPIP_DHCP_0211: Yinling 2016-10-20 11:28:06 +08:00
  • 2d393f0530 Change inline assembly bits from macros to inline functions Jeroen Domburg 2016-10-20 11:23:59 +08:00
  • c350972eac update following know issues: Yinling 2016-10-19 20:22:43 +08:00
  • e81ff4f68c component/bt: fix compiler error for examples/07_blufi wangmengyang 2016-10-19 19:51:18 +08:00
  • 18ebc6411e fix bug for WIFI_SCAN_0304: need to set AP config first Yinling 2016-10-19 18:03:43 +08:00
  • 6eaf595a0e change test WAN server URL: Yinling 2016-10-19 18:00:27 +08:00
  • 0324373cd1 update auto generated CI job config Yinling 2016-10-19 15:23:07 +08:00