-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/make simulator compile #437
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
Conversation
…hernet.cpp in the simulator. As we won't use ethernet I have deleted everything related with confgure ethernet
…o transform bytes into IP_ADDRESS
…loopUPV-H8/ST-LIB into fix/make-simulator-compile
jmaralo
left a comment
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.
TLDR (like literally what I did), nice PR tho
Review ADC carefully please |
g0nz4I0
left a comment
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 cannot approve it because I'm the author, but it looks fine, some stuff I have doubts, but it is a great step in the right direction
…H8/ST-LIB into fix/make-simulator-compile
ae18fb8 to
e2fc18d
Compare
Fixed several compilation errors, and some refactors to ADC because the maps needed some comparison operators so got rid of them and added hacky patch, to assing from id to pin.
Also refactored EmulatedPin class to make intent clearer and not the mess that it was
Removed:
Some changes are required on EXTI model to move forward with compilation
The other issue is Ethernet that @oganigl is working on.