support mulan on nuttx

This commit is contained in:
wgzAIIT 2022-03-18 18:27:00 +08:00
parent 101e6854c0
commit dfb7db44fb
66 changed files with 626 additions and 73 deletions

View File

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

View File

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

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file aiit-arm32-board.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32F4AIIT_H #ifndef __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32F4AIIT_H
#define __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32F4AIIT_H #define __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32F4AIIT_H

View File

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

View File

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

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file stm32_boot.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* 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.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file stm32_enc28j60.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/* 2MBit SPI FLASH OR ENC28J60 /* 2MBit SPI FLASH OR ENC28J60
* *
* -- ---- ------------ ----------------------------------------------------- * -- ---- ------------ -----------------------------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,6 +33,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file stm32_romfs.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32_ROMFS_H #ifndef __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32_ROMFS_H
#define __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32_ROMFS_H #define __BOARDS_ARM_STM32_STM32F4AIIT_SRC_STM32_ROMFS_H

View File

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

View File

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

View File

@ -17,6 +17,14 @@
* under the License. * under the License.
* *
****************************************************************************/ ****************************************************************************/
/**
* @file stm32_spi.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,6 +18,16 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file aiit-riscv64-board.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef __AIIT_RISCV64_BOARDS_K210_H #ifndef __AIIT_RISCV64_BOARDS_K210_H
#define __AIIT_RISCV64_BOARDS_K210_H #define __AIIT_RISCV64_BOARDS_K210_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* boards/risc-v/k210/aiit-riscv64-board/src/c906_ostest.c * boards/risc-v/k210/aiit-riscv64-board/src/k210_ostest.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file k210_ostest.c
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

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

View File

@ -18,6 +18,15 @@
* *
****************************************************************************/ ****************************************************************************/
/**
* @file nsh.h
* @brief nuttx source code
* https://github.com/apache/incubator-nuttx-apps
* @version 10.2.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

@ -1,37 +1,22 @@
/**************************************************************************** /*
* apps/nshlib/nsh_Applicationscmd.c * Copyright (c) 2020 AIIT XUOS Lab
* * XiUOS is licensed under Mulan PSL v2.
* Copyright (C) 2016 Alan Carvalho de Assis. All rights reserved. * You can use this software according to the terms and conditions of the Mulan PSL v2.
* Author: Alan Carvalho de Assis <acassis@gmail.com> * You may obtain a copy of Mulan PSL v2 at:
* * http://license.coscl.org.cn/MulanPSL2
* Redistribution and use in source and binary forms, with or without * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* modification, are permitted provided that the following conditions * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* are met: * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* * See the Mulan PSL v2 for more details.
* 1. Redistributions of source code must retain the above copyright */
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright /**
* notice, this list of conditions and the following disclaimer in * @file nsh_Applicationscmd.c
* the documentation and/or other materials provided with the * @brief nsh cmd function support
* distribution. * @version 1.0
* 3. Neither the name NuttX nor the names of its contributors may be * @author AIIT XUOS Lab
* used to endorse or promote products derived from this software * @date 2022.03.17
* without specific prior written permission. */
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files

View File

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

View File

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

View File

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

View File

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

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* drivers/sensors/hs300x.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 hs300x.c
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief hs300x sensor driver
* 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

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

View File

@ -1,22 +1,22 @@
/**************************************************************************** /*
* include/nuttx/sensors/hs300x.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 hs300x.h
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * @brief hs300x sensor driver
* License for the specific language governing permissions and limitations * @version 1.0
* under the License. * @author AIIT XUOS Lab
* * @date 2022.03.17
****************************************************************************/ */
#ifndef __INCLUDE_NUTTX_SENSORS_HS300X_H #ifndef __INCLUDE_NUTTX_SENSORS_HS300X_H
#define __INCLUDE_NUTTX_SENSORS_HS300X_H #define __INCLUDE_NUTTX_SENSORS_HS300X_H

View File

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