Skip to content

Conversation

rftafas
Copy link
Contributor

@rftafas rftafas commented Sep 26, 2025

Description

  • changing the location of several articles to YYYY/MM
  • Adding summaries
  • Fixing images when needed
  • Updating content (or flagging outdated content for review to avoid readers to use old/outdated information)

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Copy link

🎉 A preview for this PR is available at: https://preview-developer.espressif.com/pr573/

@pedrominatel pedrominatel added the needs review Needs someone to be assigned to review label Sep 26, 2025
Copy link
Collaborator

@f-hollow f-hollow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rftafas Thank you for the updates!

This is a very good initiative to have all articles under YYYY/MM folders with proper summaries. I hope we can do the same for all other articles over time.

- "tiago-medicci"
- "eren-terzioglu"
- "filipe-cavalcanti"
summary: "In this article, a tutorial to get started with NuttX."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
summary: "In this article, a tutorial to get started with NuttX."
summary: "This article provides a tutorial to get started with NuttX."

aliases:
- esp32s-family-memory-map-101
- [esp32s-family-memory-map-101]
summary: "Information of memory map of Espressif Devices."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This summary is not very informative. Please consider expending it:

Suggested change
summary: "Information of memory map of Espressif Devices."
summary: "This article addresses the complexity of Espressif SoCs by offering a visual, structured compilation of crucial technical data from their datasheets and TRMs. The main takeaway for the reader is a simplified, actionable understanding of the memory maps, caches, peripherals, and eFuse blocks, which is essential for low-level system and driver development."

showAuthor: false
authors:
- "tiago-medicci"
summary: "This article shows how to port and build an application form other Posix-compliant systems to NuttX."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
summary: "This article shows how to port and build an application form other Posix-compliant systems to NuttX."
summary: "This article shows how to port and build an application from other Posix-compliant systems to NuttX."

authors:
- "raffael-rostagno"
tags: ["ESP32", "Tracing", "Profiling","Zephyr"]
summary: "A brief introduction and show some basic examples of these resources as implemented in Zephyr RTOS."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider expanding the summary:

Suggested change
summary: "A brief introduction and show some basic examples of these resources as implemented in Zephyr RTOS."
summary: "This is an introduction to the critical embedded system debugging techniques of tracing and profiling within the Zephyr RTOS. After reading this article, you can use Zephyr's native tracing tools to gain a visual, in-depth understanding of system dynamics, helping to evaluate performance, spot timing issues, and diagnose complex problems like memory leaks or thread interaction glitches."

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).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
The [first part](/blog/2020/11/nuttx-getting-started) of the series showed how to prepare the environment, compile and build the Operating System (NuttX) until uploading the firmware to the SoC (ESP32).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also update the same link further in this article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Needs someone to be assigned to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants