From d7d571c8a8cf7d407e9d6c3ee39ace8afdb650de Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 30 Mar 2022 15:39:02 -0700 Subject: [PATCH] add some useful reference links.. --- LINKS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 LINKS.md diff --git a/LINKS.md b/LINKS.md new file mode 100644 index 0000000..5551573 --- /dev/null +++ b/LINKS.md @@ -0,0 +1,6 @@ +USART CMSIS docs: https://arm-software.github.io/CMSIS_5/Driver/html/group__usart__interface__gr.html +stm32 usb hid: https://damogranlabs.com/2018/02/stm32-usb-hid-mouse-keyboard/ +arcade hid: https://github.com/pellepl/arcadehid +cycle counter: https://stackoverflow.com/questions/11530593/cycle-counter-on-arm-cortex-m4-or-m3 +stm32 hid: https://pixcl.com/stm32cubemx-truestudio-and-custom-hid-code/ +usb descriptor decoder: https://eleccelerator.com/usbdescreqparser/