9 lines
231 B
Bash
Executable File
9 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
FOLDER=ebake1
|
|
CORE=stm8s
|
|
|
|
make -C ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}
|
|
cp ${DAPPER_SOURCE}/fw/${CORE}/${FOLDER}/${FOLDER}.ihx ${DAPPER_OUTPUT}/${CORE}-${FOLDER}.ihx
|
|
ls -al ${DAPPER_OUTPUT}/${CORE}-${FOLDER}.ihx |