Clean up of example test projects of amc
and amc2c
#475
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR just cleans up the example projects for the boards
amc
andamc2c
and does not interfere with their projects used in the robot.The above projects were required for testing and for the progress of the application but since the application is ready and effective these projects were left behind. I have updated them now because I will need to do tests with them again, with the main focus of running the UDP stack on the CM4 core.
I have also added some macros (now disabled) in the code of the
eLoader
that allow to:eLoader
without any jump toeUpdater
oreApplication
;eApplication
).The above is useful for running sample test projects on the amc2c without the need of the full
eLoader
-eUpdater
-eApplication
framework in theamc
.Mergeability
This PR can be safely merged because it touches only test projects not used on the robot.