Skip to content

Commit 64e70e8

Browse files
cordio controller change from library to source
1 parent a3c1345 commit 64e70e8

File tree

256 files changed

+55230
-1290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+55230
-1290
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/cordio_stack/README.md renamed to features/FEATURE_BLE/targets/TARGET_CORDIO_LL/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,3 @@ foundation.
1010

1111
To deliver a BLE port, vendors simply have to provide an HCI driver tailored
1212
for the BLE module present on the board they want to support.
13-
14-
## Source Organization
15-
16-
The root contains the binary distribution `libcordio_stack.a` of the library and
17-
the folders contain the public headers to interface with it.
18-
19-
* `controller`: HCI Controller headers
20-
* `platform`: Platform headers
21-
22-
23-
## Library information
24-
25-
Compiled with: GNU Arm Embedded Toolchain 6-2017-q2-update

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/cordio_stack/LICENSE

Lines changed: 0 additions & 49 deletions
This file was deleted.

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/cordio_stack/controller/sources/ble/include/lctr_api_conn_cs2.h

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband interface file.
2020
*/
2121
/*************************************************************************************************/
2222

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband interface file.
2020
*/
2121
/*************************************************************************************************/
2222

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband PDU filtering interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband PDU filtering interface file.
2020
*/
2121
/*************************************************************************************************/
2222

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband periodiclist interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband periodiclist interface file.
2020
*/
2121
/*************************************************************************************************/
2222

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband resolving list interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband resolving list interface file.
2020
*/
2121
/*************************************************************************************************/
2222

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief BLE baseband whitelist interface file.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief BLE baseband whitelist interface file.
2020
*/
2121
/*************************************************************************************************/
2222

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/cordio_stack/controller/include/ble/lhci_api.h renamed to features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/include/ble/lhci_api.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/*************************************************************************************************/
2-
/*!
3-
* \file
4-
*
5-
* \brief Link layer HCI subsystem API.
6-
*
7-
* Copyright (c) 2009-2018 ARM Ltd., all rights reserved.
8-
* SPDX-License-Identifier: LicenseRef-PBL
1+
/* Copyright (c) 2009-2019 Arm Limited
2+
* SPDX-License-Identifier: Apache-2.0
93
*
10-
* This file and the related binary are licensed under the
11-
* Permissive Binary License, Version 1.0 (the "License");
12-
* you may not use these files except in compliance with the License.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
137
*
14-
* You may obtain a copy of the License here:
15-
* LICENSE-permissive-binary-license-1.0.txt and at
16-
* https://www.mbed.com/licenses/PBL-1.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
179
*
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/*************************************************************************************************/
18+
/*!
19+
* \brief Link layer HCI subsystem API.
2020
*/
2121
/*************************************************************************************************/
2222

0 commit comments

Comments
 (0)