Example Code Changes, Terminal, Start of Simulator UI#32
Open
e-morandi wants to merge 170 commits intoshulltronics:mainfrom
Open
Example Code Changes, Terminal, Start of Simulator UI#32e-morandi wants to merge 170 commits intoshulltronics:mainfrom
e-morandi wants to merge 170 commits intoshulltronics:mainfrom
Conversation
Rebecca's Local Changes
…ning, source code is not affected.
…ace for opening examples
…to generating boards in addition to learning Rust/EGUI and fixing small bugs / build errors
Added hyperlink for forum repository
Updated Dependency to make sure it compiles
Changed the channel for the tool chain to nightly and added a create that was missing.
…build and load onto Arduino Uno through Iron Coder dev window
…while PNG file is being converted
Updated start simulator function to check for Renode. If not installed, will allow the users to use the Renode Github website to download the application. Updated part of the test program to update pin for testing.
The user should now be able to get the elf file from the code they are working on rather than a predetermined script. There is now a more automatic generation of renode scripts. It still uses a predetermined board but the code is now dynamic.
User is now able to generate a script for Renode to launch current code in code editor
Automate Generation of Boards (Release Candidate)
When starting the simulator on the terminal window, will now display the pop up if users do not have renode
The simulator will now look for the elf file automatically and load it to Renode through different target types Fixed a test that would not load renode Some older code is commented out
This file contains hidden or 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
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.
All changes involved in Example Code, the terminal emulation, and current rough draft of simulator UI