qemu-arm: Set default board as mps2-an385 to get more flash for tests.
And use Ubuntu bionic for qemu-arm Travic CI job.
This commit is contained in:
parent
f8fc78691d
commit
ab00f4c44e
|
@ -66,6 +66,7 @@ jobs:
|
||||||
|
|
||||||
# qemu-arm port
|
# qemu-arm port
|
||||||
- stage: test
|
- 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"
|
env: NAME="qemu-arm port build and tests"
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install gcc-arm-none-eabi
|
- sudo apt-get install gcc-arm-none-eabi
|
||||||
|
|
|
@ -7,7 +7,7 @@ QSTR_DEFS = qstrdefsport.h
|
||||||
# include py core make definitions
|
# include py core make definitions
|
||||||
include $(TOP)/py/py.mk
|
include $(TOP)/py/py.mk
|
||||||
|
|
||||||
BOARD ?= netduino2
|
BOARD ?= mps2-an385
|
||||||
|
|
||||||
ifeq ($(BOARD),netduino2)
|
ifeq ($(BOARD),netduino2)
|
||||||
CFLAGS += -mthumb -mcpu=cortex-m3 -mfloat-abi=soft
|
CFLAGS += -mthumb -mcpu=cortex-m3 -mfloat-abi=soft
|
||||||
|
|
Loading…
Reference in New Issue