diff options
| author | Damien George <damien.p.george@gmail.com> | 2020-03-02 15:03:10 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-03-26 01:21:04 +1100 |
| commit | ab00f4c44ed55c6796687301636545f80bf99a0e (patch) | |
| tree | a02d92f80272db4a7c0741ab8cbb3cdf527c48d4 | |
| parent | f8fc78691d4ee401184a62b7974ebdc8f16850ab (diff) | |
qemu-arm: Set default board as mps2-an385 to get more flash for tests.
And use Ubuntu bionic for qemu-arm Travic CI job.
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | ports/qemu-arm/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4164f4fc1..ea2b78b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,7 @@ jobs: # qemu-arm port - stage: test + dist: bionic # needed for more recent version of qemu-system-arm with mps2-an385 target env: NAME="qemu-arm port build and tests" install: - sudo apt-get install gcc-arm-none-eabi diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile index b31284c59..f5329fe4d 100644 --- a/ports/qemu-arm/Makefile +++ b/ports/qemu-arm/Makefile @@ -7,7 +7,7 @@ QSTR_DEFS = qstrdefsport.h # include py core make definitions include $(TOP)/py/py.mk -BOARD ?= netduino2 +BOARD ?= mps2-an385 ifeq ($(BOARD),netduino2) CFLAGS += -mthumb -mcpu=cortex-m3 -mfloat-abi=soft |
