-
Notifications
You must be signed in to change notification settings - Fork 23
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
add the first article about BSP #37
add the first article about BSP #37
Conversation
Ready to be merged |
LGTM aside from the couple remaining comments! |
We just discovered, that ESP-BSP will create the example with the configuration stored in repo, so idf_component.yml has dependency on esp-box even when generated for ESP32-S3-BOX-3. It's not solved yet, and requires manual update of idf_component.yml. I need to figure out way how to add it to article without making it too complex. |
All corrections are in place, waiting for final review @f-hollow . |
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.
@georgik Thank you for contributing yet another great article!
Left a few small nitpicks. Sorry for my delayed review!
@georgik Is there an easy way to preview the new article? |
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.
@georgik Great article, Thank you!
* add the first article about BSP * add links + M5 Stack example * rewrite part about What's BSP * move note about dependency one level up * add info how to leave monitor * add graphical asset * add asciinema recording * asciinema add markers * add type of content * add ESP Launchpad button * change section to make explicit check of ESP-BSP dependency * add workaround for M5Stack CoreS3 * add BSP example code * use fixed version of ESP-IDF * add details about Wokwi simulation * Wokwi - point to starter templates * replace launchpad button with link, due to proble with image zoom * switch to button style * remove double title * explicitly mention SoCs * add link to example * add intro screen * fix markers * pre-compiled binaries moved above asciinema * remove can * add wokwi files directly to the content * make explicit that ESP-BSP is for ESP-IDF based projects. * replaced ESP32 with Espressif SoC
* add the first article about BSP * add links + M5 Stack example * rewrite part about What's BSP * move note about dependency one level up * add info how to leave monitor * add graphical asset * add asciinema recording * asciinema add markers * add type of content * add ESP Launchpad button * change section to make explicit check of ESP-BSP dependency * add workaround for M5Stack CoreS3 * add BSP example code * use fixed version of ESP-IDF * add details about Wokwi simulation * Wokwi - point to starter templates * replace launchpad button with link, due to proble with image zoom * switch to button style * remove double title * explicitly mention SoCs * add link to example * add intro screen * fix markers * pre-compiled binaries moved above asciinema * remove can * add wokwi files directly to the content * make explicit that ESP-BSP is for ESP-IDF based projects. * replaced ESP32 with Espressif SoC
Please, review the article about BSP (@espzav) .
The idea is to have one article for BSP users, then there should be another one for BSP creators.