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
Woazboat
firmware
Commits
6e712c77
Verified
Commit
6e712c77
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore(epicardium): Cleanup task IDs
Fixes #73. Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
fccb6b79
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
epicardium/cdcacm.c
+1
-1
1 addition, 1 deletion
epicardium/cdcacm.c
epicardium/modules/modules.h
+1
-0
1 addition, 0 deletions
epicardium/modules/modules.h
epicardium/support.c
+1
-2
1 addition, 2 deletions
epicardium/support.c
with
3 additions
and
3 deletions
epicardium/cdcacm.c
+
1
−
1
View file @
6e712c77
...
...
@@ -57,6 +57,7 @@
#include
"cdc_acm.h"
#include
"descriptors.h"
#include
"modules/modules.h"
#include
"modules/log.h"
#include
<errno.h>
...
...
@@ -358,7 +359,6 @@ static int usb_read_callback(void)
#include
"FreeRTOS.h"
#include
"task.h"
extern
TaskHandle_t
serial_task_id
;
void
USB_IRQHandler
(
void
)
{
usb_event_handler
();
...
...
This diff is collapsed.
Click to expand it.
epicardium/modules/modules.h
+
1
−
0
View file @
6e712c77
...
...
@@ -25,6 +25,7 @@ void return_to_menu(void);
#define SERIAL_READ_BUFFER_SIZE 128
void
vSerialTask
(
void
*
pvParameters
);
void
serial_enqueue_char
(
char
chr
);
extern
TaskHandle_t
serial_task_id
;
/* ---------- LED Animation / Personal States ------------------------------ */
#define PERSONAL_STATE_LED 14
...
...
This diff is collapsed.
Click to expand it.
epicardium/support.c
+
1
−
2
View file @
6e712c77
...
...
@@ -6,12 +6,11 @@
#include
"task.h"
#include
"api/dispatcher.h"
#include
"modules/modules.h"
#include
"modules/log.h"
#include
"card10.h"
extern
TaskHandle_t
dispatcher_task_id
;
/*
* This hook is called before FreeRTOS enters tickless idle.
*/
...
...
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