Remove some build options, fix order of boards in build.yml

This commit is contained in:
Thea Flowers 2020-03-18 16:49:10 -07:00
parent 25188f53a7
commit e027aaf433
2 changed files with 1 additions and 4 deletions

View File

@ -234,8 +234,8 @@ jobs:
- "trinket_m0_haxpress" - "trinket_m0_haxpress"
- "uchip" - "uchip"
- "ugame10" - "ugame10"
- "winterbloom_sol"
- "winterbloom_big_honking_button" - "winterbloom_big_honking_button"
- "winterbloom_sol"
- "xinabox_cc03" - "xinabox_cc03"
- "xinabox_cs11" - "xinabox_cs11"

View File

@ -30,6 +30,3 @@ CIRCUITPY_TOUCHIO = 0
CIRCUITPY_PS2IO = 0 CIRCUITPY_PS2IO = 0
CIRCUITPY_USB_HID = 0 CIRCUITPY_USB_HID = 0
CIRCUITPY_RTC = 0 CIRCUITPY_RTC = 0
CFLAGS_INLINE_LIMIT = 60
SUPEROPT_GC = 0