├── LICENSE.txt ├── README.md ├── bdev.c ├── board_init.c ├── docs ├── STM32F4-AF-mapping.pdf ├── STM32F407VET6.jpg ├── STM32F407VET6_mini.pdf ├── STM32F407VET6_schematics.pdf ├── STM32F407_datasheet.pdf ├── features.jpg └── footprint.jpg ├── mpconfigboard.h ├── mpconfigboard.mk ├── pins.csv └── stm32f4xx_hal_conf.h /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/README.md -------------------------------------------------------------------------------- /bdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/bdev.c -------------------------------------------------------------------------------- /board_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/board_init.c -------------------------------------------------------------------------------- /docs/STM32F4-AF-mapping.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/STM32F4-AF-mapping.pdf -------------------------------------------------------------------------------- /docs/STM32F407VET6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/STM32F407VET6.jpg -------------------------------------------------------------------------------- /docs/STM32F407VET6_mini.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/STM32F407VET6_mini.pdf -------------------------------------------------------------------------------- /docs/STM32F407VET6_schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/STM32F407VET6_schematics.pdf -------------------------------------------------------------------------------- /docs/STM32F407_datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/STM32F407_datasheet.pdf -------------------------------------------------------------------------------- /docs/features.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/features.jpg -------------------------------------------------------------------------------- /docs/footprint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/docs/footprint.jpg -------------------------------------------------------------------------------- /mpconfigboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/mpconfigboard.h -------------------------------------------------------------------------------- /mpconfigboard.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/mpconfigboard.mk -------------------------------------------------------------------------------- /pins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/pins.csv -------------------------------------------------------------------------------- /stm32f4xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcauser/VCC_GND_F407VE/HEAD/stm32f4xx_hal_conf.h --------------------------------------------------------------------------------