Skip to content

Commit

Permalink
NRC7292 Standalone SDK v1.3.4 rev07
Browse files Browse the repository at this point in the history
- Update reverse_scrambler configuration to interoperate with HaLow certified device:
  To be interoperable with nrc7292_sw_pkg v1.3.4 rev04
  • Loading branch information
Aaron J. Lee committed Jul 20, 2022
1 parent d0ba3f1 commit 1e3a4c7
Show file tree
Hide file tree
Showing 31 changed files with 14 additions and 19 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Notice
### Release roadmap
- v1.3.4_rev07 (2022.07.19)
- v1.3.4_rev06 (2022.04.05)
- v1.3.4_rev05 (2022.03.16)
- v1.3.4_rev04 (2022.03.02)
Expand All @@ -15,7 +16,7 @@
- v1.3.0 (2020.07.19)

### Latest release
- [NRC7292_Standalone_SDK_v1.3.4_rev06](https://github.com/newracom/nrc7292_sdk/releases/tag/v1.3.4_rev06)
- [NRC7292_Standalone_SDK_v1.3.4_rev07](https://github.com/newracom/nrc7292_sdk/releases/tag/v1.3.4_rev07)

### Release package contents
- standalone: NRC7292 standalone SDK package for global regulatory domains
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/standalone/VERSION-SDK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev06
rev07

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package/standalone/lib/modem/inc/system/build_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define VERSION_BRANCH "gerrit/release-1.3.4-sdk"

#define VERSION_BUILD "0bd84"
#define VERSION_BUILD "ef0d6"
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_DESCRIPTION "rev06"
#define VERSION_DESCRIPTION "rev07"
#endif //_BUILD_VER_H_
Binary file modified package/standalone/lib/modem/libModem.a
Binary file not shown.
4 changes: 1 addition & 3 deletions package/standalone/make/Makefile.nrc7292.sdk.release
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ CONFIG_PMF_SWENC=n
CONFIG_BITMAP_ENCODING=y

# SW-Based NDP ACK Generation (Reversing Scrambler Value)
ifeq ($(CONFIG_BITMAP_ENCODING),y)
CONFIG_REVERSE_SCRAMBLER=n
endif
CONFIG_REVERSE_SCRAMBLER=y

# Board data
CONFIG_BD=y
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/standalone_kr_mic/VERSION-SDK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev06 - KR MIC
rev07 - KR MIC

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package/standalone_kr_mic/lib/modem/inc/system/build_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define VERSION_BRANCH "gerrit/release-1.3.4-sdk"

#define VERSION_BUILD "0bd84"
#define VERSION_BUILD "ef0d6"
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_DESCRIPTION "rev06 - KR MIC"
#define VERSION_DESCRIPTION "rev07 - KR MIC"
#endif //_BUILD_VER_H_
Binary file modified package/standalone_kr_mic/lib/modem/libModem.a
Binary file not shown.
4 changes: 1 addition & 3 deletions package/standalone_kr_mic/make/Makefile.nrc7292.sdk.release
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ CONFIG_PMF_SWENC=n
CONFIG_BITMAP_ENCODING=y

# SW-Based NDP ACK Generation (Reversing Scrambler Value)
ifeq ($(CONFIG_BITMAP_ENCODING),y)
CONFIG_REVERSE_SCRAMBLER=n
endif
CONFIG_REVERSE_SCRAMBLER=y

# Board data
CONFIG_BD=y
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/standalone_kr_usn/VERSION-SDK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev06 - KR USN
rev07 - KR USN

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package/standalone_kr_usn/lib/modem/inc/system/build_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define VERSION_BRANCH "gerrit/release-1.3.4-sdk"

#define VERSION_BUILD "0bd84"
#define VERSION_BUILD "ef0d6"
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_DESCRIPTION "rev06 - KR USN"
#define VERSION_DESCRIPTION "rev07 - KR USN"
#endif //_BUILD_VER_H_
Binary file modified package/standalone_kr_usn/lib/modem/libModem.a
Binary file not shown.
4 changes: 1 addition & 3 deletions package/standalone_kr_usn/make/Makefile.nrc7292.sdk.release
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ CONFIG_PMF_SWENC=n
CONFIG_BITMAP_ENCODING=y

# SW-Based NDP ACK Generation (Reversing Scrambler Value)
ifeq ($(CONFIG_BITMAP_ENCODING),y)
CONFIG_REVERSE_SCRAMBLER=n
endif
CONFIG_REVERSE_SCRAMBLER=y

# Board data
CONFIG_BD=y
Expand Down
Binary file not shown.

0 comments on commit 1e3a4c7

Please sign in to comment.