Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
Service Desk
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
cm-projects
RIOT
Commits
a8502e29
Commit
a8502e29
authored
9 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
boards/msb-430: adjusted to UART changes
parent
19cd4b32
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/msb-430/Makefile.features
+1
-0
1 addition, 0 deletions
boards/msb-430/Makefile.features
boards/msb-430/include/periph_conf.h
+1
-1
1 addition, 1 deletion
boards/msb-430/include/periph_conf.h
with
2 additions
and
1 deletion
boards/msb-430/Makefile.features
+
1
−
0
View file @
a8502e29
# Put defined MCU peripherals here (in alphabetical order)
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED
+=
periph_gpio
FEATURES_PROVIDED
+=
periph_gpio
FEATURES_PROVIDED
+=
periph_timer
FEATURES_PROVIDED
+=
periph_timer
FEATURES_PROVIDED
+=
periph_uart
# Various other features (if any)
# Various other features (if any)
...
...
This diff is collapsed.
Click to expand it.
boards/msb-430/include/periph_conf.h
+
1
−
1
View file @
a8502e29
...
@@ -53,7 +53,7 @@ extern "C" {
...
@@ -53,7 +53,7 @@ extern "C" {
#define UART_NUMOF (1U)
#define UART_NUMOF (1U)
#define UART_0_EN (1U)
#define UART_0_EN (1U)
#define UART_
DEV
(USART_1)
#define UART_
BASE
(USART_1)
#define UART_IE (SFR->IE2)
#define UART_IE (SFR->IE2)
#define UART_IF (SFR->IFG2)
#define UART_IF (SFR->IFG2)
#define UART_IE_RX_BIT (1 << 4)
#define UART_IE_RX_BIT (1 << 4)
...
...
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