Skip to content
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
wants to merge 63 commits into
base: main
Choose a base branch
from
Open

Conversation

romancardenas
Copy link
Member

No description provided.

jonmenard and others added 30 commits August 10, 2022 10:07
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.
…elapsed time in case an external interrupt occurrs. Added minor changes to the code in this method to make it look more clear.
Srijan1972 and others added 28 commits July 11, 2023 15:02
Adding RT Clock for working with mbed-os and a simple example of use
Restructured example for MSP432P401 microcontroller, allowing simulated execution in the terminal, and embedded execution in Code Composer Studio
Replaced with Code Composer file structure
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.
@romancardenas
Copy link
Member Author

@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?

@Sasisekhar
Copy link

Agreed! Lets do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants