mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Wrap macros in do { ... } while( 0 ) (#240)
This commit is contained in:
parent
ac2c383bc1
commit
f37bcd5c14
75 changed files with 79 additions and 164 deletions
2
.github/scripts/kernel_checker.py
vendored
2
.github/scripts/kernel_checker.py
vendored
|
@ -38,6 +38,8 @@ KERNEL_IGNORED_PATTERNS = [
|
|||
r'.*\.git.*',
|
||||
r'.*portable/ThirdParty/GCC/Posix/port*',
|
||||
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
|
||||
r'.*portable.*CDK\/T-HEAD_CK802\/portmacro\.h',
|
||||
r'.*portable.*GCC\/Posix\/portmacro\.h',
|
||||
r'.*portable.*Xtensa_ESP32.*port\.c',
|
||||
r'.*portable.*Xtensa_ESP32.*portasm\.S',
|
||||
r'.*portable.*Xtensa_ESP32.*xtensa_.*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue