Skip to content

Update index.md #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions src/start/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Getting Started
# Empezando

In this section we'll walk you through the process of writing, building,
flashing and debugging embedded programs. You will be able to try most of the
examples without any special hardware as we will show you the basics using
QEMU, a popular open-source hardware emulator. The only section where hardware
is required is, naturally enough, the [Hardware](./hardware.md) section,
where we use OpenOCD to program an [STM32F3DISCOVERY].
En esta sección, le guiaremos a través del proceso de escritura, compilación, flasheo y depuración de programas embebidos. Podrá probar la mayoría de los ejemplos sin necesidad de hardware especial, ya que le mostraremos los conceptos básicos con QEMU, un popular emulador de hardware de código abierto. La única sección donde se requiere hardware es, naturalmente, la sección [Hardware](./hardware.md),
Donde usamos OpenOCD para programar una [STM32F3DISCOVERY].

[STM32F3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html
Loading