mirror of https://github.com/Desuuuu/klipper.git
test: Add a build test case for the PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
6aba3c552b
commit
cda08a844a
|
@ -8,6 +8,7 @@ set -eux
|
||||||
MAIN_DIR=${PWD}
|
MAIN_DIR=${PWD}
|
||||||
BUILD_DIR=${PWD}/travis_build
|
BUILD_DIR=${PWD}/travis_build
|
||||||
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
||||||
|
export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH}
|
||||||
PYTHON=${BUILD_DIR}/python-env/bin/python
|
PYTHON=${BUILD_DIR}/python-env/bin/python
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Base config file for the Beaglebone PRU
|
||||||
|
CONFIG_MACH_PRU=y
|
Loading…
Reference in New Issue