Merge FreeRTOS 202104.00 to main (#585)

This commit is contained in:
Archit Aggarwal 2021-04-29 14:53:40 -07:00 committed by GitHub
parent 04f0f68f61
commit 971a6e1d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1433 changed files with 1579 additions and 1512 deletions

View file

@ -271,7 +271,7 @@ FREERTOS_IGNORED_FILES = [
FREERTOS_HEADER = [
'/*\n',
' * FreeRTOS V202012.00\n',
' * 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',

View file

@ -48,7 +48,7 @@ jobs:
with:
path: ./freertos
# List of directories containing libraries whose doxygen output will be generated.
libs_parent_dir_path: FreeRTOS-Plus/Source,FreeRTOS-Plus/Source/AWS,FreeRTOS-Plus/Source/Application-Protocols
libs_parent_dir_path: FreeRTOS-Plus/Source,FreeRTOS-Plus/Source/AWS,FreeRTOS-Plus/Source/Application-Protocols,FreeRTOS-Plus/Source/Utilities
generate_zip: true
- name: Upload doxygen artifact if main branch
if: success() && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release-candidate' )