Merge pull request #2 from lucianomartin/feature/dummy_module

Add dummy module_locks
This commit is contained in:
Angel Cascarino
2022-01-12 14:54:35 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

7
module_locks/README.rst Normal file
View File

@@ -0,0 +1,7 @@
module_locks Readme
===================
:scope: Dummy module
:description: Allows compiling legacy_tests in lib_xua with lib_locks. sc_i2c is used in the tests and it requires module_locks from sc_util, but the definitions in sc_utils conflict with the ones in lib_locks.
:keywords: dummy
:boards: XMOS Dev Kit

View File

@@ -0,0 +1 @@
# Dummy module used in legacy_tests. See README.rst for more details.