diff --git a/BUILD.gn b/BUILD.gn old mode 100644 new mode 100755 index 6aaeb1f..256060d --- a/BUILD.gn +++ b/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if (ohos_kernel_type == "liteos_m") { import("//kernel/liteos_m/liteos.gni") module_name = get_path_info(rebase_path("."), "name") diff --git a/Kconfig.liteos_m.boards b/Kconfig.liteos_m.boards old mode 100644 new mode 100755 index e5b692d..d2f754c --- a/Kconfig.liteos_m.boards +++ b/Kconfig.liteos_m.boards @@ -1,2 +1,15 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + orsource "*/Kconfig.liteos_m.board" diff --git a/Kconfig.liteos_m.defconfig.boards b/Kconfig.liteos_m.defconfig.boards old mode 100644 new mode 100755 index 129fd1a..14c2b0d --- a/Kconfig.liteos_m.defconfig.boards +++ b/Kconfig.liteos_m.defconfig.boards @@ -1 +1,14 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + orsource "*/Kconfig.liteos_m.defconfig.board" diff --git a/Kconfig.liteos_m.shields b/Kconfig.liteos_m.shields old mode 100644 new mode 100755 index 24a34e4..38cde26 --- a/Kconfig.liteos_m.shields +++ b/Kconfig.liteos_m.shields @@ -1 +1,14 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + orsource "shields/Kconfig.liteos_m.shields" diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 index 261eeb9..4947287 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -173,29 +174,4 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/OAT.xml b/OAT.xml new file mode 100755 index 0000000..e7ba076 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + diff --git a/README.md b/README.md new file mode 100755 index 0000000..0eb21ba --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# device_board_lango + +#### Description +{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} + +#### Software Architecture +Software architecture description + +#### Installation + +1. xxxx +2. xxxx +3. xxxx + +#### Instructions + +1. xxxx +2. xxxx +3. xxxx + +#### Contribution + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request + + +#### Gitee Feature + +1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md +2. Gitee blog [blog.gitee.com](https://blog.gitee.com) +3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) +4. The most valuable open source project [GVP](https://gitee.com/gvp) +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) \ No newline at end of file diff --git a/dev_wifi_a/BUILD.gn b/dev_wifi_a/BUILD.gn old mode 100644 new mode 100755 index 5fc23c0..fb91654 --- a/dev_wifi_a/BUILD.gn +++ b/dev_wifi_a/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if (ohos_kernel_type == "liteos_m") { import("//kernel/liteos_m/liteos.gni") module_name = get_path_info(rebase_path("."), "name") diff --git a/dev_wifi_a/Kconfig.liteos_m.board b/dev_wifi_a/Kconfig.liteos_m.board old mode 100644 new mode 100755 index 7c14e60..0568368 --- a/dev_wifi_a/Kconfig.liteos_m.board +++ b/dev_wifi_a/Kconfig.liteos_m.board @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + config BOARD_DEV_WIFI_A bool "select board DEV_WIFI_A" depends on SOC_ASR5822S diff --git a/dev_wifi_a/Kconfig.liteos_m.defconfig.board b/dev_wifi_a/Kconfig.liteos_m.defconfig.board old mode 100644 new mode 100755 index 2d8722a..29358fe --- a/dev_wifi_a/Kconfig.liteos_m.defconfig.board +++ b/dev_wifi_a/Kconfig.liteos_m.defconfig.board @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if BOARD_DEV_WIFI_A config BOARD string diff --git a/dev_wifi_a/dev_wifi_a_defconfig b/dev_wifi_a/dev_wifi_a_defconfig old mode 100644 new mode 100755 index 4951de4..1a5091f --- a/dev_wifi_a/dev_wifi_a_defconfig +++ b/dev_wifi_a/dev_wifi_a_defconfig @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + LOSCFG_BOARD_DEV_WIFI_A=y LOSCFG_SOC_SERIES_ASR582X=y LOSCFG_SOC_ASR5822S=y diff --git a/dev_wifi_a/liteos_m/BUILD.gn b/dev_wifi_a/liteos_m/BUILD.gn old mode 100644 new mode 100755 index 2e04cab..1231f9c --- a/dev_wifi_a/liteos_m/BUILD.gn +++ b/dev_wifi_a/liteos_m/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import("//kernel/liteos_m/liteos.gni") module_name = get_path_info(rebase_path("."), "name") diff --git a/dev_wifi_a/liteos_m/config.gni b/dev_wifi_a/liteos_m/config.gni old mode 100644 new mode 100755 index b114144..dff125b --- a/dev_wifi_a/liteos_m/config.gni +++ b/dev_wifi_a/liteos_m/config.gni @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Kernel type, e.g. "linux", "liteos_a", "liteos_m". kernel_type = "liteos_m" diff --git a/shields/BUILD.gn b/shields/BUILD.gn old mode 100644 new mode 100755 index 9884796..2712d25 --- a/shields/BUILD.gn +++ b/shields/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if (ohos_kernel_type == "liteos_m") { import("//kernel/liteos_m/liteos.gni") module_name = get_path_info(rebase_path("."), "name") diff --git a/shields/Kconfig.liteos_m.shields b/shields/Kconfig.liteos_m.shields old mode 100644 new mode 100755 index 6608acf..5dc492c --- a/shields/Kconfig.liteos_m.shields +++ b/shields/Kconfig.liteos_m.shields @@ -1,3 +1,16 @@ +# Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + orsource "*/Kconfig.liteos_m.defconfig.shield" choice