https://github.com/xpack-dev-tools/qemu-eclipse-test-projects
Eclipse projects used to test GNU ARM Eclipse QEMU
https://github.com/xpack-dev-tools/qemu-eclipse-test-projects
Last synced: 10 months ago
JSON representation
Eclipse projects used to test GNU ARM Eclipse QEMU
- Host: GitHub
- URL: https://github.com/xpack-dev-tools/qemu-eclipse-test-projects
- Owner: xpack-dev-tools
- Created: 2016-11-24T21:22:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T08:56:39.000Z (over 6 years ago)
- Last Synced: 2025-04-11T15:42:09.651Z (over 1 year ago)
- Language: C
- Size: 2.92 MB
- Stars: 3
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eclipse projects used to test QEMU.
(workspace for Eclipse-46-cdt-test.app)
# STM32F4-Discovery
## f407-disc-blink-tutorial
This is the same project as described in the
[blinky tutorial](https://gnu-mcu-eclipse.github.io/tutorials/blinky-arm/).
It is a semihosted project, blinking the 4 LEDs.
The VSC launcher refer to this project; for convenience,
the Debug elf is included.
## f407-disco-birq
A button test using interrupts.
## f407-disco-bpoll
A button test using polling.
## f407-disc-blink
The more elaborate blink test, it blinks all 4 leds, in various ways (all, each, binary count).
## nvic
The NVIC test, used to develop the BASEPRI patch.
## bkpt
Issue a BKPT, should halt in the debugger.