Skip to content

Commit

Permalink
Integrated code for AMC BLDC (Messaging & Supervisor) (#200)
Browse files Browse the repository at this point in the history
* 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
GrmanRodriguez and German David Rodriguez Arenas authored Aug 6, 2021
1 parent bae4d18 commit 0ddb274
Show file tree
Hide file tree
Showing 49 changed files with 6,187 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.placeholder
.placeholder
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>
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 */
Loading

0 comments on commit 0ddb274

Please sign in to comment.