Skip to content

Commit

Permalink
[test] Disable SPI bitbang test
Browse files Browse the repository at this point in the history
The logic analyzer implementation is not stable
  • Loading branch information
salkinium committed Jul 12, 2022
1 parent b8493dd commit 7256781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/modm/platform/bitbang/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def init(module):


def prepare(module, options):
# Disable this test until a more robust logic analyzer solution can be found
return False

target = options[":target"]
core = target.get_driver("core:cortex-m*")
# Cortex-M0 doesn't have the DWT->CYCCNT and Cortex-M7 support is broken
Expand Down

0 comments on commit 7256781

Please sign in to comment.