Skip to content

Commit 06e37ba

Browse files
authored
Added LANA TNY board #164
The LANA TNY is a development board by Phyx based on the CH32V203G6U6. It is sold through the official Adafruit store: here It is comparable to the already added Adafruit QT Py CH32V203 (in pull request #136) but has some extra GPIO pins exposed and some slightly different pin arrangement. openwch/arduino_core_ch32#164
1 parent b0a4add commit 06e37ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

boards.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,21 @@ CH32V20x_EVT.menu.pnum.CH32V203G6_ADAFRUIT_QTPY.build.math_lib_gcc=-lm
540540
CH32V20x_EVT.menu.pnum.CH32V203G6_ADAFRUIT_QTPY.build.IQ_math_RV32=
541541
CH32V20x_EVT.menu.pnum.CH32V203G6_ADAFRUIT_QTPY.build.ch_extra_lib=-lprintf
542542

543+
#LANA TNY Board
544+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY=LANA TNY
545+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.node=NODE_V203G6_LANA_TNY
546+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.upload.maximum_size=229376
547+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.upload.maximum_data_size=10240
548+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.mcu=QingKe-V4B
549+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.board=CH32V203G6_LANA_TNY
550+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.series=CH32V20x
551+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.variant=CH32V20x/CH32V203G6_LANA_TNY
552+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.chip=CH32V203
553+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.march=rv32imacxw
554+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.mabi=ilp32
555+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.math_lib_gcc=-lm
556+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.IQ_math_RV32=
557+
CH32V20x_EVT.menu.pnum.CH32V203G6_LANA_TNY.build.ch_extra_lib=-lprintf
543558

544559
# USB support
545560
CH32V20x_EVT.menu.usb.none=None

0 commit comments

Comments
 (0)