tinyuf2/.gitmodules
ReFil 4f61b21791
STM32F303 Port (#55)
* initiall f3 port

* submodules init

* Update Makefile

* clock adjustment

* Update STM32F303VCTx_FLASH.ld

* Update tusb_config.h

* Update stm32f3xx_hal_conf.h

* Update Makefile

* Update boards.c

* function tweaks

* Indentation

* remove extraneous file

* Update board_flash.c

Flash sectors and programming totally recreated for f3

* Update board_flash.c

* flash offset

* undo flash offset

* app jumping

* Update boards.c

* Update STM32F303VCTx_FLASH.ld

* Update boards.c

* force disconnect

* fix usb issue due to serial descriptor

correct UART config


* correct ci config

* change vid/pid to unassigned one (cafe, ffff)

* specify st f3 submodules for version

Co-authored-by: hathach <thach@tinyusb.org>
2021-02-05 00:00:38 +07:00

33 lines
1.3 KiB
Text

[submodule "lib/st/cmsis_device_f4"]
path = lib/st/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "lib/st/stm32f4xx_hal_driver"]
path = lib/st/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "lib/CMSIS_5"]
path = lib/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "lib/tinyusb"]
path = lib/tinyusb
url = https://github.com/hathach/tinyusb.git
[submodule "ports/esp32s2/components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = ports/esp32s2/components/bootloader/subproject/components/micro-ecc/micro-ecc
url = https://github.com/kmackay/micro-ecc.git
[submodule "lib/nxp"]
path = lib/nxp
url = https://github.com/hathach/nxp_driver.git
[submodule "lib/esp-idf"]
path = lib/esp-idf
url = https://github.com/espressif/esp-idf.git
[submodule "lib/uf2"]
path = lib/uf2
url = https://github.com/microsoft/uf2.git
[submodule "lib/sct_neopixel"]
path = lib/sct_neopixel
url = https://github.com/gsteiert/sct_neopixel
[submodule "lib/st/stm32f3xx_hal_driver"]
path = lib/st/stm32f3xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver
[submodule "lib/st/cmsis_device_f3"]
path = lib/st/cmsis_device_f3
url = https://github.com/STMicroelectronics/cmsis_device_f3.git