diff --git a/readme.markdown b/readme.markdown index 47eaa419b..fb00b7015 100644 --- a/readme.markdown +++ b/readme.markdown @@ -29,7 +29,7 @@ In addition to running without an RTOS, tinyusb is an OS-awared stack that can r ### Host ### - HID Mouse -- HID Keyboard +- HID Keyboard - HID Generic (comming soon) - Communication Device Class (CDC) - Mass Storage Class (MSC) @@ -38,8 +38,8 @@ In addition to running without an RTOS, tinyusb is an OS-awared stack that can r ### Device ### - HID Mouse -- HID Keyboard -- HID Generic (comming soon) +- HID Keyboard +- HID Generic (comming soon) - Communication Class (CDC) - Mass Storage Class (MSC) @@ -57,22 +57,22 @@ You can compile with any of following toolchains, however, the stack requires C9 - lpcxpresso - Keil MDK -- IAR Workbench +- IAR Workbench ### Supported MCUs ### -The stack supports the following MCUs - - - LPC11uxx - - LPC13uxx (12 bit ADC) - - LPC175x_6x - - LPC43xx +The stack supports the following MCUs + + - LPC11uxx + - LPC13uxx (12 bit ADC) + - LPC175x_6x + - LPC43xx [Here is the list of supported Boards](boards/readme.md) in the code base ## Getting Started ## -[Here is the details for getting started](doxygen/getting_started.md) with the stack. +[Here is the details for getting started](doxygen/getting_started.md) with the stack. ## License ## @@ -86,12 +86,4 @@ If you find my little USB stack is useful and want to give something back You can contribute your time by helping with programming, testing and filing bug reports, improving documentation. Or simply by using tinyusb, giving me some feedback on how to improve it and telling others about it. -### Donate Money ### - -If you don't have time but still want to help, then please consider making a financial donation. This will help to pay the (mostly coffee) bills and motivate me to continue working on tinyusb. You can do so using the donation button, or contact me for other payment methods. - -[//]: # (\htmlonly) -Click here to lend your support to tinyusb donation and make a donation at pledgie.com -[//]: # (\endhtmlonly) - diff --git a/tools/simpleHIDwrite/SimpleHIDWrite.exe b/tools/simpleHIDwrite/SimpleHIDWrite.exe deleted file mode 100644 index 3eab800ab..000000000 Binary files a/tools/simpleHIDwrite/SimpleHIDWrite.exe and /dev/null differ