Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Huebler
firmware
Commits
000af958
Commit
000af958
authored
5 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
fix(pmic): Wait a second after boot for stuff to settle
parent
9a7a3dba
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
Hello_World/main.c
+1
-0
1 addition, 0 deletions
Hello_World/main.c
testapp/main.c
+1
-0
1 addition, 0 deletions
testapp/main.c
with
2 additions
and
0 deletions
Hello_World/main.c
+
1
−
0
View file @
000af958
...
...
@@ -104,6 +104,7 @@ int main(void)
int
count
=
0
;
printf
(
"Hello World!
\n
"
);
TMR_Delay
(
MXC_TMR0
,
MSEC
(
1000
),
0
);
//Setup the I2CM
I2C_Shutdown
(
MXC_I2C0_BUS0
);
...
...
This diff is collapsed.
Click to expand it.
testapp/main.c
+
1
−
0
View file @
000af958
...
...
@@ -245,6 +245,7 @@ int main(void)
//int count = 0;
printf
(
"Hello World!
\n
"
);
TMR_Delay
(
MXC_TMR0
,
MSEC
(
1000
),
0
);
//Setup the I2CM
I2C_Shutdown
(
I2C_DEVICE
);
...
...
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