Skip to content
Snippets Groups Projects
Commit 6a1fbb35 authored by cnlohr's avatar cnlohr
Browse files

Give credit where it's appropriate.

parent 073f8978
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
* You may freely license this file under the MIT-x11, or the 2- or 3- or New BSD Licenses.
* You may also use this as though it is public domain.
*
* This project is based off of picorvd. https://github.com/aappleby/PicoRVD/
*
* Simply:
* 1: define the RV_ Functions
* 2: Call the MicroGDB* functions needed.
......
......@@ -28,7 +28,7 @@ void SendReplyFull( const char * replyMessage );
///////////////////////////////////////////////////////////////////////////////
// Actual Chip Operations
// Several pieces from picorvd.
// Several pieces from picorvd. https://github.com/aappleby/PicoRVD/
int shadow_running_state = 1;
int last_halt_reason = 5;
uint32_t backup_regs[17];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment