Skip to content
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

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
df49e54
add the first article about BSP
georgik Jun 18, 2024
1d61dee
add links + M5 Stack example
georgik Jun 18, 2024
f4af8e7
rewrite part about What's BSP
georgik Jun 18, 2024
fdcfae4
move note about dependency one level up
georgik Jun 18, 2024
009f1b3
add info how to leave monitor
georgik Jun 18, 2024
942c510
add graphical asset
georgik Jun 18, 2024
19da222
add asciinema recording
georgik Jun 19, 2024
663d99a
asciinema add markers
georgik Jun 19, 2024
203365b
add type of content
georgik Jun 20, 2024
a238eae
add ESP Launchpad button
georgik Jun 20, 2024
aa49e4f
change section to make explicit check of ESP-BSP dependency
georgik Jun 20, 2024
abd87eb
add workaround for M5Stack CoreS3
georgik Jun 20, 2024
5b969f2
add BSP example code
georgik Jun 21, 2024
e90122b
use fixed version of ESP-IDF
georgik Jun 21, 2024
53c47ce
add details about Wokwi simulation
georgik Jun 21, 2024
50903ba
Wokwi - point to starter templates
georgik Jun 21, 2024
673fd5d
replace launchpad button with link, due to proble with image zoom
georgik Jun 21, 2024
9fc7768
switch to button style
georgik Jun 21, 2024
bcd2fc8
remove double title
georgik Jun 25, 2024
b5d5909
explicitly mention SoCs
georgik Jun 25, 2024
c5b8702
add link to example
georgik Jun 25, 2024
2e62c82
add intro screen
georgik Jun 25, 2024
7af0858
fix markers
georgik Jun 25, 2024
deb53c7
pre-compiled binaries moved above asciinema
georgik Jun 25, 2024
cdb3b1e
remove can
georgik Jun 25, 2024
66124f3
add wokwi files directly to the content
georgik Jun 25, 2024
692a39c
make explicit that ESP-BSP is for ESP-IDF based projects.
georgik Jun 26, 2024
826ef99
replaced ESP32 with Espressif SoC
georgik Jun 26, 2024
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
16 changes: 16 additions & 0 deletions content/blog/simplify-embedded-projects-with-esp-bsp/diagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-s3-box-3",
"id": "esp32",
"top": -24.91,
"left": -388.54,
"attrs": { "psramSize": "16", "flashSize": "16" }
}
],
"connections": [ [ "$serialMonitor:RX", "esp32:G14", "", [] ], [ "$serialMonitor:TX", "esp32:G11", "", [] ] ],
"dependencies": {}
}
Loading