Skip to content

Commit 7b1fbef

Browse files
committed
Missing def
1 parent 6f0a512 commit 7b1fbef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
329329
| :green_heart: | STM32F401RC | [STM32F Core Board](https://stm32-base.org/boards/STM32F401RCT6-STM32F-Core-Board) | *1.7.0* | |
330330
| :green_heart: | STM32F407VG | [DIYMORE STM32F407VGT](https://stm32-base.org/boards/STM32F407VGT6-diymore) | *1.5.0* | |
331331
| :green_heart: | STM32F407VE | [FK407M1](https://stm32-base.org/boards/STM32F407VET6-FK407M1-V1.0) | *1.5.0* | |
332+
| :yellow_heart: | STM32F407VE | [DevEBox](https://stm32-base.org/boards/STM32F407VET6-STM32F4XX-M) | *c_d* | [More info](https://github.com/mcauser/MCUDEV_DEVEBOX_F407VET6) |
332333
| :green_heart: | STM32F401CB<br>STM32F401CC<br>STM32F401CD<br>STM32F401CE | Generic Board | *1.9.0* | |
333334
| :green_heart: | STM32F401RB<br>STM32F401RC<br>STM32F401RD<br>STM32F401RE | Generic Board | *1.8.0* | |
334335
| :green_heart: | STM32F401VB<br>STM32F401VC<br>STM32F401VD<br>STM32F401VE | Generic Board | **2.0.0** | |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "framework-arduinoststm32",
33
"description": "Arduino Wiring-based Framework (STM32 Core)",
44
"version": "0.0.0",
5-
"url": "https://github.com/stm32duino/Arduino_Core_STM32"
5+
"url": "https://github.com/FazxFi/Custom_Definition_Arduino_Core_STM32.git"
66
}

0 commit comments

Comments
 (0)