Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Miosix Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Avionics
Software Development
Miosix Kernel
Commits
9680e715
Commit
9680e715
authored
2 years ago
by
Davide Mor
Committed by
Alberto Nidasio
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ciuti] Changed usart baud rate to 115200
parent
ca0b145a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!39
Draft: Compute unit v2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
miosix/config/arch/cortexM3_stm32f2/stm32f205rc_skyward_ciuti/board_settings.h
+1
-1
1 addition, 1 deletion
...rtexM3_stm32f2/stm32f205rc_skyward_ciuti/board_settings.h
with
1 addition
and
1 deletion
miosix/config/arch/cortexM3_stm32f2/stm32f205rc_skyward_ciuti/board_settings.h
+
1
−
1
View file @
9680e715
...
@@ -66,7 +66,7 @@ const unsigned int AUX_TIMER_MAX = 0xffff; ///<\internal Aux timer is 16 bits
...
@@ -66,7 +66,7 @@ const unsigned int AUX_TIMER_MAX = 0xffff; ///<\internal Aux timer is 16 bits
/// Serial port
/// Serial port
const
unsigned
int
defaultSerial
=
1
;
const
unsigned
int
defaultSerial
=
1
;
const
unsigned
int
defaultSerialSpeed
=
1
9
200
;
const
unsigned
int
defaultSerialSpeed
=
1
15
200
;
const
bool
defaultSerialFlowctrl
=
false
;
const
bool
defaultSerialFlowctrl
=
false
;
#define SERIAL_1_DMA
#define SERIAL_1_DMA
// #define SERIAL_2_DMA //Serial 2 is used by the pogo pins
// #define SERIAL_2_DMA //Serial 2 is used by the pogo pins
...
...
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