BTT002 release V1 uses STM32F407VGT6 (#17387)
This commit is contained in:
		| @@ -15,22 +15,22 @@ | ||||
|       ] | ||||
|     ], | ||||
|     "ldscript": "stm32f407xg.ld", | ||||
|     "mcu": "stm32f407vet6", | ||||
|     "mcu": "stm32f407vgt6", | ||||
|     "variant": "BIGTREE_BTT002" | ||||
|   }, | ||||
|   "debug": { | ||||
|     "jlink_device": "STM32F407VE", | ||||
|     "jlink_device": "STM32F407VG", | ||||
|     "openocd_target": "stm32f4x", | ||||
|     "svd_path": "STM32F40x.svd" | ||||
|   }, | ||||
|   "frameworks": [ | ||||
|     "arduino" | ||||
|   ], | ||||
|   "name": "STM32F407VE (192k RAM. 512k Flash)", | ||||
|   "name": "STM32F407VG (192k RAM. 1024k Flash)", | ||||
|   "upload": { | ||||
|     "disable_flushing": false, | ||||
|     "maximum_ram_size": 131072, | ||||
|     "maximum_size": 524288, | ||||
|     "maximum_size": 1048576, | ||||
|     "protocol": "stlink", | ||||
|     "protocols": [ | ||||
|       "stlink", | ||||
| @@ -41,6 +41,6 @@ | ||||
|     "use_1200bps_touch": false, | ||||
|     "wait_for_upload_port": false | ||||
|   }, | ||||
|   "url": "http://www.st.com/en/microcontrollers/stm32f407ve.html", | ||||
|   "url": "http://www.st.com/en/microcontrollers/stm32f407vg.html", | ||||
|   "vendor": "Generic" | ||||
| } | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env bash | ||||
| # | ||||
| # Build tests for STM32F407VET6 BigTreeTech BTT002 | ||||
| # Build tests for STM32F407VGT6 BigTreeTech BTT002 V1.0 | ||||
| # | ||||
|  | ||||
| # exit on first failure | ||||
|   | ||||
		Reference in New Issue
	
	Block a user