fix files tags on the header comments (#23564)

This commit is contained in:
BazookaJoe1900 2024-09-19 09:25:18 +03:00 committed by GitHub
parent d01a3d8f04
commit 4d83badba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
305 changed files with 305 additions and 305 deletions

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file mindpx_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file mindpx2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file mindpx_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file pwr.c * @file pwr.cpp
* *
* Board-specific power button functions. * Board-specific power button functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file init.c * @file init.cpp
* *
* BBBLUE specific initialization * BBBLUE specific initialization
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file crazyflie_led.c * @file led.c
* *
* Crazyflie LED backend. * Crazyflie LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file crazyflie_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file crazyflie_led.c * @file led.c
* *
* Crazyflie LED backend. * Crazyflie LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file crazyflie_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -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>

View File

@ -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.
* *

View File

@ -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.
* *

View File

@ -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.
* *

View File

@ -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.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_i2c.c * @file i2c.cpp
* *
* Board-specific I2C functions. * Board-specific I2C functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_i2c.c * @file i2c.cpp
* *
* Board-specific I2C functions. * Board-specific I2C functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_can.c * @file can.c
* *
* Board-specific CAN functions. * Board-specific CAN functions.
*/ */

View File

@ -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.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu2_led.c * @file led.c
* *
* PX4FMU LED backend. * PX4FMU LED backend.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4fmu_usb.c * @file usb.c
* *
* Board-specific USB functions. * Board-specific USB functions.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4_module.h * @file module.h
*/ */
#pragma once #pragma once

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4_module_params.h * @file module_params.h
* *
* @class ModuleParams is a C++ base class for modules/classes using configuration parameters. * @class ModuleParams is a C++ base class for modules/classes using configuration parameters.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4_posix.h * @file posix.h
* *
* Includes POSIX-like functions for virtual character devices * Includes POSIX-like functions for virtual character devices
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4_tasks.h * @file tasks.h
* *
* @author Lorenz Meier <lorenz@px4.io> * @author Lorenz Meier <lorenz@px4.io>
* @author Mark Charlebois (2015) <charlebm@gmail.com> * @author Mark Charlebois (2015) <charlebm@gmail.com>

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file px4_getopt.cpp * @file px4_getopt.c
* Minimal, thread safe version of getopt * Minimal, thread safe version of getopt
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file Publication.hpp * @file PublicationMulti.hpp
* *
*/ */

View File

@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file wqueue_example.cpp * @file wqueue_test.cpp
* Example for Linux * Example for Linux
* *
* @author Mark Charlebois <charlebm@gmail.com> * @author Mark Charlebois <charlebm@gmail.com>

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file board.h * @file bitminip.h
* *
* bootloader board interface * bootloader board interface
* This file contains the common interfaces that all boards * This file contains the common interfaces that all boards

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file board_dma_alloc.c * @file board_fat_dma_alloc.c
* *
* Provide the board dma allocator interface. * Provide the board dma allocator interface.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file cpuload.c * @file cpuload.cpp
* *
* Measurement of CPU load of each individual task. * Measurement of CPU load of each individual task.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file usr_hrt.c * @file usr_hrt.cpp
* *
* Userspace High-resolution timer callouts and timekeeping. * Userspace High-resolution timer callouts and timekeeping.
* *

View File

@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file usr_mcu_version.c * @file usr_mcu_version.cpp
* Implementation of generic user-space version API * Implementation of generic user-space version API
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_hrt.c * @file hrt.c
* Author: David Sidrane <david_s5@nscdg.com> * Author: David Sidrane <david_s5@nscdg.com>
* *
* High-resolution timer callouts and timekeeping. * High-resolution timer callouts and timekeeping.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_io_timer.h * @file io_timer.h
* *
* imxrt-specific PWM output data. * imxrt-specific PWM output data.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_input_capture.c * @file input_capture.c
* *
* Servo driver supporting input capture connected to imxrt timer blocks. * Servo driver supporting input capture connected to imxrt timer blocks.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_servo.c * @file pwm_servo.c
* *
* Servo driver supporting PWM servos connected to FLexPWM timer blocks. * Servo driver supporting PWM servos connected to FLexPWM timer blocks.
* N.B. Groups:channels have a 1:1 correspondence on FlexPWM * N.B. Groups:channels have a 1:1 correspondence on FlexPWM

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_trigger.c * @file pwm_trigger.c
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_led_pwm.cpp * @file led_pwm.cpp
* *
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_hrt.c * @file hrt.c
* Author: David Sidrane <david_s5@nscdg.com> * Author: David Sidrane <david_s5@nscdg.com>
* *
* High-resolution timer callouts and timekeeping. * High-resolution timer callouts and timekeeping.

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_io_timer.h * @file io_timer.h
* *
* stm32-specific PWM output data. * stm32-specific PWM output data.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_input_capture.c * @file input_capture.c
* *
* Servo driver supporting input capture connected to STM32 timer blocks. * Servo driver supporting input capture connected to STM32 timer blocks.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_servo.c * @file pwm_servo.c
* *
* Servo driver supporting PWM servos connected to STM32 timer blocks. * Servo driver supporting PWM servos connected to STM32 timer blocks.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_trigger.c * @file pwm_trigger.c
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_led_pwm.cpp * @file led_pwm.cpp
* *
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_io_timer.h * @file io_timer.h
* *
* imxrt-specific PWM output data. * imxrt-specific PWM output data.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_hrt.c * @file hrt.c
* Author: Peter van der Perk <peter.vanderperk@nxp.com> * Author: Peter van der Perk <peter.vanderperk@nxp.com>
* David Sidrane <david_s5@nscdg.com> * David Sidrane <david_s5@nscdg.com>
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_io_timer.h * @file io_timer.h
* *
* stm32-specific PWM output data. * stm32-specific PWM output data.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_input_capture.c * @file input_capture.c
* *
* Servo driver supporting input capture connected to STM32 timer blocks. * Servo driver supporting input capture connected to STM32 timer blocks.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_servo.c * @file pwm_servo.c
* *
* Servo driver supporting PWM servos connected to S32K1XX FlexTimer blocks. * Servo driver supporting PWM servos connected to S32K1XX FlexTimer blocks.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_trigger.c * @file pwm_trigger.c
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_led_pwm.cpp * @file led_pwm.cpp
* *
* *
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_hrt.c * @file hrt.c
* Author: Peter van der Perk <peter.vanderperk@nxp.com> * Author: Peter van der Perk <peter.vanderperk@nxp.com>
* David Sidrane <david_s5@nscdg.com> * David Sidrane <david_s5@nscdg.com>
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file drv_io_timer.h * @file io_timer.h
* *
* stm32-specific PWM output data. * stm32-specific PWM output data.
*/ */

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_input_capture.c * @file input_capture.c
* *
* Servo driver supporting input capture connected to STM32 timer blocks. * Servo driver supporting input capture connected to STM32 timer blocks.
* *

View File

@ -32,7 +32,7 @@
****************************************************************************/ ****************************************************************************/
/* /*
* @file drv_pwm_servo.c * @file pwm_servo.c
* *
* Servo driver supporting PWM servos connected to S32K1XX FlexTimer blocks. * Servo driver supporting PWM servos connected to S32K1XX FlexTimer blocks.
*/ */

Some files were not shown because too many files have changed in this diff Show More