diff options
| author | kkitayam <[email protected]> | 2021-03-28 00:46:08 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-03-28 00:46:08 +0900 |
| commit | 0e0f9a8da30780c9db711e08371465343247604e (patch) | |
| tree | c149ee6ad11302143cbe86d20a4807007937c2de | |
| parent | 0b76a2da88d01f5defcc22c25d3d8bb4068dbf8d (diff) | |
added a submodule for RX63N
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | hw/mcu/renesas | 0 |
2 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 diff --git a/hw/mcu/renesas b/hw/mcu/renesas new file mode 160000 +Subproject 4a51dfe6ecdf936d2d89f223f069e24a2d10920 |
