Skip to content

Commit

Permalink
Update new release version to v1.2.0 (#73)
Browse files Browse the repository at this point in the history
* Update version to v1.2.0
  • Loading branch information
chinglee-iot committed Dec 16, 2021
1 parent 9ac981f commit 0289b78
Show file tree
Hide file tree
Showing 124 changed files with 136 additions and 123 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log for FreeRTOS Cellular Interface Library

## v1.2.0 (December 2021)
### Updates
- [#62](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/62) Fix uintptr compile error.
- [#67](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/67) Fix too many arguments log.
- [#64](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/64) Remove strnlen usage.

### Other
- [#63](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/63) Fix broken links.
- [#61](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/61) Fix typo in README.md.
- [#69](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/69) Loop invariant update.
- [#65](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/65) Submodule community ports repo to third party folder.
- [#70](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/70) fix CBMC potential issues.

## v1.1.0 (November 2021)
### Updates
- [#40](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/40) Fix the module logging mechanism format.
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "FreeRTOS: FreeRTOS Cellular Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.1.0
PROJECT_NUMBER = v1.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion modules/bg96/cellular_bg96.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/bg96/cellular_bg96.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/bg96/cellular_bg96_api.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/bg96/cellular_bg96_urc_handler.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/bg96/cellular_bg96_wrapper.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/hl7802/cellular_hl7802.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/hl7802/cellular_hl7802.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/hl7802/cellular_hl7802_api.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/hl7802/cellular_hl7802_urc_handler.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/hl7802/cellular_hl7802_wrapper.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/sara_r4/cellular_r4.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/sara_r4/cellular_r4.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/sara_r4/cellular_r4_api.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/sara_r4/cellular_r4_urc_handler.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion modules/sara_r4/cellular_r4_wrapper.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_3gpp_api.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_3gpp_urc_handler.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_at_core.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_common.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_common_api.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_pkthandler.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/cellular_pktio.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/cellular_api.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/cellular_config_defaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/cellular_types.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/common/cellular_at_core.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/common/cellular_common.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/common/cellular_common_api.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/common/cellular_common_portable.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/private/cellular_common_internal.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/private/cellular_internal.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/private/cellular_pkthandler_internal.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/include/private/cellular_pktio_internal.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion source/interface/cellular_comm_interface.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.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
2 changes: 1 addition & 1 deletion test/cbmc/include/cellular_cbmc_state.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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 test/cbmc/include/cellular_config.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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 test/cbmc/include/cellular_platform.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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-Cellular-Interface v1.1.0
* FreeRTOS-Cellular-Interface v1.2.0
* Copyright (C) 2021 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 0289b78

Please sign in to comment.