.gitmodules 645 B

123456789101112131415161718
  1. [submodule "hw/mcu/nordic/nrfx"]
  2. path = hw/mcu/nordic/nrfx
  3. url = https://github.com/NordicSemiconductor/nrfx.git
  4. [submodule "hw/mcu/microchip/samd/asf4"]
  5. path = hw/mcu/microchip/samd/asf4
  6. url = https://github.com/adafruit/asf4.git
  7. [submodule "tests/vendor/unity"]
  8. path = tests/vendor/unity
  9. url = https://github.com/ThrowTheSwitch/Unity.git
  10. [submodule "hw/mcu/st/stm32lib"]
  11. path = hw/mcu/st/stm32lib
  12. url = https://github.com/hathach/stm32lib.git
  13. [submodule "hw/mcu/nxp/lpcopen"]
  14. path = hw/mcu/nxp/lpcopen
  15. url = https://github.com/hathach/lpcopen.git
  16. [submodule "tools/uf2"]
  17. path = tools/uf2
  18. url = https://github.com/microsoft/uf2.git