-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebuild miniblink example for STM32VL Discovery QEMU machine
The STM32F0 Discovery QEMU machine, which is used for the miniblink example is not part of upstream. Replace it with the STM32VL Discovery machine, which is available in upstream QEMU.
- Loading branch information
Showing
6 changed files
with
18 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Miniblink | ||
|
||
This binary was build from the [libopencm3 example project](https://github.com/libopencm3/libopencm3-examples). | ||
The used miniblink can be found inside the git under [examples/stm32/f0/stm32f0-discovery/miniblink](https://github.com/libopencm3/libopencm3-examples/tree/master/examples/stm32/f0/stm32f0-discovery/miniblink) | ||
The used miniblink can be found inside the git under [examples/stm32/f1/stm32vl-discovery/miniblink](https://github.com/libopencm3/libopencm3-examples/tree/master/examples/stm32/f1/stm32vl-discovery/miniblink) |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters