-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated code for AMC BLDC (Messaging & Supervisor) (#200)
* Incorporating CAN_RX_raw2struct and CAN_Decoder generated code into the board's programming. * Integration of the entire pipeline of the MBD into the existing board code. * Integrated supervisor and messaging blocks into board's code * renamed some directories for better clarity * Cleanup of unnecessary files * removed another unneeded file * remove unnecessary files Co-authored-by: German David Rodriguez Arenas <[email protected]>
- Loading branch information
1 parent
bae4d18
commit 0ddb274
Showing
49 changed files
with
6,187 additions
and
47 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
emBODY/eBcode/arch-arm/board/amcbldc/application03/bin/.placeholder.txt
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 +1 @@ | ||
.placeholder | ||
.placeholder |
9 changes: 9 additions & 0 deletions
9
emBODY/eBcode/arch-arm/board/amcbldc/application03/proj/EventRecorderStub.scvd
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 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd"> | ||
|
||
<component name="EventRecorderStub" version="1.0.0"/> <!--name and version of the component--> | ||
<events> | ||
</events> | ||
|
||
</component_viewer> |
21 changes: 21 additions & 0 deletions
21
.../arch-arm/board/amcbldc/application03/proj/RTE/_amcbldc-app03-osal-ulpro/RTE_Components.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
/* | ||
* Auto generated Run-Time-Environment Configuration File | ||
* *** Do not modify ! *** | ||
* | ||
* Project: 'amcbldc-application03' | ||
* Target: 'amcbldc-app03-osal-ulpro' | ||
*/ | ||
|
||
#ifndef RTE_COMPONENTS_H | ||
#define RTE_COMPONENTS_H | ||
|
||
|
||
/* | ||
* Define the Device Header File: | ||
*/ | ||
#define CMSIS_device_header "stm32g4xx.h" | ||
|
||
|
||
|
||
#endif /* RTE_COMPONENTS_H */ |
Oops, something went wrong.