diff options
| author | perigoso <[email protected]> | 2021-07-30 11:17:09 +0100 |
|---|---|---|
| committer | perigoso <[email protected]> | 2021-07-30 12:46:30 +0100 |
| commit | a6ae310f5f64ecc6a0db84d5a34e7edd273b9ca2 (patch) | |
| tree | 5291c9890298837d65f57ac4abe4ff5636526c3d /README.md | |
| parent | 83d72cc1d568d509ca2c7bd8d0e959db22c90924 (diff) | |
readme: convert md readme to rst
Signed-off-by: perigoso <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 81864252f..000000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ - - -[](https://github.com/hathach/tinyusb/actions) [](https://openinput.readthedocs.io/en/latest/?badge=latest) [](https://opensource.org/licenses/MIT) - -TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function. - -Please head over to the online [documentation](www.tinyusb.org) for more info. - -## Contributors - -Special thanks to all the people who spent their precious time and effort to help this project so far. Check out the -[CONTRIBUTORS](CONTRIBUTORS.rst) file for the list of all contributors and their awesome work for the stack. - -## License - -All TinyUSB sources in the `src` folder are licensed under MIT license, [Full license is here](LICENSE). However, each file can be individually licensed especially those in `lib` and `hw/mcu` folder. Please make sure you understand all the license term for files you use in your project. |
