mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
fix files tags on the header comments (#23564)
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file mindpx_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file mindpx2_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* MINDPX-specific early startup code. This file implements the
|
* MINDPX-specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file mindpx2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file mindpx_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file pwr.c
|
* @file pwr.cpp
|
||||||
*
|
*
|
||||||
* Board-specific power button functions.
|
* Board-specific power button functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file init.c
|
* @file init.cpp
|
||||||
*
|
*
|
||||||
* BBBLUE specific initialization
|
* BBBLUE specific initialization
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* Crazyflie specific early startup code. This file implements the
|
* Crazyflie specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* Crazyflie LED backend.
|
* Crazyflie LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* Crazyflie specific early startup code. This file implements the
|
* Crazyflie specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* Crazyflie LED backend.
|
* Crazyflie LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file crazyflie_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4_simple_app.c
|
* @file rc_controller.cpp
|
||||||
* Minimal application example for PX4 autopilot
|
* Minimal application example for PX4 autopilot
|
||||||
*
|
*
|
||||||
* @author Example User <mail@example.com>
|
* @author Example User <mail@example.com>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file timer_config.c
|
* @file timer_config.cpp
|
||||||
*
|
*
|
||||||
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file timer_config.c
|
* @file timer_config.cpp
|
||||||
*
|
*
|
||||||
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file timer_config.c
|
* @file timer_config.cpp
|
||||||
*
|
*
|
||||||
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
* Configuration data for the kinetis pwm_servo, input capture and pwm input driver.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file timer_config.c
|
* @file timer_config.cpp
|
||||||
*
|
*
|
||||||
* Configuration data for the S32K1XX pwm_servo, input capture and pwm input driver.
|
* Configuration data for the S32K1XX pwm_servo, input capture and pwm input driver.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_i2c.c
|
* @file i2c.cpp
|
||||||
*
|
*
|
||||||
* Board-specific I2C functions.
|
* Board-specific I2C functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* PX4FMUv2-specific early startup code. This file implements the
|
* PX4FMUv2-specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_i2c.c
|
* @file i2c.cpp
|
||||||
*
|
*
|
||||||
* Board-specific I2C functions.
|
* Board-specific I2C functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* PX4FMUv2-specific early startup code. This file implements the
|
* PX4FMUv2-specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_init.c
|
* @file init.c
|
||||||
*
|
*
|
||||||
* PX4FMU-specific early startup code. This file implements the
|
* PX4FMU-specific early startup code. This file implements the
|
||||||
* board_app_initializ() function that is called early by nsh during startup.
|
* board_app_initializ() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file init.c
|
* @file init.cpp
|
||||||
*
|
*
|
||||||
* PX4FMU-specific early startup code. This file implements the
|
* PX4FMU-specific early startup code. This file implements the
|
||||||
* board_app_initialize() function that is called early by nsh during startup.
|
* board_app_initialize() function that is called early by nsh during startup.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_can.c
|
* @file can.c
|
||||||
*
|
*
|
||||||
* Board-specific CAN functions.
|
* Board-specific CAN functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu2_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* PX4FMU LED backend.
|
* PX4FMU LED backend.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file px4fmu_usb.c
|
* @file usb.c
|
||||||
*
|
*
|
||||||
* Board-specific USB functions.
|
* Board-specific USB functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user