Update a README; improvie some Kconfig defaults.
This commit is contained in:
parent
7ec13a3b4f
commit
6a30e22ad4
@ -803,11 +803,16 @@ Configurations
|
|||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
1. This configuration uses the USART3 for the serial console
|
1. This configuration uses the FLEXCOM4 for the serial console.
|
||||||
which is available at the "DBGU" RS-232 connector (J24). That
|
REVISIT: This was intended to support an Arduino serial shield,
|
||||||
is easily changed by reconfiguring to (1) enable a different
|
however, I think there are be problems with the FLEXCOM4 pins
|
||||||
serial peripheral, and (2) selecting that serial peripheral as
|
at the at the Arduino connector.
|
||||||
the console device.
|
|
||||||
|
It might be better to switch to USART1 (PD3 and PD4) which is
|
||||||
|
available at the "DBGU" RS-232 connector (J24). This is easily
|
||||||
|
changed by reconfiguring to (1) enable a different serial
|
||||||
|
peripheral, and (2) selecting that serial peripheral as the
|
||||||
|
console device.
|
||||||
|
|
||||||
2. By default, this configuration is set up to build on Windows
|
2. By default, this configuration is set up to build on Windows
|
||||||
under either a Cygwin or MSYS environment using a recent, Windows-
|
under either a Cygwin or MSYS environment using a recent, Windows-
|
||||||
|
@ -127,7 +127,8 @@ config NANO_PRINTF
|
|||||||
|
|
||||||
config NANO_PRINTLEVEL
|
config NANO_PRINTLEVEL
|
||||||
int "Nano printf support level"
|
int "Nano printf support level"
|
||||||
default 2
|
default 2 if !LIBC_FLOATINGPOINT
|
||||||
|
default 3 if LIBC_FLOATINGPOINT
|
||||||
range 1 2 if !LIBC_FLOATINGPOINT
|
range 1 2 if !LIBC_FLOATINGPOINT
|
||||||
range 1 3 if LIBC_FLOATINGPOINT
|
range 1 3 if LIBC_FLOATINGPOINT
|
||||||
depends on NANO_PRINTF
|
depends on NANO_PRINTF
|
||||||
|
Loading…
Reference in New Issue
Block a user