diff --git a/minichlink/microgdbstub.h b/minichlink/microgdbstub.h index c4419b7c05150dbf88e633eb0f4c4b476e21ddf8..669c0806ff1633b8dbcf8f51f3569ebe92e77d18 100644 --- a/minichlink/microgdbstub.h +++ b/minichlink/microgdbstub.h @@ -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. diff --git a/minichlink/minichgdb.c b/minichlink/minichgdb.c index 0735901085fb4f358c0f90a35ef54b340213d88f..c3f783a6c00c200f48cb03b2128c6bc1646a2aa6 100644 --- a/minichlink/minichgdb.c +++ b/minichlink/minichgdb.c @@ -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];