Add portmacros to checks ignorelist. Fix AWS header.

This commit is contained in:
David Chalco 2021-01-27 10:41:09 -08:00
parent dac770b5ab
commit 63426e9806
3 changed files with 5 additions and 7 deletions

View file

@ -36,6 +36,8 @@ KERNEL_IGNORED_EXTENSIONS = [
KERNEL_IGNORED_PATTERNS = [ KERNEL_IGNORED_PATTERNS = [
r'.*\.git.*', r'.*\.git.*',
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h', 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.*port\.c',
r'.*portable.*Xtensa_ESP32.*portasm\.S', r'.*portable.*Xtensa_ESP32.*portasm\.S',
r'.*portable.*Xtensa_ESP32.*xtensa_.*', r'.*portable.*Xtensa_ESP32.*xtensa_.*',

View file

@ -1,6 +1,6 @@
/* /*
* FreeRTOS Kernel V10.4.3 * FreeRTOS Kernel V10.4.3
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in * this software and associated documentation files (the "Software"), to deal in
@ -22,7 +22,6 @@
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://github.com/FreeRTOS * https://github.com/FreeRTOS
* *
* 1 tab == 4 spaces!
*/ */

View file

@ -1,7 +1,6 @@
/* /*
* FreeRTOS Kernel V10.4.3 * FreeRTOS Kernel V10.4.3
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in * this software and associated documentation files (the "Software"), to deal in
@ -11,8 +10,7 @@
* subject to the following conditions: * subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software. If you wish to use our Amazon * copies or substantial portions of the Software.
* FreeRTOS name, please do so in a fair use way that does not cause confusion.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
@ -24,7 +22,6 @@
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://github.com/FreeRTOS * https://github.com/FreeRTOS
* *
* 1 tab == 4 spaces!
*/ */
/* /*