.gitmodules 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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
  25. [submodule "lib/lwip"]
  26. path = lib/lwip
  27. url = https://git.savannah.nongnu.org/git/lwip.git
  28. [submodule "lib/FreeRTOS"]
  29. path = lib/FreeRTOS
  30. url = https://github.com/FreeRTOS/FreeRTOS.git
  31. [submodule "lib/CMSIS_4"]
  32. path = lib/CMSIS_4
  33. url = https://github.com/ARM-software/CMSIS.git