Skip to content

Commit

Permalink
Added RMT skip as a build test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed Sep 25, 2024
1 parent 3e85db3 commit 1ef8bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ components/lcd/esp_lcd_ssd1681:
components/lcd/esp_lcd_st7796:
depends_filepatterns:
- "components/lcd/esp_lcd_st7796/**"

components/ds18b20:
disable:
- if: SOC_RMT_SUPPORTED != 1
reason: Onewire component depends on RMT peripheral

0 comments on commit 1ef8bde

Please sign in to comment.