-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bringup frontcontroller bindings to rvalue-reference style * fix: 🐛 Fix OS compiler errors. 675f0d0 introduced a breaking change for the TMS and DemoProjectRTOS by removing the CMake commands which compiled and linked the freertos code, as well as added an unnecessary include (sys/types.h) to mcal/stm/os/tick.h (this is likely clangd's fault). This commit restores these files so that the projects can compile again. * feat: Add Tasks to FrontController. Creates a 5 and 500 ms task in FrontController using freertos. Provides a framework for Sam and Blake to develop the actual code off of. * updates moing avg class to be more robust against large values and adds a moving average to the pedal class * adds docs from electrical team for pedal position * finishes simulink input, besides reading CAN messages * adds all outputs from simulink, uses placeholders where I didn't know what to fill in * Update control system to latest * Add enums to cangen * Add ability to do 2 can busses with cangen * Removes duplicate include in app, unnecessary include in main * updates ioc to match 'ENG-Electrical/MACEV5/Low Voltage/Pin Mapping' as of time of commit * adds bindings for all IO pins, though not all have an app-level object yet * Update yamls * Fix build for lvcontroller * Remove clangd include * remvoes amps, not building * converts to & from && * update to 6.11.1 * fixes type conversion warnings in jinja, converts bms cmd to bool * adds front controller simple * checkouts out mfang simple branch * disables unused IO for simple model * fc * uses different autogen and staticcast bool * sends inverter * fixes clang-format issue --------- Co-authored-by: BlakeFreer <[email protected]>
- Loading branch information
1 parent
f792862
commit 95fa36d
Showing
48 changed files
with
2,084 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
|
||
#pragma once | ||
|
||
#include <sys/types.h> | ||
|
||
#include <cstdint> | ||
|
||
#include "cmsis_os2.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
canGen: | ||
ourNode: bar | ||
busName: veh | ||
dbcFiles: | ||
- "demo.dbc" | ||
busses: | ||
- busName: veh | ||
dbcFiles: | ||
- "demo.dbc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
canGen: | ||
ourNode: foo | ||
busName: veh | ||
dbcFiles: | ||
- "demo.dbc" | ||
busses: | ||
- busName: veh | ||
dbcFiles: | ||
- "demo.dbc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
canGen: | ||
ourNode: fc | ||
busses: | ||
- busName: veh | ||
dbcFiles: | ||
- "veh.dbc" | ||
- busName: pt | ||
dbcFiles: | ||
- "pt.dbc" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.