Fixes in manifest.yml and History.txt (#583)

Add entry for OTA in manifest.yml and fix release tags in History.txt
This commit is contained in:
Archit Aggarwal
2021-04-29 10:52:59 -07:00
committed by GitHub
parent 57b8734a7d
commit 1665f43e8a
3 changed files with 11 additions and 4 deletions

View File

@@ -369,7 +369,7 @@ FREERTOS_IGNORED_PATTERNS = [
FREERTOS_HEADER = [
'/*\n',
' * FreeRTOS V202104.00
' * FreeRTOS V202104.00\n'
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
' *\n',
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
@@ -422,7 +422,7 @@ KERNEL_IGNORED_PATTERNS = [r'.*\.git.*']
KERNEL_HEADER = [
'/*\n',
' * FreeRTOS V202104.00
' * FreeRTOS Kernel V10.4.3\n'
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
' *\n',
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',