-
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
base: main
Are you sure you want to change the base?
Articles fix #573
Conversation
…, fix links due to changes.
🎉 A preview for this PR is available at: https://preview-developer.espressif.com/pr573/ |
There was a problem hiding this 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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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." |
There was a problem hiding this comment.
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:
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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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." |
There was a problem hiding this comment.
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:
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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). |
There was a problem hiding this comment.
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.
Description
Checklist
Before submitting a Pull Request, please ensure the following: