Firmware enhancements for HSP_RPC_GUI 3.0.1

Dependencies:   USBDevice

Fork of HSP_RPC_GUI by Maxim Integrated

This command can be used to import the project to your local environment

This command can be used to compile the code and produce the HSP_RPC_GUI_3_0_1.bin

Quote:

mbed compile -t GCC_ARM -m MAX32620HSP

This link may be used to install the mbed command-line-interface (cli) if needed

Revision:
1:9490836294ea
Parent:
0:e4a10ed6eb92
--- a/HSP/QuadSPI/QuadSpi.h	Tue Oct 25 15:22:11 2016 +0000
+++ b/HSP/QuadSPI/QuadSpi.h	Fri Apr 21 12:12:30 2017 -0500
@@ -63,7 +63,7 @@
    *  @returns
    *    none
   */
-  int write(int value);
+  virtual int write(int value);
 
   /** Read from the Quad SPI Slave and return the response
    *