diff --git a/Jenkinsfile b/Jenkinsfile index 63562eb..e72d321 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,13 +47,13 @@ pipeline { stage('make TGC5L') {steps { make_hello("TGC5L")}} stage('make rtl') {steps { make_hello("rtl")}} stage('make ehrenberg') {steps { make_hello("ehrenberg")}} - stage('make tgc-vp') {steps { make_hello("tgc-vp")}}*/ + stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/ stage('make hello-world') { matrix { axes { axis{ name 'BOARD' - values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc-vp' + values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc_vp' } } stages { diff --git a/bare-metal-bsp b/bare-metal-bsp index 7218dcf..71c7fd6 160000 --- a/bare-metal-bsp +++ b/bare-metal-bsp @@ -1 +1 @@ -Subproject commit 7218dcfa692d18020c11d4e704b0932bd93804dd +Subproject commit 71c7fd698176a45313b50428905837b444050aa9