follow up to #261

- fix button pullup
- flash using teensy_loader_cli
- update boards.md
This commit is contained in:
hathach
2020-01-09 22:04:11 +07:00
parent 03d14f4d83
commit 84bbe54e17
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ void board_init(void)
// Button
IOMUXC_SetPinMux( BUTTON_PINMUX, 0U);
gpio_pin_config_t button_config = { kGPIO_DigitalInput, 0, kGPIO_IntRisingEdge, };
IOMUXC_SetPinConfig(BUTTON_PINMUX, 0x01B0A0U);
gpio_pin_config_t button_config = { kGPIO_DigitalInput, 0, kGPIO_NoIntmode };
GPIO_PinInit(BUTTON_PORT, BUTTON_PIN, &button_config);
// UART