-
Notifications
You must be signed in to change notification settings - Fork 41
Articles fix #573
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
rftafas
wants to merge
10
commits into
espressif:main
Choose a base branch
from
rftafas:articles-fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Articles fix #573
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2abd268
Changing the image for the Zephyr Support Status.
rftafas 1e4d21f
Relocating the NuttX Getting Started to proper folder, adding summary…
rftafas 733cc89
Relocating the Blink on NuttX article. Flagging for review and update.
rftafas 6806d3f
Relocating the Building App on NuttX Article to proper folder, adding…
rftafas 6008dd3
Relocating the Zephyr Tracing article, adding summary.
rftafas 2e29e2f
Relocating the memory map article, adding summary, revieweing date an…
rftafas 1eff799
Relocating the Core Dump article, adding summary, changing picture.
rftafas 4f5e6a0
Relocating the bootstrapping article, adding summary.
rftafas 40e72c4
Relocating the Pytest-NuttX article, adding summary.
rftafas 7eed1da
Relocating the Zephyr Net Throuput article, adding summary.
rftafas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes
This file contains hidden or 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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains hidden or 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,25 +1,25 @@ | ||
--- | ||
title: "Blink LED on ESP32 with RTOS NuttX" | ||
date: 2020-11-30 | ||
date: 2020-12-01 | ||
lastmod: 2025-09-26 | ||
showAuthor: false | ||
featureAsset: "img/featured/featured-espressif.webp" | ||
authors: | ||
- sara-monteiro | ||
tags: | ||
- Nuttx | ||
- Esp32 | ||
|
||
summary: "This is a tutorial on how to blink an LED with NuttX after getting started." | ||
--- | ||
{{< figure | ||
default=true | ||
src="img/blink-1.webp" | ||
>}} | ||
\ | ||
{{< alert >}} | ||
**This article is under review and may contain outdated information.** | ||
{{< /alert >}} | ||
|
||
## Introduction | ||
|
||
This article is part of the “First Steps with ESP32 and NuttX” series. A series whose objective is to present an overview of the NuttX Operating System and to provide instructions for using NuttX on ESP32. | ||
|
||
The [first part](/blog/getting-started-with-esp32-and-nuttx) of the series showed how to prepare the environment, compile and build the Operating System (NuttX) until uploading the firmware to the SoC (ESP32). | ||
The [first part](/blog/2020/11/getting-started-with-esp32-and-nuttx) of the series showed how to prepare the environment, compile and build the Operating System (NuttX) until uploading the firmware to the SoC (ESP32). | ||
|
||
This is the second part and will demonstrate how to run the famous “Hello World” from the Embedded Systems world, i.e., an application that blinks a LED. The evaluation board used here is a DevKit v1 and the built-in LED will be used for convenience. If your DevKit does not come with a built-in LED, just connect an LED to pin 2 in series with a resistor as it will be briefly discussed in the execution section. | ||
|
||
|
@@ -54,7 +54,7 @@ Exit the menu via “Exit” and save the configuration. | |
|
||
## Building and Flashing | ||
|
||
If you did not add the paths for the cross compiler binaries and for the esptool to PATH permanently as suggested in the [Getting Started](/blog/getting-started-with-esp32-and-nuttx), run the following commands to load these paths. | ||
If you did not add the paths for the cross compiler binaries and for the esptool to PATH permanently as suggested in the [Getting Started](/blog/2020/11/getting-started-with-esp32-and-nuttx), run the following commands to load these paths. | ||
|
||
``` | ||
export PATH=$PATH:/opt/xtensa/xtensa-esp32-elf/bin | ||
|
@@ -121,7 +121,7 @@ and enable the SMP option. | |
|
||
You can keep yourself updated through the following link: | ||
|
||
[https://github.com/apache/incubator-nuttx/tree/master/boards/xtensa/esp32/esp32-devkitc](https://github.com/apache/incubator-nuttx/tree/master/boards/xtensa/esp32/esp32-devkitc) | ||
[https://github.com/apache/nuttx/tree/master/boards/xtensa/esp32/esp32-devkitc](https://github.com/apache/nuttx/tree/master/boards/xtensa/esp32/esp32-devkitc) | ||
|
||
Currently, the support for debugging with OpenOCD and eFUSE are in development! Sooner, they will also be available! | ||
|
||
|
@@ -132,3 +132,7 @@ So, stay tuned! | |
To participate in the Nuttx mail list, you can send an email to [[email protected]](mailto:[email protected]). | ||
|
||
For help, doubts, bugs reports, and discussion regarding NuttX, you can send an email to [[email protected]](mailto:[email protected]). | ||
|
||
--- | ||
|
||
The [original article](https://medium.com/the-esp-journal/blink-led-on-esp32-with-rtos-nuttx-d33c7dc62156) was published on Medium, on the [ESP Journal](https://medium.com/the-esp-journal). It has since been updated. |
Binary file added
BIN
+1.03 MB
...ul-tool-for-debugging-programs-in-zephyr-with-esp32-boards/featured-core-1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 3 additions & 2 deletions
5
.../blog/zephyr-max-wifi-throughput/index.md → ...24/06/zephyr-max-wifi-throughput/index.md
This file contains hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 5 additions & 3 deletions
8
content/blog/esp32-memory-map-101/index.md → ...log/2024/08/esp32-memory-map-101/index.md
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
6 changes: 4 additions & 2 deletions
6
...blog/nuttx-adding-porting-an-app/index.md → ...x-understanding-the-build-system/index.md
This file contains hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 3 additions & 1 deletion
4
content/blog/esp32-bootstrapping/index.md → ...blog/2024/10/esp32-bootstrapping/index.md
This file contains hidden or 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
File renamed without changes
2 changes: 2 additions & 0 deletions
2
...t/blog/pytest-testing-with-nuttx/index.md → ...024/10/pytest-testing-with-nuttx/index.md
This file contains hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 3 additions & 1 deletion
4
...log/zephyr-tracing-and-profiling/index.md → .../11/zephyr-tracing-and-profiling/index.md
This file contains hidden or 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
Binary file removed
BIN
-12.4 KB
...owerful-tool-for-debugging-programs-in-zephyr-with-esp32-boards/img/core-1.webp
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.