Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.4.0] Update changelog, version numbers and .md files for release #172

Merged
merged 6 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
- name: Configure git identity
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install ZIP tools
run: sudo apt-get install zip unzip
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
path: FreeRTOS-Cellular-Interface
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
ctest -E system --output-on-failure
cd ..
- name: Create artifact of ZIP
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name:
FreeRTOS-Cellular-Interface-${{ github.event.inputs.version_number
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
draft: false
prerelease: false
- name: Download ZIP artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name:
FreeRTOS-Cellular-Interface-${{ github.event.inputs.version_number
Expand Down
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Change Log for FreeRTOS Cellular Interface Library

## v1.4.0 (May 2024)

### Updates

- [#173](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/171)
Add CELLULAR_CONFIG_PKTIO_READ_BUFFER_SIZE config.
- [#171](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/171)
Update doxygen to 1.9.6.
- [#166](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/166)
Update cellular platform header APIs.
- [#168](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/168)
Remove const qualifier in CellularPdnConfig_t.
- [#164](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/164)
Fix MISRA C 2012 deviations.
- [#163](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/163)
Update Cellular_CommonInit error handling.
- [#161](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/161)
Set to numeric format in atcmdUpdateMccMnc.
- [#160](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/160)
Add generic callback result handle function.
- [#159](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/159)
Update _getMsgType for input line without prefix.
- [#158](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/158)
Add CELLULAR_CONFIG_USE_CCID_COMMAND config.
- [#157](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/157)
Fix decihours to 6 minutes and UT.
- [#155](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/155)
Fix interDelayMS in _Cellular_AtcmdDataSend.
- [#154](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/154)
Fix log print format for GNU arm compiler.
- [#142](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/142)
Return IP address list in Cellular_CommonGetIPAddress.
- [#140](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/140)
Make CELLULAR_AT_MAX_STRING_SIZE configurable.
- [#138](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/138)
Support AT command with no success result code.
- [#139](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/139)
Add binary data send and receive document.
- [#137](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/137)
Adding _Cellular_RegisterInputBufferCallback in common layer.
- [#131](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/131)
Update _processUrcPacket to manipulate string in function scope.
- [#117](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/117)
Add CELLULAR_CHECK_IS_PREFIX_LEADING_CHAR config.
- [#116](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/116)
Adding SPDX identifier.
- [#112](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/112)
Move modules to independent repositories.
- [#111](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/111)
Reset the AT command type before calling callback.
- [#110](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/pull/110)
Handle undefined message when sending AT command.

## v1.3.0 (October 2022)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.3.0
PROJECT_NUMBER = v1.4.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 manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : "FreeRTOS-Cellular-Interface"
version: "v1.3.0"
version: "v1.4.0"
description: |
"FreeRTOS Cellular Interface implementation of the 3GPP TS v27.007 standard..\n"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_3gpp_api.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_3gpp_urc_handler.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_at_core.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_common.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_common_api.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_pkthandler.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/cellular_pktio.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/cellular_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/cellular_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/cellular_types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/common/cellular_at_core.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/common/cellular_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/common/cellular_common_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/common/cellular_common_portable.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/private/cellular_common_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/private/cellular_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/private/cellular_pkthandler_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/private/cellular_pktio_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/interface/cellular_comm_interface.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required ( VERSION 3.13.0 )
project ( "cellular_library unit test"
VERSION 1.0.0
VERSION 1.4.0
LANGUAGES C )

# Allow the project to be organized into folders.
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/cellular_cbmc_state.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/cellular_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/cellular_platform.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* FreeRTOS-Cellular-Interface v1.3.0
* FreeRTOS-Cellular-Interface v1.4.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Loading
Loading