Skip to content

Commit

Permalink
chore(Other): Sync release branch with main (analogdevicesinc#1202)
Browse files Browse the repository at this point in the history
Signed-off-by: Sadik Ozer <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Anıl Kara <[email protected]>
Signed-off-by: Maureen Helm <[email protected]>
Signed-off-by: Furkan Akkiz <[email protected]>
Signed-off-by: Tahsin Mutlugun <[email protected]>
Signed-off-by: Michael Perkins <[email protected]>
Signed-off-by: Kevin Townsend <[email protected]>
Co-authored-by: Lorne Smith <[email protected]>
Co-authored-by: Jake Carter <[email protected]>
Co-authored-by: Sadik Ozer <[email protected]>
Co-authored-by: Jake Carter <[email protected]>
Co-authored-by: ahmetyazicii <[email protected]>
Co-authored-by: Brent K <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Omercan Kilic <[email protected]>
Co-authored-by: EricB-ADI <[email protected]>
Co-authored-by: Jake-Carter <[email protected]>
Co-authored-by: Anıl Kara <[email protected]>
Co-authored-by: Brandon Hurst <[email protected]>
Co-authored-by: EricB-ADI <[email protected]>
Co-authored-by: Victor Loginov <[email protected]>
Co-authored-by: lorne-maxim <[email protected]>
Co-authored-by: Sadik Ozer <[email protected]>
Co-authored-by: Maureen Helm <[email protected]>
Co-authored-by: Furkan AKKIZ <[email protected]>
Co-authored-by: isztldav <[email protected]>
Co-authored-by: JC-282-AD <[email protected]>
Co-authored-by: Oğuzhan Büyüksolak <[email protected]>
Co-authored-by: JC-282-AD <[email protected]>
Co-authored-by: Mehmet Ozgun Kanal <[email protected]>
Co-authored-by: Ozgun <[email protected]>
Co-authored-by: Noxi123 <[email protected]>
Co-authored-by: Changmin Jeon <[email protected]>
Co-authored-by: ersahatmacaa <[email protected]>
Co-authored-by: Kevin Gillespie <[email protected]>
Co-authored-by: Kevin Gillespie <[email protected]>
Co-authored-by: Kalvin McCallum <[email protected]>
Co-authored-by: Omer Demir <[email protected]>
Co-authored-by: sihyung-maxim <[email protected]>
Co-authored-by: EricB-ADI <[email protected]>
Co-authored-by: Tahsin Türker Mutlugün <[email protected]>
Co-authored-by: Michael Perkins <[email protected]>
Co-authored-by: Kevin Townsend <[email protected]>
Co-authored-by: Bobby <[email protected]>
Co-authored-by: Bobby Counts <[email protected]>
Co-authored-by: Mert Ekren <[email protected]>
Co-authored-by: Anıl Kara <[email protected]>
Co-authored-by: Ozan Durgut <[email protected]>
Co-authored-by: Cristian Cruz <[email protected]>
  • Loading branch information
1 parent 0162ce4 commit b0bf196
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ mxc_version.h
mxc_version.mk
Packetcraft-ADI
packetcraft-adi

1 change: 0 additions & 1 deletion Libraries/CMSIS/Device/Maxim/GCC/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ endif
endif
endif


ifneq "$(wildcard $(MAXIM_PATH)/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk)" ""
include $(MAXIM_PATH)/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk
endif
Expand Down
2 changes: 2 additions & 0 deletions Libraries/Cordio/controller/sources/ble/lhci/lhci_cmd_vs.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved.
*
* Copyright (c) 2019-2020 Packetcraft, Inc.
*
* Portions Copyright (c) 2024 Analog Devices, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions Libraries/Cordio/controller/sources/ble/lhci/lhci_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved.
*
* Copyright (c) 2019-2020 Packetcraft, Inc.
*
* Portions Copyright (c) 2024 Analog Devices, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
5 changes: 2 additions & 3 deletions Libraries/Cordio/platform/include/pal_bb.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Copyright (c) 2016-2019 Arm Ltd. All Rights Reserved.
*
* Copyright (c) 2019-2020 Packetcraft, Inc.
*
* Portions Copyright (c) 2024 Analog Devices, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -172,7 +174,6 @@ typedef struct {
} PalBbPhyVersion_t;



/**************************************************************************************************
Function Declarations
**************************************************************************************************/
Expand Down Expand Up @@ -346,8 +347,6 @@ static inline bool PalBbIsValidPrbsType(uint8_t maybeType)
default:
return false;
}


}

/*! \} */ /* PAL_BB */
Expand Down

0 comments on commit b0bf196

Please sign in to comment.