Remove TABs and while space from end of line in README file
This commit is contained in:
parent
61f6915898
commit
365df152c5
@ -46,7 +46,7 @@ NUCLEO-F746ZG:
|
||||
USB: USB 2.0 full-speed device/host/OTG controller with on-chip
|
||||
PHY
|
||||
10/100 Ethernet: MAC with dedicated DMA: supports IEEE 1588v2 hardware,
|
||||
MII/RMII
|
||||
MII/RMII
|
||||
Camera Interface: 8/14 Bit
|
||||
CRC calculation unit
|
||||
TRG: True random number generator
|
||||
@ -117,9 +117,9 @@ Basic configuration & build steps
|
||||
- Refreshes the .config file with the latest features addes sice this writting
|
||||
$ make oldconfig
|
||||
- Select the features you want in the build.
|
||||
$ make menuconfig
|
||||
$ make menuconfig
|
||||
- Builds Nuttx with the features you selected.
|
||||
$ make
|
||||
$ make
|
||||
|
||||
Hardware
|
||||
========
|
||||
@ -148,7 +148,7 @@ Hardware
|
||||
|
||||
|
||||
Serial
|
||||
----
|
||||
------
|
||||
|
||||
SERIAL_RX PE_0
|
||||
SERIAL_TX PE_1
|
||||
@ -176,14 +176,14 @@ Hardware
|
||||
SYMBOL Meaning RED GREEN BLUE
|
||||
------------------- ----------------------- -----------
|
||||
|
||||
LED_STARTED 0 OFF OFF OFF
|
||||
LED_HEAPALLOCATE 0 OFF OFF OFF
|
||||
LED_IRQSENABLED 0 OFF OFF OFF
|
||||
LED_STACKCREATED 1 OFF ON OFF
|
||||
LED_INIRQ 2 NC NC ON (momentary)
|
||||
LED_SIGNAL 2 NC NC ON (momentary)
|
||||
LED_ASSERTION 3 ON NC NC (momentary)
|
||||
LED_PANIC 4 ON OFF OFF (flashing 2Hz)
|
||||
LED_STARTED 0 OFF OFF OFF
|
||||
LED_HEAPALLOCATE 0 OFF OFF OFF
|
||||
LED_IRQSENABLED 0 OFF OFF OFF
|
||||
LED_STACKCREATED 1 OFF ON OFF
|
||||
LED_INIRQ 2 NC NC ON (momentary)
|
||||
LED_SIGNAL 2 NC NC ON (momentary)
|
||||
LED_ASSERTION 3 ON NC NC (momentary)
|
||||
LED_PANIC 4 ON OFF OFF (flashing 2Hz)
|
||||
|
||||
OFF - means that the OS is still initializing. Initialization is very fast so
|
||||
if you see this at all, it probably means that the system is hanging up
|
||||
@ -214,7 +214,7 @@ Serial Consoles
|
||||
Pins and Connectors:
|
||||
GPIO Connector NAME
|
||||
RXD: PE0 CN11 pin 64, PE0
|
||||
CN10 pin 33, D34
|
||||
CN10 pin 33, D34
|
||||
|
||||
TXD: PE1 CN11 pin 61, PE1
|
||||
|
||||
@ -226,7 +226,7 @@ Serial Consoles
|
||||
RXD - CN11 pin 61 - TXD - Pin 4 (Orange)
|
||||
GND CN11 pin 63 GND Pin 1 (Black)
|
||||
|
||||
*Note you will be reverse RX/TX
|
||||
*Note you will be reverse RX/TX
|
||||
|
||||
Use make menuconfig to configure USART8 as the console:
|
||||
|
||||
@ -248,8 +248,8 @@ Serial Consoles
|
||||
|
||||
Solder Bridges. This configuration requires:
|
||||
|
||||
PD8 USART3 TX SB5 ON and SB7 OFF (Default)
|
||||
PD9 USART3 RX SB6 ON and SB4 OFF (Default)
|
||||
PD8 USART3 TX SB5 ON and SB7 OFF (Default)
|
||||
PD9 USART3 RX SB6 ON and SB4 OFF (Default)
|
||||
|
||||
Configuring USART3 is the same as given above but add the S and #3.
|
||||
|
||||
@ -281,7 +281,7 @@ Configurations
|
||||
see additional README.txt files in the NuttX tools repository.
|
||||
|
||||
b. If this is the intall configuration then Execute
|
||||
'cd tools && ./configure.sh stm32f746g-disco/nsh && cd ..'
|
||||
'cd tools && ./configure.sh stm32f746g-disco/nsh && cd ..'
|
||||
in nuttx/ in order to start configuration process.
|
||||
Caution: Doing this step more than once will overwrite .config with
|
||||
the contents of the stm32f746g-disco/nsh/defconfig file.
|
||||
|
Loading…
Reference in New Issue
Block a user