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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Emilio Corigliano
Miosix Kernel
Commits
dfdb5955
Commit
dfdb5955
authored
7 years ago
by
Federico
Browse files
Options
Downloads
Patches
Plain Diff
Improvements to thermal_test_chip bsp
parent
277a9e1a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h
+3
-3
3 additions, 3 deletions
...M4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h
with
3 additions
and
3 deletions
miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h
+
3
−
3
View file @
dfdb5955
...
@@ -68,7 +68,7 @@ const bool defaultSerialFlowctrl=false;
...
@@ -68,7 +68,7 @@ const bool defaultSerialFlowctrl=false;
// Uncomment AUX_SERIAL to enable. The device will appear as /dev/auxtty.
// Uncomment AUX_SERIAL to enable. The device will appear as /dev/auxtty.
#define AUX_SERIAL "auxtty"
#define AUX_SERIAL "auxtty"
const
unsigned
int
auxSerial
=
3
;
const
unsigned
int
auxSerial
=
3
;
const
unsigned
int
auxSerialSpeed
=
1152
00
;
const
unsigned
int
auxSerialSpeed
=
2304
00
;
const
bool
auxSerialFlowctrl
=
false
;
const
bool
auxSerialFlowctrl
=
false
;
#define SERIAL_1_DMA
#define SERIAL_1_DMA
//#define SERIAL_2_DMA
//#define SERIAL_2_DMA
...
@@ -77,8 +77,8 @@ const bool auxSerialFlowctrl=false;
...
@@ -77,8 +77,8 @@ const bool auxSerialFlowctrl=false;
//#define I2C_WITH_DMA
//#define I2C_WITH_DMA
//SD card driver
//SD card driver
static
const
unsigned
char
sdVoltage
=
3
0
;
//Board powered @ 3.
0
V
static
const
unsigned
char
sdVoltage
=
3
3
;
//Board powered @ 3.
3
V
#define SD_ONE_BIT_DATABUS //C
an't
use 4 bit databus
due to pin conflicts
//
#define SD_ONE_BIT_DATABUS //C
ommented to
use 4 bit databus
/**
/**
* \}
* \}
...
...
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