.gitmodules 876 B

123456789101112131415161718192021222324
  1. [submodule "hw/mcu/nordic/nrfx"]
  2. path = hw/mcu/nordic/nrfx
  3. url = https://github.com/NordicSemiconductor/nrfx.git
  4. [submodule "tools/uf2"]
  5. path = tools/uf2
  6. url = https://github.com/microsoft/uf2.git
  7. [submodule "hw/mcu/st/st_driver"]
  8. path = hw/mcu/st/st_driver
  9. url = https://github.com/hathach/st_driver.git
  10. [submodule "hw/mcu/sony/cxd56/spresense-exported-sdk"]
  11. path = hw/mcu/sony/cxd56/spresense-exported-sdk
  12. url = https://github.com/sonydevworld/spresense-exported-sdk.git
  13. [submodule "hw/mcu/ti"]
  14. path = hw/mcu/ti
  15. url = https://github.com/hathach/ti_driver.git
  16. [submodule "hw/mcu/nxp"]
  17. path = hw/mcu/nxp
  18. url = https://github.com/hathach/nxp_driver.git
  19. [submodule "hw/mcu/microchip"]
  20. path = hw/mcu/microchip
  21. url = https://github.com/hathach/microchip_driver.git
  22. [submodule "hw/mcu/nuvoton"]
  23. path = hw/mcu/nuvoton
  24. url = https://github.com/majbthrd/nuc_driver.git