From ac2e205ae9f465c27297ea542c72e8cfe4966f8c Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:16:34 +0100 Subject: remove tinyusb directory --- tinyusb/hw/mcu/dialog/README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tinyusb/hw/mcu/dialog/README.md (limited to 'tinyusb/hw/mcu/dialog/README.md') diff --git a/tinyusb/hw/mcu/dialog/README.md b/tinyusb/hw/mcu/dialog/README.md deleted file mode 100755 index 69676f08..00000000 --- a/tinyusb/hw/mcu/dialog/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Dialog DA1469x MCU - -**Dialog Semiconductors** provides SDKs for DA146x MCU family. -Most of the files there can't be redistributed. -Registers definition file `DA1469xAB.h` and some **ARM** originated headers are have licenses that allow -for redistribution. -Whole SDK repository can be downloaded from Dialog Semiconductor web page `https://www.dialog.com` - - -- cgit v1.2.3 From 54d1981df652d731dfcf3ad05a50a83a90d1a8af Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:35:29 +0100 Subject: add tinyusb as a git submodule --- tinyusb | 1 + 1 file changed, 1 insertion(+) create mode 160000 tinyusb (limited to 'tinyusb/hw/mcu/dialog/README.md') diff --git a/tinyusb b/tinyusb new file mode 160000 index 00000000..f8288be0 --- /dev/null +++ b/tinyusb @@ -0,0 +1 @@ +Subproject commit f8288be03f28ad7b944e6925f49422dfa39202c5 -- cgit v1.2.3