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
!127
epicardium: BLE opt in
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
epicardium: BLE opt in
koalo/bleoptin
into
master
Overview
3
Commits
2
Pipelines
6
Changes
2
Merged
koalo
requested to merge
koalo/bleoptin
into
master
5 years ago
Overview
3
Commits
2
Pipelines
6
Changes
2
Expand
0
0
Merge request reports
Viewing commit
154cc573
Prev
Next
Show latest version
2 files
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
154cc573
feat(api): Add API-call for soft-reset
· 154cc573
rahix
authored
5 years ago
Signed-off-by:
Rahix
<
rahix@rahix.de
>
epicardium/modules/lifecycle.c
+
8
−
0
Options
@@ -275,6 +275,14 @@ static void load_menu(bool reset)
/* Helpers }}} */
/* API {{{ */
/*
* Restart the firmware
*/
void
epic_system_reset
(
void
)
{
card10_reset
();
}
/*
* This is NOT the epic_exec() called from Pycardium, but an implementation of
* the same call for use in Epicardium. This function is synchroneous and will
Loading