This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Maintenance Tracker #121
Labels
Comments
|
+1 |
|
|
|
|
|
Closed
|
|
|
1 task
|
|
This was referenced Jan 12, 2019
|
|
|
|
|
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Purpose
This issue is where we can track all our ideas for what we want to improve after Dec. 1. They can be anything, from tiny things that irk you but you don't quite know how to solve yet, to big things you think totally flew over our heads.
Items
osSignalWait
,osSignalSet
, etc., implemented via task notifications) which I think we'd get a lot of use out of&huart5
in calls to PC interface functions, we would instead use something likePC_USART_HANDLE
(Maintenance: Define peripheral handles in some unified location #141)THREADED
a compiler option (-D) as opposed to a macro defined in a common header (will be done in SystemConf should be decoupled from Common/component #177)THREADED
(e.g. they require it to be defined but it is not, or vice versa)malloc
andnew
are not used (can be missed in code reviews)freertos.cpp
@file
in Doxygen (Doxygen: audit codebase to make documentation consistent #161)The text was updated successfully, but these errors were encountered: