diff options
| author | Damien George | 2020-03-02 15:03:10 +1100 |
|---|---|---|
| committer | Damien George | 2020-03-26 01:21:04 +1100 |
| commit | ab00f4c44ed55c6796687301636545f80bf99a0e (patch) | |
| tree | a02d92f80272db4a7c0741ab8cbb3cdf527c48d4 /ports/qemu-arm | |
| 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.
Diffstat (limited to 'ports/qemu-arm')
| -rw-r--r-- | ports/qemu-arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
