add Mulan PSL v2

This commit is contained in:
wgzAIIT 2022-06-20 09:56:50 +08:00
parent 284ea0b00f
commit 1ba170c1d2
31 changed files with 332 additions and 201 deletions

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/include/board.h * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file board.h
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 board.h
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
#ifndef __BOARDS_RISCV_K210_XIDATONG_RISCV64_INCLUDE_BOARD_H #ifndef __BOARDS_RISCV_K210_XIDATONG_RISCV64_INCLUDE_BOARD_H
#define __BOARDS_RISCV_K210_XIDATONG_RISCV64_INCLUDE_BOARD_H #define __BOARDS_RISCV_K210_XIDATONG_RISCV64_INCLUDE_BOARD_H

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/kernel/k210_userspace.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_userspace.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_userspace.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2020 AIIT XUOS Lab * Copyright (c) 2020 AIIT XUOS Lab
* XiOS is licensed under Mulan PSL v2. * XiUOS is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at: * You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2 * http://license.coscl.org.cn/MulanPSL2
@ -12,10 +12,10 @@
/** /**
* @file ch438_demo.c * @file ch438_demo.c
* @brief imxrt board sd card automount * @brief xidatong-riscv64 ch438_demo.c
* @version 1.0 * @version 1.0
* @author AIIT XUOS Lab * @author AIIT XUOS Lab
* @date 2022.06.08 * @date 2022.03.17
*/ */
/**************************************************************************** /****************************************************************************

View File

@ -1,22 +1,23 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/src/k210_appinit.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_appinit.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_appinit.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -1,22 +1,23 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/src/k210_boot.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_boot.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_boot.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -1,22 +1,23 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/src/k210_bringup.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_bringup.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_bringup.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -12,7 +12,7 @@
/** /**
* @file k210_ch438.c * @file k210_ch438.c
* @brief K210 board sd card automount * @brief xidatong-riscv64 k210_ch438.c
* @version 1.0 * @version 1.0
* @author AIIT XUOS Lab * @author AIIT XUOS Lab
* @date 2022.06.08 * @date 2022.06.08

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/src/k210_gpio.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_gpio.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_gpio.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.06.08
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* boards/risc-v/k210/xidatong-riscv64/src/k210_leds.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file k210_leds.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief xidatong-riscv64 k210_leds.c
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.06.08
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -22,7 +22,7 @@
* @file sx127x_demo.c * @file sx127x_demo.c
* @brief nuttx source code * @brief nuttx source code
* https://github.com/apache/incubator-nuttx-apps * https://github.com/apache/incubator-nuttx-apps
* @version 10.2.0 * @version 10.3.0
* @author AIIT XUOS Lab * @author AIIT XUOS Lab
* @date 2022-03-17 * @date 2022-03-17
*/ */

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file nsh_h.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx-apps
* @version 10.23.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef __APPS_NSHLIB_NSH_H #ifndef __APPS_NSHLIB_NSH_H
#define __APPS_NSHLIB_NSH_H #define __APPS_NSHLIB_NSH_H

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file nsh_command.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx-apps
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file chip.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
#ifndef __ARCH_ARM_INCLUDE_IMXRT_CHIP_H #ifndef __ARCH_ARM_INCLUDE_IMXRT_CHIP_H
#define __ARCH_ARM_INCLUDE_IMXRT_CHIP_H #define __ARCH_ARM_INCLUDE_IMXRT_CHIP_H

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt105x_memorymap.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
#ifndef __ARCH_ARM_SRC_IMXRT_HARDWARE_RT105X_IMXRT105X_MEMORYMAP_H #ifndef __ARCH_ARM_SRC_IMXRT_HARDWARE_RT105X_IMXRT105X_MEMORYMAP_H
#define __ARCH_ARM_SRC_IMXRT_HARDWARE_RT105X_IMXRT105X_MEMORYMAP_H #define __ARCH_ARM_SRC_IMXRT_HARDWARE_RT105X_IMXRT105X_MEMORYMAP_H

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_clockconfig.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_ehci.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_enet.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_lowputc.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_lpi2c.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,29 +18,14 @@
* *
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /**
* The external functions, imxrt_lpspi1/2/3/4select and * @file imxrt_lpspi.c
* imxrt_lpspi1/2/3/4status must be provided by board-specific logic. * @brief nuttx source code
* They are implementations of the select and status methods of the SPI * https://github.com/apache/incubator-nuttx.git
* interface defined by struct imxrt_lpspi_ops_s (see * @version 10.3.0
* include/nuttx/spi/spi.h). All other methods (including * @author AIIT XUOS Lab
* imxrt_lpspibus_initialize()) are provided by common IMXRT logic. * @date 2022-03-23
* To use this common SPI logic on your board: */
*
* 1. Provide logic in imxrt_boardinitialize() to configure SPI chip
* select pins.
* 2. Provide imxrt_lpspi1/2/3/4select() and imxrt_lpspi1/2/3/4status()
* functions in your board-specific logic. These functions will
* perform chip selection and status operations using GPIOs in the way
* your board is configured.
* 3. Add a calls to imxrt_lpspibus_initialize() in your low level
* application initialization logic
* 4. The handle returned by imxrt_lpspibus_initialize() may then be
* used to bind the SPI driver to higher level logic (e.g., calling
* mmcsd_lpspislotinitialize(), for example, will bind the SPI
* driver to the SPI MMC/SD driver).
*
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -18,6 +18,14 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_serial.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,14 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file imxrt_usbdev.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -22,7 +22,7 @@
* @file stm32_serial.c * @file stm32_serial.c
* @brief nuttx source code * @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git * https://github.com/apache/incubator-nuttx.git
* @version 10.2.0 * @version 10.3.0
* @author AIIT XUOS Lab * @author AIIT XUOS Lab
* @date 2022-03-17 * @date 2022-03-17
*/ */

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file k210_fpioa.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file k210_fpioa.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
#ifndef __ARCH_RISCV_SRC_K210_K210_FPIOA_H #ifndef __ARCH_RISCV_SRC_K210_K210_FPIOA_H
#define __ARCH_RISCV_SRC_K210_K210_FPIOA_H #define __ARCH_RISCV_SRC_K210_K210_FPIOA_H

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file k210_gpiohs.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file k210_gpiohs.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-23
*/
#ifndef __ARCH_RISCV_SRC_K210_K210_GPIOHS_H #ifndef __ARCH_RISCV_SRC_K210_K210_GPIOHS_H
#define __ARCH_RISCV_SRC_K210_K210_GPIOHS_H #define __ARCH_RISCV_SRC_K210_K210_GPIOHS_H

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* boards/arm/stm32/common/include/stm32_hs300x.h * Copyright (c) 2020 AIIT XUOS Lab
* * XiOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file stm32_hs300x.h
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief stm32 hs300x
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.04.12
****************************************************************************/ */
#ifndef __STM32_HS300X_H #ifndef __STM32_HS300X_H
#define __STM32_HS300X_H #define __STM32_HS300X_H

View File

@ -1,22 +1,23 @@
/**************************************************************************** /*
* boards/arm/stm32/common/src/stm32_hs300x.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiOS is licensed under Mulan PSL v2.
* Licensed to the Apache Software Foundation (ASF) under one or more * You can use this software according to the terms and conditions of the Mulan PSL v2.
* contributor license agreements. See the NOTICE file distributed with * You may obtain a copy of Mulan PSL v2 at:
* this work for additional information regarding copyright ownership. The * http://license.coscl.org.cn/MulanPSL2
* ASF licenses this file to you under the Apache License, Version 2.0 (the * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* "License"); you may not use this file except in compliance with the * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* License. You may obtain a copy of the License at * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 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 * @file stm32_hs300x.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief stm32 hs300x
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.04.12
****************************************************************************/ */
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file stm32_bringup.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.3.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -22,7 +22,7 @@
* @file sx127x.c * @file sx127x.c
* @brief nuttx source code * @brief nuttx source code
* https://github.com/apache/incubator-nuttx-apps * https://github.com/apache/incubator-nuttx-apps
* @version 10.2.0 * @version 10.3.0
* @author AIIT XUOS Lab * @author AIIT XUOS Lab
* @date 2022-03-17 * @date 2022-03-17
*/ */