File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ports/atmel-samd/boards/grandcentral_m4_express Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
# that SDK is shortest and add it there. In the case of major re-organizations,
22
22
# just try to make the builds "about equal in run time"
23
23
env :
24
- - TRAVIS_TESTS="unix docs translations" TRAVIS_BOARDS="feather_huzzah circuitplayground_express pca10056 pca10059 feather_nrf52832 feather_nrf52840_express makerdiary_nrf52840_mdk" TRAVIS_SDK=arm:nrf:esp8266
24
+ - TRAVIS_TESTS="unix docs translations" TRAVIS_BOARDS="feather_huzzah circuitplayground_express grandcentral_m4_express pca10056 pca10059 feather_nrf52832 feather_nrf52840_express makerdiary_nrf52840_mdk" TRAVIS_SDK=arm:nrf:esp8266
25
25
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0" TRAVIS_SDK=arm
26
26
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow" TRAVIS_SDK=arm
27
27
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300" TRAVIS_SDK=arm
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ STATIC const mp_map_elem_t board_global_dict_table[] = {
60
60
{ MP_OBJ_NEW_QSTR (MP_QSTR_D21 ), (mp_obj_t )& pin_PB21 },
61
61
{ MP_OBJ_NEW_QSTR (MP_QSTR_SCL ), (mp_obj_t )& pin_PB21 },
62
62
63
- // Not connected but probably should be.
64
63
{ MP_OBJ_NEW_QSTR (MP_QSTR_D22 ), (mp_obj_t )& pin_PD12 },
65
64
{ MP_OBJ_NEW_QSTR (MP_QSTR_D23 ), (mp_obj_t )& pin_PA15 },
66
65
{ MP_OBJ_NEW_QSTR (MP_QSTR_D24 ), (mp_obj_t )& pin_PC17 },
@@ -123,7 +122,7 @@ STATIC const mp_map_elem_t board_global_dict_table[] = {
123
122
{ MP_OBJ_NEW_QSTR (MP_QSTR_SD_CS ), (mp_obj_t )& pin_PB28 },
124
123
{ MP_OBJ_NEW_QSTR (MP_QSTR_SD_MISO ), (mp_obj_t )& pin_PB29 },
125
124
126
- { MP_OBJ_NEW_QSTR (MP_QSTR_SD_CARD_DETECT ), (mp_obj_t )& pin_PB21 },
125
+ { MP_OBJ_NEW_QSTR (MP_QSTR_SD_CARD_DETECT ), (mp_obj_t )& pin_PB31 },
127
126
128
127
{ MP_OBJ_NEW_QSTR (MP_QSTR_NEOPIXEL ), (mp_obj_t )& pin_PC24 },
129
128
You can’t perform that action at this time.
0 commit comments