Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update versioning to 202007.00 (#2183)
Browse files Browse the repository at this point in the history
* Bump version number to 202007.00 across codebase

* Update PROJECT_VERSION_MAJOR Cmake variable

* Fix formatting in portmacro.h causing build failure
  • Loading branch information
aggarw13 committed Jun 25, 2020
1 parent 09cb966 commit 0a3925d
Show file tree
Hide file tree
Showing 73 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log for FreeRTOS

## 202006.00 6/11/2020
## 202007.00 7/14/2020

### New Features

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -6,8 +6,8 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
endif()

project(amazon-freertos)
set(PROJECT_VERSION "202006.00")
set(PROJECT_VERSION_MAJOR "202006")
set(PROJECT_VERSION "202007.00")
set(PROJECT_VERSION_MAJOR "202007")
set(PROJECT_VERSION_MINOR "00")

# Import global configurations.
Expand Down
2 changes: 1 addition & 1 deletion demos/ble/aws_ble_gatt_server_demo.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/ble/iot_ble_numericComparison.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/defender/aws_iot_demo_defender.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_runner/aws_demo.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_runner/aws_demo_network_addr.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_runner/aws_demo_version.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_runner/iot_demo_freertos.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_runner/iot_demo_runner.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_common.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_common.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_s3_download_async.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_s3_download_sync.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_s3_upload_async.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/https/iot_demo_https_s3_upload_sync.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_application_version.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_ble_gatt_server_demo.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_clientcredential.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_clientcredential_keys.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_demo.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_iot_demo_network.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_ota_codesigner_certificate.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/aws_wifi_connect_task.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/iot_ble_numericComparison.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/iot_config_common.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/iot_demo_logging.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/include/iot_demo_runner.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/mqtt/iot_demo_mqtt.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/network_manager/aws_iot_demo_network.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/network_manager/aws_iot_network_manager.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/network_manager/iot_network_manager_private.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/ota/aws_iot_ota_update_demo.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/posix/aws_posix_demo.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/shadow/aws_iot_demo_shadow.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/tcp/aws_tcp_echo_client_single_task.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/tcp/aws_tcp_echo_client_single_tasks.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion demos/wifi_provisioning/aws_wifi_connect_task.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion libraries/3rdparty/mbedtls_utils/mbedtls_error.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS Error Code Stringification utilies for mbed TLS v2.16.0
* FreeRTOS mbed TLS V0.1.0
* 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
Expand Down
4 changes: 2 additions & 2 deletions libraries/3rdparty/mbedtls_utils/mbedtls_error.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS Error Code Stringification utilities for mbed TLS v2.16.0
* FreeRTOS mbed TLS V0.1.0
* 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
Expand Down Expand Up @@ -54,5 +54,5 @@ const char * mbedtls_strerror_highlevel( int errnum );
const char * mbedtls_strerror_lowlevel( int errnum );

#ifdef __cplusplus
}
}
#endif
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down Expand Up @@ -427,7 +427,7 @@ int emacps_check_rx( xemacpsif_s * xemacpsif )

pxLastDescriptor = pxBuffer;
}
#else /* if ( ipconfigUSE_LINKED_RX_MESSAGES != 0 ) */
#else /* if ( ipconfigUSE_LINKED_RX_MESSAGES != 0 ) */
{
prvPassEthMessages( pxBuffer );
}
Expand Down
2 changes: 1 addition & 1 deletion tests/common/aws_test.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/common/aws_test_framework.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/common/aws_test_runner.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/common/iot_test_freertos.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/common/iot_tests_network.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/include/aws_application_version.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/include/aws_clientcredential.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/include/aws_clientcredential_keys.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS V202006.00
* FreeRTOS V202007.00
* 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
Expand Down

0 comments on commit 0a3925d

Please sign in to comment.