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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Merge requests
!371
Stable max86150 epicardium API
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Stable max86150 epicardium API
arist/firmware:max86150
into
master
Overview
24
Commits
2
Pipelines
5
Changes
10
Merged
Arist
requested to merge
arist/firmware:max86150
into
master
5 years ago
Overview
20
Commits
2
Pipelines
5
Changes
10
Expand
0
0
Merge request reports
Compare
master
version 4
98af3166
5 years ago
version 3
2c56869e
5 years ago
version 2
85a09a27
5 years ago
version 1
5c82747e
5 years ago
master (base)
and
latest version
latest version
d92965df
2 commits,
5 years ago
version 4
98af3166
2 commits,
5 years ago
version 3
2c56869e
2 commits,
5 years ago
version 2
85a09a27
4 commits,
5 years ago
version 1
5c82747e
2 commits,
5 years ago
10 files
+
1107
−
551
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
epicardium/modules/hardware.c
+
7
−
0
Options
@@ -194,6 +194,11 @@ int hardware_early_init(void)
*/
max30001_mutex_init
();
/*
* max86150 mutex init
*/
max86150_mutex_init
();
/* Allow user space to trigger interrupts.
* Used for BLE, not sure if needed. */
SCB
->
CCR
|=
SCB_CCR_USERSETMPEND_Msk
;
@@ -283,5 +288,7 @@ int hardware_reset(void)
epic_max30001_disable_sensor
();
epic_max86150_disable_sensor
();
return
0
;
}
Loading