File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -ex
2
2
3
3
MBED_CORE_LOCATION=$1
4
- BOARDNAMES=(MTB_MURATA_ABZ )
4
+ BOARDNAMES=(ENVIE_M7 ENVIE_M4 )
5
5
6
6
# always work in /tmp
7
7
cd /tmp/
@@ -36,13 +36,13 @@ echo -e "{
36
36
\" macros\" : [
37
37
\" MBED_HEAP_STATS_ENABLED=1\" ,
38
38
\" MBED_STACK_STATS_ENABLED=1\" ,
39
- \" MBED_MEM_TRACING_ENABLED=1\" ,
39
+ \" MBED_MEM_TRACING_ENABLED=1\"
40
40
],
41
41
\" target_overrides\" : {
42
42
\" *\" : {
43
43
\" platform.stdio-buffered-serial\" : true,
44
44
\" platform.stdio-baud-rate\" : 115200,
45
- \" platform.default-serial-baud-rate\" : 115200,
45
+ \" platform.default-serial-baud-rate\" : 115200
46
46
}
47
47
}
48
48
}" > mbed_app.json
@@ -71,9 +71,9 @@ if [ -d $ARDUINOCORE/conf ]; then
71
71
cp -r $ARDUINOCORE /conf/* .
72
72
fi
73
73
74
- set +e
75
- mbed update
76
- set -e
74
+ # set +e
75
+ # mbed update
76
+ # set -e
77
77
78
78
rm -rf BUILD
79
79
You can’t perform that action at this time.
0 commit comments