Skip to content

Commit

Permalink
DM: update name to crickit, increase drive strength
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed May 21, 2018
1 parent 11b54b7 commit 444858c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards/CRCKit/board.mk → boards/crickit/board.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CHIP_FAMILY = SAMD21
CHIP_VARIANT = SAMD21G18A
BOARD_NAME = CRCKIT
BOARD_NAME = CRICKIT

LINKER_SCRIPT=scripts/samd21g18a_flash_with_bootloader.ld
File renamed without changes.
1 change: 1 addition & 0 deletions bsp/bsp_gpio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ void gpio_set_inen(uint32_t mask, uint8_t port)
for(uint32_t i=0; i<32; i++){
if( (mask & (1ul << i)) ){
PORT->Group[port].PINCFG[i].bit.INEN = 1;
PORT->Group[port].PINCFG[i].bit.DRVSTR = 1;
}
}
}
Expand Down

0 comments on commit 444858c

Please sign in to comment.