Update README.md

Add QEMU resources
This commit is contained in:
Meysam Parvizi
2023-09-10 01:04:03 +03:30
committed by GitHub
parent 05e9d836fe
commit 1c59b3c8f0
+7 -1
View File
@@ -41,7 +41,13 @@ Becoming an embedded engineer requires a broad understanding of both software an
#### 🤡 Simulation
- [Wokwi - Online ESP32, STM32, Arduino Simulator](https://wokwi.com/)
- [QEMU - open-source freeware for emulating hardware and devices](https://www.qemu.org/)
#### [QEMU](https://www.qemu.org/)
- [QEMUs documentation](https://www.qemu.org/docs/master/index.html)
- [Running AVR code in QEMU - A quick-start guide to accelerate AVR firmware development](https://yeah.nah.nz/embedded/qemu-avr/)
- [QEMU Simulation - Blinky - STM32F767ZI Full Stack](https://longer-vision-robot.gitbook.io/stm32f767zi-full-stack/chapter-2.-programming-for-stm32/2.4-qemu-simulation-blinky)
- [Emulating a Raspberry Pi in QEMU](https://interrupt.memfault.com/blog/emulating-raspberry-pi-in-qemu)
#### 🛠️ IDEs