mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Mostly cosmetic clean-up of comments
This commit is contained in:
@@ -351,17 +351,19 @@
|
|||||||
#define BOARD_FLASH_WAITSTATES 1
|
#define BOARD_FLASH_WAITSTATES 1
|
||||||
|
|
||||||
/* SERCOM definitions ***************************************************************/
|
/* SERCOM definitions ***************************************************************/
|
||||||
/* SERCOM4 is available on connectors EXT1 and EXT3
|
/* SERCOM4 is available on connectors EXT1, EXT2, and EXT3
|
||||||
*
|
*
|
||||||
* PIN EXT1 EXT3 GPIO Function
|
* PIN EXT1 EXT2 EXT3 GPIO Function
|
||||||
* ---- ---- ------ -----------
|
* ---- ---- ---- ---- ------------------
|
||||||
* 13 PB09 PB13 SERCOM4 / USART RX
|
* 13 PB09 PB13 PB11 SERCOM4 / USART RX
|
||||||
* 14 PB08 PB12 SERCOM4 / USART TX
|
* 14 PB08 PB12 PB12 SERCOM4 / USART TX
|
||||||
* 19 19 GND
|
* 19 GND GND GND N/A
|
||||||
* 20 20 VCC
|
* 20 VCC VCC VCC N/A
|
||||||
*
|
*
|
||||||
* If you have a TTL to RS-232 converter then this is the most convenient
|
* If you have a TTL to RS-232 converter then this is the most convenient
|
||||||
* serial console to use. It is the default in all of these configurations.
|
* serial console to use (because you don't lose the console device each time
|
||||||
|
* you lose the USB connection). It is the default in all of the SAMD20
|
||||||
|
* configurations.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BOARD_SERCOM4_GCLKGEN GCLK_CLKCTRL_GEN0
|
#define BOARD_SERCOM4_GCLKGEN GCLK_CLKCTRL_GEN0
|
||||||
|
|||||||
Reference in New Issue
Block a user