Skip to content

Commit 78744c4

Browse files
author
Daniel Campora
committed
cc3200: Remove WIPY-SD variant, and make the WiPy the default board.
1 parent 2abb58d commit 78744c4

4 files changed

Lines changed: 4 additions & 75 deletions

File tree

cc3200/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Select the board to build for: if not given on the command line,
2-
# then default to LAUNCHXL
3-
BOARD ?= LAUNCHXL
2+
# then default to WIPY
3+
BOARD ?= WIPY
44
ifeq ($(wildcard boards/$(BOARD)/.),)
55
$(error Invalid BOARD specified)
66
endif
77

8+
# Make 'release' the default build type
89
BTYPE ?= release
910

1011
# If the build directory is not given, make it reflect the board name.

cc3200/boards/WIPY-SD/mpconfigboard.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

cc3200/boards/WIPY-SD/pins.csv

Lines changed: 0 additions & 25 deletions
This file was deleted.

cc3200/boards/WIPY/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define MICROPY_HW_BOARD_NAME "WiPy"
3131
#define MICROPY_HW_MCU_NAME "CC3200"
3232

33-
#define MICROPY_HW_HAS_SDCARD (0)
33+
#define MICROPY_HW_HAS_SDCARD (1)
3434
#define MICROPY_HW_ENABLE_RNG (1)
3535
#define MICROPY_HW_ENABLE_RTC (1)
3636

0 commit comments

Comments
 (0)