-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting prepared for the new version of Cadmium #27
Open
romancardenas
wants to merge
63
commits into
main
Choose a base branch
from
dev-rt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
In this first step I integrated the Linux rt-clock hpp, which allows the model to be run with events being displayed in real time. Asynchronous events are not supported yet
In this second step I created a model to run in RT. I created an atomic digital pin which continuously listens for input from the enter key. This model interacts with other simulated models
std::mutex is not available to microcontrollers, and logs should not be made when running on microcontrollers. added and ifdef RT to remove logger during compiling
In this step I changed the rt clock to allow for interrupts when an asynchronous model has an event. This will cause it to be checked and an message placed in its external port
Adding atomic models for digital and analogue input/outputs, pwmOutputs, and most importantly interrupt (asynchronous) inputs.
…erial port). Added real time clock for mbed.
…gpios under _rt/.
…le rt_mbed or Blinky.
…e mbed-os download with mbed deploy.
…elapsed time in case an external interrupt occurrs. Added minor changes to the code in this method to make it look more clear.
…to Srijan1972-dev-rt2
Adding RT Clock for working with mbed-os and a simple example of use
NO_LOGGING
Restructured example for MSP432P401 microcontroller, allowing simulated execution in the terminal, and embedded execution in Code Composer Studio
Replaced with Code Composer file structure
MSP432P401R Support
Delete template example
Delete example
delete image for example 2
delete example 3
delete image for example 3
delete example 4
delete image for example 4
this will no longer be needed. Have to add another folder to allow CCS to work, which breaks the Windows script
Windows script does not work - issues w/ permissions. Fixing in next commit
Removing duplicate folder. Instructions for including the cadmium folder will be updated to compensate for this.
New project structure
@cruizm @Sasisekhar it's been a while since this PR is stale. Can we meet within the next weeks to remember the current state and do the work is required to push this PR to master? |
Agreed! Lets do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.