From 9e6e6b8ff649a682f4d693cd23e7c5cf97cb784d Mon Sep 17 00:00:00 2001 From: Yinling Date: Thu, 17 Nov 2016 13:45:53 +0800 Subject: [PATCH 1/2] save logs as test_report artifacts --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e09b55c44..9aa23f27bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,7 @@ test_report: when: always paths: - $REPORT_PATH + - $LOG_PATH expire_in: 12 mos script: # clone test bench From 659ec8facbedd9863a437626af6fb96c42c1f9b3 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Fri, 18 Nov 2016 21:11:54 +0800 Subject: [PATCH 2/2] esp32: add phy_printf 1. add phy_printf into libcore 2. update libphy.a which has important optimization for ht40 traffic --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index a580f70a64..ea9c156e8a 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit a580f70a64872a7cc291b1f22455f6adbc2e35cf +Subproject commit ea9c156e8a67d27623eab6f98ce5a55a00c8fb19