Remove Yotta: Python port of 3ad2efdc82
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
c1838937f1
commit
ed91cf003a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import subprocess
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# Naming patterns to check against
|
# Naming patterns to check against
|
||||||
MACRO_PATTERN = r"^MBEDTLS_[0-9A-Z_]*[0-9A-Z]$|^YOTTA_[0-9A-Z_]*[0-9A-Z]$"
|
MACRO_PATTERN = r"^MBEDTLS_[0-9A-Z_]*[0-9A-Z]$"
|
||||||
IDENTIFIER_PATTERN = r"^(mbedtls|psa)_[0-9a-z_]*[0-9a-z]$"
|
IDENTIFIER_PATTERN = r"^(mbedtls|psa)_[0-9a-z_]*[0-9a-z]$"
|
||||||
|
|
||||||
class Match(object):
|
class Match(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue