Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
2 changes: 2 additions & 0 deletions esp-hal-common/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fn main() {
// - 'gdma'
// - 'i2c1'
// - 'i2s'
// - 'large_intr_status'
// - 'mcpwm'
// - 'pcnt'
// - 'pdma'
Expand Down Expand Up @@ -110,6 +111,7 @@ fn main() {
"aes",
"gdma",
"i2s",
"large_intr_status",
"mcpwm",
"pcnt",
"plic",
Expand Down
Loading