Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
13b58a3c
Commit
13b58a3c
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loop
parent
b87b91cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/efm32gg-stk3700/README.txt
+5
-7
5 additions, 7 deletions
configs/efm32gg-stk3700/README.txt
configs/efm32gg-stk3700/nsh/defconfig
+2
-2
2 additions, 2 deletions
configs/efm32gg-stk3700/nsh/defconfig
with
7 additions
and
9 deletions
configs/efm32gg-stk3700/README.txt
+
5
−
7
View file @
13b58a3c
...
...
@@ -30,6 +30,8 @@ STATUS
Starter Kit.
2014-11-12: The basic NSH configuration is functional with a serial console
on LEUART0.
2014-11-14: LEUART0 BAUD increased from 2400 to 9600. Calibrated delay
loop.
LEDs and Buttons
================
...
...
@@ -99,10 +101,8 @@ Serial Console
Default Serial Console
----------------------
LEUART0 is configured as the default serial console at 2400 8N1
on pins PD5 and PD4. It certainly be possible to go to 4800 baud
and the documentation claims that 9600 baud is possible (although
I am not sure how).
LEUART0 is configured as the default serial console at 9600 8N1
on pins PD5 and PD4.
---------- ---- ----------- -----------
SIGNAL PGIO EXP Header Test Point
...
...
@@ -192,9 +192,7 @@ Configurations
nsh:
---
Configures the NuttShell (nsh) located at apps/examples/nsh. The
Configuration enables the serial interfaces on LEUART0. Support for
built-in applications is enabled, but in the base configuration no
built-in applications are selected (see NOTES below).
Configuration enables the serial interfaces on LEUART0 at 9600 8N1.
NOTES:
...
...
This diff is collapsed.
Click to expand it.
configs/efm32gg-stk3700/nsh/defconfig
+
2
−
2
View file @
13b58a3c
...
...
@@ -162,7 +162,7 @@ CONFIG_LEUART0_SERIAL_CONSOLE=y
#
CONFIG_LEUART0_RXBUFSIZE=64
CONFIG_LEUART0_TXBUFSIZE=64
CONFIG_LEUART0_BAUD=
24
00
CONFIG_LEUART0_BAUD=
96
00
CONFIG_LEUART0_BITS=8
CONFIG_LEUART0_PARITY=0
CONFIG_LEUART0_2STOP=0
...
...
@@ -194,7 +194,7 @@ CONFIG_ARCH_HAVE_RAMVECTORS=y
#
# Board Settings
#
CONFIG_BOARD_LOOPSPERMSEC=
2662
CONFIG_BOARD_LOOPSPERMSEC=
4787
# CONFIG_ARCH_CALIBRATION is not set
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment