-
Notifications
You must be signed in to change notification settings - Fork 2
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
Renode toolset #339
Renode toolset #339
Conversation
…st version of Renode
Instructions on how to test:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for debugging on Renode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't check the .cs files
Looks okay
402615c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't look through the files, but when I used it for testing, everything worked great for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments
.gitignore
Outdated
@@ -4,3 +4,7 @@ __pycache__ | |||
*.csv | |||
.vscode | |||
*.swp | |||
Tests/Results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TAKE THIS OUT!!!
"extensions": { | ||
"recommendations": [ | ||
"ms-vscode.cpptools-extension-pack", // For Controls C code | ||
"GitHub.vscode-pull-request-github", // For reviewing pull requests directly from VSCode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TAKE THIS OUT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
BSP/STM32F413/Makefile
Outdated
ifeq ($(DEBUG), 0) | ||
OPT = -O3 | ||
else | ||
OPT = -Og |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ADD -G
Tests/Test_BSP_CAN.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DELETE!????
???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for tihs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
♘💜 тคкE тℍI𝐒 ㄖUt!!!
!!! 🍔🐍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grabbed some of the stuff from renode-test-framework and put it into this branch. Currently includes helpful scripts and VSCode integrations for testing with renode. Also renamed many files which is why this touches so many things.