Update README and some comments

This commit is contained in:
Gregory Nutt 2016-07-02 11:55:31 -06:00
parent 59de06f7f9
commit 4ad7129ac9
2 changed files with 9 additions and 1 deletions

View File

@ -57,6 +57,12 @@ Serial Console
The primary serial port interface signals are PTB16 UART1_RX and PTB17 The primary serial port interface signals are PTB16 UART1_RX and PTB17
UART1_TX. These signals are connected to the OpenSDAv2 circuit. UART1_TX. These signals are connected to the OpenSDAv2 circuit.
REVISIT: The above quote was taken from the "FRDM-K64F Freedom Module Users
Guide". It appears from the "K64 Sub-Family Reference Manual" that the only
options for UART1 are {PTC3, PTE1} for UART1_RX and {PTC4, PTE0} for UART1_TX.
PTB16 and PTB17 are valid options for UART0, however.
LEDs and Buttons LEDs and Buttons
================ ================

View File

@ -201,9 +201,11 @@
/* The primary serial port interface signals are PTB16 UART1_RX and PTB17 UART1_TX. /* The primary serial port interface signals are PTB16 UART1_RX and PTB17 UART1_TX.
* These signals are connected to the OpenSDAv2 circuit. * These signals are connected to the OpenSDAv2 circuit.
* *
* REVISIT: The above quoate was taken from the "FRDM-K64F Freedom Module Users * REVISIT: The above quote was taken from the "FRDM-K64F Freedom Module Users
* Guide". It appears from the "K64 Sub-Family Reference Manual" that the only * Guide". It appears from the "K64 Sub-Family Reference Manual" that the only
* options for UART1 are {PTC3, PTE1} for UART1_RX and {PTC4, PTE0} for UART1_TX. * options for UART1 are {PTC3, PTE1} for UART1_RX and {PTC4, PTE0} for UART1_TX.
*
* PTB16 and PTB17 are valid options for UART0, however.
*/ */
/************************************************************************************ /************************************************************************************