diff options
| author | hathach <[email protected]> | 2021-03-29 22:53:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-29 22:53:23 +0700 |
| commit | ae98a12cff649eec874f2de4f1f1af93375e2b6e (patch) | |
| tree | 18382df2113102d88e16541304446d42ad523ef6 /.gitmodules | |
| parent | 05d6d7d8d1e21ffa1a6a0d05ccfd298c5ff5a131 (diff) | |
| parent | 30687daf9b769f7795e4b17b9c7f8b88d3d11690 (diff) | |
Merge branch 'add_support_for_gr_citrus' of https://github.com/kkitayam/tinyusb into kkitayam-add_support_for_gr_citrus
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1a5ae2c5d..e075e0c62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -116,3 +116,6 @@ [submodule "hw/mcu/silabs/cmsis-dfp-efm32gg12b"] path = hw/mcu/silabs/cmsis-dfp-efm32gg12b url = https://github.com/cmsis-packs/cmsis-dfp-efm32gg12b +[submodule "hw/mcu/renesas"] + path = hw/mcu/renesas + url = https://github.com/kkitayam/rx_device.git |
