diff --git a/src/drivers/adc/ads1115/CMakeLists.txt b/src/drivers/adc/ads1115/CMakeLists.txt index d65265709d..744cdfdb6b 100644 --- a/src/drivers/adc/ads1115/CMakeLists.txt +++ b/src/drivers/adc/ads1115/CMakeLists.txt @@ -38,4 +38,4 @@ px4_add_module( ads1115_main.cpp ADS1115.cpp DEPENDS - ) \ No newline at end of file + ) diff --git a/src/drivers/adc/board_adc/Kconfig b/src/drivers/adc/board_adc/Kconfig index d42ac3a5ee..8fac33d81a 100644 --- a/src/drivers/adc/board_adc/Kconfig +++ b/src/drivers/adc/board_adc/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_ADC_BOARD_ADC bool "board_adc" default n ---help--- - Enable support for board_adc \ No newline at end of file + Enable support for board_adc diff --git a/src/drivers/barometer/bmp280/Kconfig b/src/drivers/barometer/bmp280/Kconfig index 25b6fed476..b13eb2dd9c 100644 --- a/src/drivers/barometer/bmp280/Kconfig +++ b/src/drivers/barometer/bmp280/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_BMP280 bool "bmp280" default n ---help--- - Enable support for bmp280 \ No newline at end of file + Enable support for bmp280 diff --git a/src/drivers/barometer/bmp388/Kconfig b/src/drivers/barometer/bmp388/Kconfig index 585c4e975e..d8d01477f8 100644 --- a/src/drivers/barometer/bmp388/Kconfig +++ b/src/drivers/barometer/bmp388/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_BMP388 bool "bmp388" default n ---help--- - Enable support for bmp388 \ No newline at end of file + Enable support for bmp388 diff --git a/src/drivers/barometer/dps310/Kconfig b/src/drivers/barometer/dps310/Kconfig index efd7746b09..5353cd1c68 100644 --- a/src/drivers/barometer/dps310/Kconfig +++ b/src/drivers/barometer/dps310/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_DPS310 bool "dps310" default n ---help--- - Enable support for dps310 \ No newline at end of file + Enable support for dps310 diff --git a/src/drivers/barometer/lps22hb/Kconfig b/src/drivers/barometer/lps22hb/Kconfig index 6823384732..f483164a1d 100644 --- a/src/drivers/barometer/lps22hb/Kconfig +++ b/src/drivers/barometer/lps22hb/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS22HB bool "lps22hb" default n ---help--- - Enable support for lps22hb \ No newline at end of file + Enable support for lps22hb diff --git a/src/drivers/barometer/lps25h/Kconfig b/src/drivers/barometer/lps25h/Kconfig index fa17e99ed9..3db2553a8f 100644 --- a/src/drivers/barometer/lps25h/Kconfig +++ b/src/drivers/barometer/lps25h/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS25H bool "lps25h" default n ---help--- - Enable support for lps25h \ No newline at end of file + Enable support for lps25h diff --git a/src/drivers/barometer/lps33hw/Kconfig b/src/drivers/barometer/lps33hw/Kconfig index bcf7f33edd..bb049961cd 100644 --- a/src/drivers/barometer/lps33hw/Kconfig +++ b/src/drivers/barometer/lps33hw/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS33HW bool "lps33hw" default n ---help--- - Enable support for lps33hw \ No newline at end of file + Enable support for lps33hw diff --git a/src/drivers/barometer/mpl3115a2/Kconfig b/src/drivers/barometer/mpl3115a2/Kconfig index 6d95e95af6..d11aac6500 100644 --- a/src/drivers/barometer/mpl3115a2/Kconfig +++ b/src/drivers/barometer/mpl3115a2/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_MPL3115A2 bool "mpl3115a2" default n ---help--- - Enable support for mpl3115a2 \ No newline at end of file + Enable support for mpl3115a2 diff --git a/src/drivers/barometer/ms5611/Kconfig b/src/drivers/barometer/ms5611/Kconfig index 849894ba27..a09cf38bbd 100644 --- a/src/drivers/barometer/ms5611/Kconfig +++ b/src/drivers/barometer/ms5611/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_MS5611 bool "ms5611" default n ---help--- - Enable support for ms5611 \ No newline at end of file + Enable support for ms5611 diff --git a/src/drivers/barometer/tcbp001ta/Kconfig b/src/drivers/barometer/tcbp001ta/Kconfig index ea251c3736..929d3c5eb9 100644 --- a/src/drivers/barometer/tcbp001ta/Kconfig +++ b/src/drivers/barometer/tcbp001ta/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_TCBP001TA bool "tcbp001ta" default n ---help--- - Enable support for tcbp001ta \ No newline at end of file + Enable support for tcbp001ta diff --git a/src/drivers/batt_smbus/Kconfig b/src/drivers/batt_smbus/Kconfig index 0b94c11e55..a5e0f3b9b5 100644 --- a/src/drivers/batt_smbus/Kconfig +++ b/src/drivers/batt_smbus/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BATT_SMBUS bool "batt_smbus" default n ---help--- - Enable support for batt_smbus \ No newline at end of file + Enable support for batt_smbus diff --git a/src/drivers/bootloaders/Kconfig b/src/drivers/bootloaders/Kconfig index 116e375390..a630d51277 100644 --- a/src/drivers/bootloaders/Kconfig +++ b/src/drivers/bootloaders/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_BOOTLOADERS bool "bootloaders" default n ---help--- - Enable support for bootloaders \ No newline at end of file + Enable support for bootloaders diff --git a/src/drivers/camera_capture/Kconfig b/src/drivers/camera_capture/Kconfig index c813348465..3ae285f95d 100644 --- a/src/drivers/camera_capture/Kconfig +++ b/src/drivers/camera_capture/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_CAMERA_CAPTURE bool "camera_capture" default n ---help--- - Enable support for camera_capture \ No newline at end of file + Enable support for camera_capture diff --git a/src/drivers/camera_capture/camera_capture_params.c b/src/drivers/camera_capture/camera_capture_params.c index f82d0318bf..606cf91f23 100644 --- a/src/drivers/camera_capture/camera_capture_params.c +++ b/src/drivers/camera_capture/camera_capture_params.c @@ -84,4 +84,4 @@ PARAM_DEFINE_INT32(CAM_CAP_MODE, 0); * @group Camera Control * @reboot_required true */ -PARAM_DEFINE_INT32(CAM_CAP_EDGE, 0); \ No newline at end of file +PARAM_DEFINE_INT32(CAM_CAP_EDGE, 0); diff --git a/src/drivers/camera_trigger/Kconfig b/src/drivers/camera_trigger/Kconfig index b07f7eec03..70756b3803 100644 --- a/src/drivers/camera_trigger/Kconfig +++ b/src/drivers/camera_trigger/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_CAMERA_TRIGGER bool "camera_trigger" default n ---help--- - Enable support for camera_trigger \ No newline at end of file + Enable support for camera_trigger diff --git a/src/drivers/differential_pressure/ets/Kconfig b/src/drivers/differential_pressure/ets/Kconfig index e6e094eea4..4a0a2022ff 100644 --- a/src/drivers/differential_pressure/ets/Kconfig +++ b/src/drivers/differential_pressure/ets/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DIFFERENTIAL_PRESSURE_ETS bool "ets" default n ---help--- - Enable support for ets \ No newline at end of file + Enable support for ets diff --git a/src/drivers/differential_pressure/sdp3x/Kconfig b/src/drivers/differential_pressure/sdp3x/Kconfig index 45314cfe6b..6aac8e11fd 100644 --- a/src/drivers/differential_pressure/sdp3x/Kconfig +++ b/src/drivers/differential_pressure/sdp3x/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DIFFERENTIAL_PRESSURE_SDP3X bool "sdp3x" default n ---help--- - Enable support for sdp3x \ No newline at end of file + Enable support for sdp3x diff --git a/src/drivers/distance_sensor/cm8jl65/Kconfig b/src/drivers/distance_sensor/cm8jl65/Kconfig index 2da9e8f79c..5b06b2679c 100644 --- a/src/drivers/distance_sensor/cm8jl65/Kconfig +++ b/src/drivers/distance_sensor/cm8jl65/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_CM8JL65 bool "cm8jl65" default n ---help--- - Enable support for cm8jl65 \ No newline at end of file + Enable support for cm8jl65 diff --git a/src/drivers/distance_sensor/leddar_one/Kconfig b/src/drivers/distance_sensor/leddar_one/Kconfig index 8b8cd271cc..0b79b266fd 100644 --- a/src/drivers/distance_sensor/leddar_one/Kconfig +++ b/src/drivers/distance_sensor/leddar_one/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LEDDAR_ONE bool "leddar_one" default n ---help--- - Enable support for leddar_one \ No newline at end of file + Enable support for leddar_one diff --git a/src/drivers/distance_sensor/lightware_laser_i2c/Kconfig b/src/drivers/distance_sensor/lightware_laser_i2c/Kconfig index ecbf154b0a..903b2ccbb1 100644 --- a/src/drivers/distance_sensor/lightware_laser_i2c/Kconfig +++ b/src/drivers/distance_sensor/lightware_laser_i2c/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LIGHTWARE_LASER_I2C bool "lightware_laser_i2c" default n ---help--- - Enable support for lightware_laser_i2c \ No newline at end of file + Enable support for lightware_laser_i2c diff --git a/src/drivers/distance_sensor/lightware_laser_serial/Kconfig b/src/drivers/distance_sensor/lightware_laser_serial/Kconfig index aca223c828..8fcdb7a937 100644 --- a/src/drivers/distance_sensor/lightware_laser_serial/Kconfig +++ b/src/drivers/distance_sensor/lightware_laser_serial/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LIGHTWARE_LASER_SERIAL bool "lightware_laser_serial" default n ---help--- - Enable support for lightware_laser_serial \ No newline at end of file + Enable support for lightware_laser_serial diff --git a/src/drivers/distance_sensor/ll40ls/Kconfig b/src/drivers/distance_sensor/ll40ls/Kconfig index 297a86147a..5b9cec95a2 100644 --- a/src/drivers/distance_sensor/ll40ls/Kconfig +++ b/src/drivers/distance_sensor/ll40ls/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LL40LS bool "ll40ls" default n ---help--- - Enable support for ll40ls \ No newline at end of file + Enable support for ll40ls diff --git a/src/drivers/distance_sensor/ll40ls_pwm/Kconfig b/src/drivers/distance_sensor/ll40ls_pwm/Kconfig index 543d57f803..b7e4119e4c 100644 --- a/src/drivers/distance_sensor/ll40ls_pwm/Kconfig +++ b/src/drivers/distance_sensor/ll40ls_pwm/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LL40LS_PWM bool "ll40ls_pwm" default n ---help--- - Enable support for ll40ls_pwm \ No newline at end of file + Enable support for ll40ls_pwm diff --git a/src/drivers/distance_sensor/mappydot/Kconfig b/src/drivers/distance_sensor/mappydot/Kconfig index 8e13c2fc44..58031737ab 100644 --- a/src/drivers/distance_sensor/mappydot/Kconfig +++ b/src/drivers/distance_sensor/mappydot/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_MAPPYDOT bool "mappydot" default n ---help--- - Enable support for mappydot \ No newline at end of file + Enable support for mappydot diff --git a/src/drivers/distance_sensor/mappydot/parameters.c b/src/drivers/distance_sensor/mappydot/parameters.c index 6fdadaabfc..7b29ba549d 100644 --- a/src/drivers/distance_sensor/mappydot/parameters.c +++ b/src/drivers/distance_sensor/mappydot/parameters.c @@ -294,4 +294,4 @@ PARAM_DEFINE_INT32(SENS_MPDT10_ROT, 0); * @value 6 Yaw 270° * @value 7 Yaw 315° */ -PARAM_DEFINE_INT32(SENS_MPDT11_ROT, 0); \ No newline at end of file +PARAM_DEFINE_INT32(SENS_MPDT11_ROT, 0); diff --git a/src/drivers/distance_sensor/mb12xx/Kconfig b/src/drivers/distance_sensor/mb12xx/Kconfig index 01eb0c2bfe..8fbcb5fe60 100644 --- a/src/drivers/distance_sensor/mb12xx/Kconfig +++ b/src/drivers/distance_sensor/mb12xx/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_MB12XX bool "mb12xx" default n ---help--- - Enable support for mb12xx \ No newline at end of file + Enable support for mb12xx diff --git a/src/drivers/distance_sensor/mb12xx/parameters.c b/src/drivers/distance_sensor/mb12xx/parameters.c index 53a53276e3..9974a8548e 100644 --- a/src/drivers/distance_sensor/mb12xx/parameters.c +++ b/src/drivers/distance_sensor/mb12xx/parameters.c @@ -291,4 +291,4 @@ PARAM_DEFINE_INT32(SENS_MB12_10_ROT, 0); * @value 6 Yaw 270° * @value 7 Yaw 315° */ -PARAM_DEFINE_INT32(SENS_MB12_11_ROT, 0); \ No newline at end of file +PARAM_DEFINE_INT32(SENS_MB12_11_ROT, 0); diff --git a/src/drivers/distance_sensor/pga460/Kconfig b/src/drivers/distance_sensor/pga460/Kconfig index de9f2ef539..14ab976a0c 100644 --- a/src/drivers/distance_sensor/pga460/Kconfig +++ b/src/drivers/distance_sensor/pga460/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_PGA460 bool "pga460" default n ---help--- - Enable support for pga460 \ No newline at end of file + Enable support for pga460 diff --git a/src/drivers/distance_sensor/srf02/Kconfig b/src/drivers/distance_sensor/srf02/Kconfig index 258dec353f..1c36ead8a3 100644 --- a/src/drivers/distance_sensor/srf02/Kconfig +++ b/src/drivers/distance_sensor/srf02/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_SRF02 bool "srf02" default n ---help--- - Enable support for srf02 \ No newline at end of file + Enable support for srf02 diff --git a/src/drivers/distance_sensor/srf05/Kconfig b/src/drivers/distance_sensor/srf05/Kconfig index a425ccb9fc..05357ca42f 100644 --- a/src/drivers/distance_sensor/srf05/Kconfig +++ b/src/drivers/distance_sensor/srf05/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_SRF05 bool "srf05" default n ---help--- - Enable support for srf05 \ No newline at end of file + Enable support for srf05 diff --git a/src/drivers/distance_sensor/teraranger/Kconfig b/src/drivers/distance_sensor/teraranger/Kconfig index cee7073c3d..cfe1368d63 100644 --- a/src/drivers/distance_sensor/teraranger/Kconfig +++ b/src/drivers/distance_sensor/teraranger/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_TERARANGER bool "teraranger" default n ---help--- - Enable support for teraranger \ No newline at end of file + Enable support for teraranger diff --git a/src/drivers/distance_sensor/tfmini/Kconfig b/src/drivers/distance_sensor/tfmini/Kconfig index 9157e4a216..f175c18071 100644 --- a/src/drivers/distance_sensor/tfmini/Kconfig +++ b/src/drivers/distance_sensor/tfmini/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_TFMINI bool "tfmini" default n ---help--- - Enable support for tfmini \ No newline at end of file + Enable support for tfmini diff --git a/src/drivers/distance_sensor/ulanding_radar/Kconfig b/src/drivers/distance_sensor/ulanding_radar/Kconfig index f2b51c843d..96789b4774 100644 --- a/src/drivers/distance_sensor/ulanding_radar/Kconfig +++ b/src/drivers/distance_sensor/ulanding_radar/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_ULANDING_RADAR bool "ulanding_radar" default n ---help--- - Enable support for ulanding_radar \ No newline at end of file + Enable support for ulanding_radar diff --git a/src/drivers/distance_sensor/vl53l0x/Kconfig b/src/drivers/distance_sensor/vl53l0x/Kconfig index 98dac82b00..f00531751b 100644 --- a/src/drivers/distance_sensor/vl53l0x/Kconfig +++ b/src/drivers/distance_sensor/vl53l0x/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_VL53L0X bool "vl53l0x" default n ---help--- - Enable support for vl53l0x \ No newline at end of file + Enable support for vl53l0x diff --git a/src/drivers/distance_sensor/vl53l1x/Kconfig b/src/drivers/distance_sensor/vl53l1x/Kconfig index cdb6c003b0..63bca496e6 100644 --- a/src/drivers/distance_sensor/vl53l1x/Kconfig +++ b/src/drivers/distance_sensor/vl53l1x/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_VL53L1X bool "vl53l1x" default n ---help--- - Enable support for vl53l1x \ No newline at end of file + Enable support for vl53l1x diff --git a/src/drivers/dshot/Kconfig b/src/drivers/dshot/Kconfig index bed3aaf9d7..a37510aa0a 100644 --- a/src/drivers/dshot/Kconfig +++ b/src/drivers/dshot/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_DSHOT bool "dshot" default n ---help--- - Enable support for dshot \ No newline at end of file + Enable support for dshot diff --git a/src/drivers/heater/Kconfig b/src/drivers/heater/Kconfig index a90575ed09..e70dc61bb3 100644 --- a/src/drivers/heater/Kconfig +++ b/src/drivers/heater/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_HEATER bool "heater" default n ---help--- - Enable support for heater \ No newline at end of file + Enable support for heater diff --git a/src/drivers/imu/invensense/icm20602/Kconfig b/src/drivers/imu/invensense/icm20602/Kconfig index c3f3c4600f..903ceb04c3 100644 --- a/src/drivers/imu/invensense/icm20602/Kconfig +++ b/src/drivers/imu/invensense/icm20602/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20602 bool "icm20602" default n ---help--- - Enable support for icm20602 \ No newline at end of file + Enable support for icm20602 diff --git a/src/drivers/imu/invensense/icm20649/Kconfig b/src/drivers/imu/invensense/icm20649/Kconfig index d00418f234..d41bad0e59 100644 --- a/src/drivers/imu/invensense/icm20649/Kconfig +++ b/src/drivers/imu/invensense/icm20649/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20649 bool "icm20649" default n ---help--- - Enable support for icm20649 \ No newline at end of file + Enable support for icm20649 diff --git a/src/drivers/imu/invensense/icm20689/Kconfig b/src/drivers/imu/invensense/icm20689/Kconfig index 0b2ab48ba9..385a60b659 100644 --- a/src/drivers/imu/invensense/icm20689/Kconfig +++ b/src/drivers/imu/invensense/icm20689/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20689 bool "icm20689" default n ---help--- - Enable support for icm20689 \ No newline at end of file + Enable support for icm20689 diff --git a/src/drivers/imu/invensense/icm20948/Kconfig b/src/drivers/imu/invensense/icm20948/Kconfig index 42ac914cbf..52a23cf6c7 100644 --- a/src/drivers/imu/invensense/icm20948/Kconfig +++ b/src/drivers/imu/invensense/icm20948/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20948 bool "icm20948" default n ---help--- - Enable support for icm20948 \ No newline at end of file + Enable support for icm20948 diff --git a/src/drivers/imu/invensense/icm40609d/Kconfig b/src/drivers/imu/invensense/icm40609d/Kconfig index 0981df7fbd..553be597f3 100644 --- a/src/drivers/imu/invensense/icm40609d/Kconfig +++ b/src/drivers/imu/invensense/icm40609d/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM40609D bool "icm40609d" default n ---help--- - Enable support for icm40609d \ No newline at end of file + Enable support for icm40609d diff --git a/src/drivers/imu/invensense/icm42605/Kconfig b/src/drivers/imu/invensense/icm42605/Kconfig index a280b6da6c..16edc88a18 100644 --- a/src/drivers/imu/invensense/icm42605/Kconfig +++ b/src/drivers/imu/invensense/icm42605/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM42605 bool "icm42605" default n ---help--- - Enable support for icm42605 \ No newline at end of file + Enable support for icm42605 diff --git a/src/drivers/imu/invensense/icm42688p/Kconfig b/src/drivers/imu/invensense/icm42688p/Kconfig index 2c565ed51e..235a888dfe 100644 --- a/src/drivers/imu/invensense/icm42688p/Kconfig +++ b/src/drivers/imu/invensense/icm42688p/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM42688P bool "icm42688p" default n ---help--- - Enable support for icm42688p \ No newline at end of file + Enable support for icm42688p diff --git a/src/drivers/imu/invensense/icm45686/Kconfig b/src/drivers/imu/invensense/icm45686/Kconfig index 880baaa3c0..ed294917e7 100644 --- a/src/drivers/imu/invensense/icm45686/Kconfig +++ b/src/drivers/imu/invensense/icm45686/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM45686 bool "icm45686" default n ---help--- - Enable support for icm45686 \ No newline at end of file + Enable support for icm45686 diff --git a/src/drivers/imu/invensense/mpu6000/Kconfig b/src/drivers/imu/invensense/mpu6000/Kconfig index ab64a6f32b..687570b61e 100644 --- a/src/drivers/imu/invensense/mpu6000/Kconfig +++ b/src/drivers/imu/invensense/mpu6000/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU6000 bool "mpu6000" default n ---help--- - Enable support for mpu6000 \ No newline at end of file + Enable support for mpu6000 diff --git a/src/drivers/imu/invensense/mpu6500/Kconfig b/src/drivers/imu/invensense/mpu6500/Kconfig index b99ad79b98..940c1a4f03 100644 --- a/src/drivers/imu/invensense/mpu6500/Kconfig +++ b/src/drivers/imu/invensense/mpu6500/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU6500 bool "mpu6500" default n ---help--- - Enable support for mpu6500 \ No newline at end of file + Enable support for mpu6500 diff --git a/src/drivers/imu/invensense/mpu9250/Kconfig b/src/drivers/imu/invensense/mpu9250/Kconfig index 2bd2c8e1ef..e457b714a4 100644 --- a/src/drivers/imu/invensense/mpu9250/Kconfig +++ b/src/drivers/imu/invensense/mpu9250/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU9250 bool "mpu9250" default n ---help--- - Enable support for mpu9250 \ No newline at end of file + Enable support for mpu9250 diff --git a/src/drivers/ins/vectornav/libvnc/include/vn/enum.h b/src/drivers/ins/vectornav/libvnc/include/vn/enum.h index c7cbba373c..ca59b176c4 100644 --- a/src/drivers/ins/vectornav/libvnc/include/vn/enum.h +++ b/src/drivers/ins/vectornav/libvnc/include/vn/enum.h @@ -667,4 +667,4 @@ typedef enum VNPROCESSOR_IMU /**< IMU Processor. */ } VnProcessorType; -#endif \ No newline at end of file +#endif diff --git a/src/drivers/irlock/Kconfig b/src/drivers/irlock/Kconfig index ddf22968cd..b954c5d236 100644 --- a/src/drivers/irlock/Kconfig +++ b/src/drivers/irlock/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_IRLOCK bool "irlock" default n ---help--- - Enable support for irlock \ No newline at end of file + Enable support for irlock diff --git a/src/drivers/lights/neopixel/Kconfig b/src/drivers/lights/neopixel/Kconfig index a8f6831690..bf119759a6 100644 --- a/src/drivers/lights/neopixel/Kconfig +++ b/src/drivers/lights/neopixel/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LIGHTS_NEOPIXEL bool "neopixel" default n ---help--- - Enable support for neopixel \ No newline at end of file + Enable support for neopixel diff --git a/src/drivers/lights/rgbled/Kconfig b/src/drivers/lights/rgbled/Kconfig index 52f606acd7..f9736cc654 100644 --- a/src/drivers/lights/rgbled/Kconfig +++ b/src/drivers/lights/rgbled/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LIGHTS_RGBLED bool "rgbled" default n ---help--- - Enable support for rgbled \ No newline at end of file + Enable support for rgbled diff --git a/src/drivers/lights/rgbled_is31fl3195/Kconfig b/src/drivers/lights/rgbled_is31fl3195/Kconfig index 8835539e28..eb2427b115 100644 --- a/src/drivers/lights/rgbled_is31fl3195/Kconfig +++ b/src/drivers/lights/rgbled_is31fl3195/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LIGHTS_RGBLED_IS31FL3195 bool "rgbled is31fl3195" default n ---help--- - Enable support for rgbled IS3FL3195 driver \ No newline at end of file + Enable support for rgbled IS3FL3195 driver diff --git a/src/drivers/lights/rgbled_ncp5623c/Kconfig b/src/drivers/lights/rgbled_ncp5623c/Kconfig index 14964779b1..23570bf855 100644 --- a/src/drivers/lights/rgbled_ncp5623c/Kconfig +++ b/src/drivers/lights/rgbled_ncp5623c/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LIGHTS_RGBLED_NCP5623C bool "rgbled_ncp5623c" default n ---help--- - Enable support for rgbled_ncp5623c \ No newline at end of file + Enable support for rgbled_ncp5623c diff --git a/src/drivers/lights/rgbled_pwm/Kconfig b/src/drivers/lights/rgbled_pwm/Kconfig index 231b5161d1..1df3d9708d 100644 --- a/src/drivers/lights/rgbled_pwm/Kconfig +++ b/src/drivers/lights/rgbled_pwm/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LIGHTS_RGBLED_PWM bool "rgbled_pwm" default n ---help--- - Enable support for rgbled_pwm \ No newline at end of file + Enable support for rgbled_pwm diff --git a/src/drivers/linux_pwm_out/Kconfig b/src/drivers/linux_pwm_out/Kconfig index 36193d1974..d5728454da 100644 --- a/src/drivers/linux_pwm_out/Kconfig +++ b/src/drivers/linux_pwm_out/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_LINUX_PWM_OUT bool "linux_pwm_out" default n ---help--- - Enable support for linux_pwm_out \ No newline at end of file + Enable support for linux_pwm_out diff --git a/src/drivers/magnetometer/hmc5883/Kconfig b/src/drivers/magnetometer/hmc5883/Kconfig index 658ab4b863..f4cf89b180 100644 --- a/src/drivers/magnetometer/hmc5883/Kconfig +++ b/src/drivers/magnetometer/hmc5883/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_HMC5883 bool "hmc5883" default n ---help--- - Enable support for hmc5883 \ No newline at end of file + Enable support for hmc5883 diff --git a/src/drivers/magnetometer/lis2mdl/Kconfig b/src/drivers/magnetometer/lis2mdl/Kconfig index 2b841d2c65..07e9e4d5b8 100644 --- a/src/drivers/magnetometer/lis2mdl/Kconfig +++ b/src/drivers/magnetometer/lis2mdl/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_LIS2MDL bool "lis2mdl" default n ---help--- - Enable support for lis2mdl \ No newline at end of file + Enable support for lis2mdl diff --git a/src/drivers/magnetometer/lis3mdl/Kconfig b/src/drivers/magnetometer/lis3mdl/Kconfig index 64b3b5eee3..9b6dcd3c58 100644 --- a/src/drivers/magnetometer/lis3mdl/Kconfig +++ b/src/drivers/magnetometer/lis3mdl/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_LIS3MDL bool "lis3mdl" default n ---help--- - Enable support for lis3mdl \ No newline at end of file + Enable support for lis3mdl diff --git a/src/drivers/magnetometer/lsm303agr/Kconfig b/src/drivers/magnetometer/lsm303agr/Kconfig index a51b500c31..ee8eec55d8 100644 --- a/src/drivers/magnetometer/lsm303agr/Kconfig +++ b/src/drivers/magnetometer/lsm303agr/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_LSM303AGR bool "lsm303agr" default n ---help--- - Enable support for lsm303agr \ No newline at end of file + Enable support for lsm303agr diff --git a/src/drivers/magnetometer/lsm9ds1_mag/Kconfig b/src/drivers/magnetometer/lsm9ds1_mag/Kconfig index 45e0c72350..8d6369b127 100644 --- a/src/drivers/magnetometer/lsm9ds1_mag/Kconfig +++ b/src/drivers/magnetometer/lsm9ds1_mag/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_LSM9DS1_MAG bool "lsm9ds1_mag" default n ---help--- - Enable support for lsm9ds1_mag \ No newline at end of file + Enable support for lsm9ds1_mag diff --git a/src/drivers/magnetometer/qmc5883l/Kconfig b/src/drivers/magnetometer/qmc5883l/Kconfig index 8b4e732ccd..e40dc25b10 100644 --- a/src/drivers/magnetometer/qmc5883l/Kconfig +++ b/src/drivers/magnetometer/qmc5883l/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_QMC5883L bool "qmc5883l" default n ---help--- - Enable support for qmc5883l \ No newline at end of file + Enable support for qmc5883l diff --git a/src/drivers/magnetometer/rm3100/Kconfig b/src/drivers/magnetometer/rm3100/Kconfig index e7cb534081..d2bb61c0a8 100644 --- a/src/drivers/magnetometer/rm3100/Kconfig +++ b/src/drivers/magnetometer/rm3100/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_MAGNETOMETER_RM3100 bool "rm3100" default n ---help--- - Enable support for rm3100 \ No newline at end of file + Enable support for rm3100 diff --git a/src/drivers/optical_flow/pmw3901/Kconfig b/src/drivers/optical_flow/pmw3901/Kconfig index f559f13d37..eb0432fa7e 100644 --- a/src/drivers/optical_flow/pmw3901/Kconfig +++ b/src/drivers/optical_flow/pmw3901/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_OPTICAL_FLOW_PMW3901 bool "pmw3901" default n ---help--- - Enable support for pmw3901 \ No newline at end of file + Enable support for pmw3901 diff --git a/src/drivers/optical_flow/px4flow/Kconfig b/src/drivers/optical_flow/px4flow/Kconfig index 497860f0c5..50d1f95c91 100644 --- a/src/drivers/optical_flow/px4flow/Kconfig +++ b/src/drivers/optical_flow/px4flow/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_OPTICAL_FLOW_PX4FLOW bool "px4flow" default n ---help--- - Enable support for px4flow \ No newline at end of file + Enable support for px4flow diff --git a/src/drivers/optical_flow/thoneflow/Kconfig b/src/drivers/optical_flow/thoneflow/Kconfig index 3a1ab3fa81..8033b47d63 100644 --- a/src/drivers/optical_flow/thoneflow/Kconfig +++ b/src/drivers/optical_flow/thoneflow/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_OPTICAL_FLOW_THONEFLOW bool "thoneflow" default n ---help--- - Enable support for thoneflow \ No newline at end of file + Enable support for thoneflow diff --git a/src/drivers/optical_flow/thoneflow/module.yaml b/src/drivers/optical_flow/thoneflow/module.yaml index 262a23e048..9d899fbd89 100644 --- a/src/drivers/optical_flow/thoneflow/module.yaml +++ b/src/drivers/optical_flow/thoneflow/module.yaml @@ -3,4 +3,4 @@ serial_config: - command: thoneflow start -d ${SERIAL_DEV} port_config_param: name: SENS_TFLOW_CFG - group: Sensors \ No newline at end of file + group: Sensors diff --git a/src/drivers/osd/atxxxx/Kconfig b/src/drivers/osd/atxxxx/Kconfig index 8fa85e50f5..da9e6e6e27 100644 --- a/src/drivers/osd/atxxxx/Kconfig +++ b/src/drivers/osd/atxxxx/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_OSD_ATXXXX bool "atxxxx" default n ---help--- - Enable support for atxxxx \ No newline at end of file + Enable support for atxxxx diff --git a/src/drivers/pca9685_pwm_out/Kconfig b/src/drivers/pca9685_pwm_out/Kconfig index ad7c25b8d7..05e7f58994 100644 --- a/src/drivers/pca9685_pwm_out/Kconfig +++ b/src/drivers/pca9685_pwm_out/Kconfig @@ -18,4 +18,4 @@ if DRIVERS_PCA9685_PWM_OUT int "Corrected frequency of internal oscillator" depends on !PCA9685_USE_EXTERNAL_CRYSTAL default 26075000 -endif \ No newline at end of file +endif diff --git a/src/drivers/power_monitor/ina226/Kconfig b/src/drivers/power_monitor/ina226/Kconfig index 05f77beb78..cdd8fb160b 100644 --- a/src/drivers/power_monitor/ina226/Kconfig +++ b/src/drivers/power_monitor/ina226/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_POWER_MONITOR_INA226 bool "ina226" default n ---help--- - Enable support for ina226 \ No newline at end of file + Enable support for ina226 diff --git a/src/drivers/power_monitor/voxlpm/Kconfig b/src/drivers/power_monitor/voxlpm/Kconfig index f2553b1ed0..ae6980db5a 100644 --- a/src/drivers/power_monitor/voxlpm/Kconfig +++ b/src/drivers/power_monitor/voxlpm/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_POWER_MONITOR_VOXLPM bool "voxlpm" default n ---help--- - Enable support for voxlpm \ No newline at end of file + Enable support for voxlpm diff --git a/src/drivers/pps_capture/Kconfig b/src/drivers/pps_capture/Kconfig index 9a41a5eae3..e948467fa8 100644 --- a/src/drivers/pps_capture/Kconfig +++ b/src/drivers/pps_capture/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_PPS_CAPTURE bool "pps_capture" default n ---help--- - Enable support for pps_capture \ No newline at end of file + Enable support for pps_capture diff --git a/src/drivers/pwm_input/Kconfig b/src/drivers/pwm_input/Kconfig index 85481a2048..301aca450c 100644 --- a/src/drivers/pwm_input/Kconfig +++ b/src/drivers/pwm_input/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_PWM_INPUT bool "pwm_input" default n ---help--- - Enable support for pwm_input \ No newline at end of file + Enable support for pwm_input diff --git a/src/drivers/pwm_out/Kconfig b/src/drivers/pwm_out/Kconfig index a263be9a3e..0db808cb37 100644 --- a/src/drivers/pwm_out/Kconfig +++ b/src/drivers/pwm_out/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_PWM_OUT bool "pwm_out" default n ---help--- - Enable support for pwm_out \ No newline at end of file + Enable support for pwm_out diff --git a/src/drivers/rc/crsf_rc/Crc8.cpp b/src/drivers/rc/crsf_rc/Crc8.cpp index e912409fa4..0841bf7bf9 100644 --- a/src/drivers/rc/crsf_rc/Crc8.cpp +++ b/src/drivers/rc/crsf_rc/Crc8.cpp @@ -26,4 +26,4 @@ uint8_t Crc8Calc(const uint8_t *data, uint8_t size) } return crc; -} \ No newline at end of file +} diff --git a/src/drivers/rc/crsf_rc/QueueBuffer.cpp b/src/drivers/rc/crsf_rc/QueueBuffer.cpp index 68aeb41a7a..725cec0fe9 100644 --- a/src/drivers/rc/crsf_rc/QueueBuffer.cpp +++ b/src/drivers/rc/crsf_rc/QueueBuffer.cpp @@ -160,4 +160,4 @@ bool QueueBuffer_PeekBuffer(const QueueBuffer_t *q, const uint32_t index, uint8_ } return true; -} \ No newline at end of file +} diff --git a/src/drivers/rc/crsf_rc/QueueBuffer.hpp b/src/drivers/rc/crsf_rc/QueueBuffer.hpp index af035401a6..f042eab0d5 100644 --- a/src/drivers/rc/crsf_rc/QueueBuffer.hpp +++ b/src/drivers/rc/crsf_rc/QueueBuffer.hpp @@ -60,4 +60,4 @@ bool QueueBuffer_IsEmpty(const QueueBuffer_t *q); bool QueueBuffer_Get(QueueBuffer_t *const q, uint8_t *const x); void QueueBuffer_Dequeue(QueueBuffer_t *const q, const uint32_t n); bool QueueBuffer_Peek(const QueueBuffer_t *q, const uint32_t index, uint8_t *const x); -bool QueueBuffer_PeekBuffer(const QueueBuffer_t *q, const uint32_t index, uint8_t *buffer, const uint32_t size); \ No newline at end of file +bool QueueBuffer_PeekBuffer(const QueueBuffer_t *q, const uint32_t index, uint8_t *buffer, const uint32_t size); diff --git a/src/drivers/rc_input/Kconfig b/src/drivers/rc_input/Kconfig index 1ada2e84f4..373966572b 100644 --- a/src/drivers/rc_input/Kconfig +++ b/src/drivers/rc_input/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_RC_INPUT bool "rc_input" default n ---help--- - Enable support for rc_input \ No newline at end of file + Enable support for rc_input diff --git a/src/drivers/rpi_rc_in/Kconfig b/src/drivers/rpi_rc_in/Kconfig index c496b033c9..3ca01e4038 100644 --- a/src/drivers/rpi_rc_in/Kconfig +++ b/src/drivers/rpi_rc_in/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_RPI_RC_IN bool "rpi_rc_in" default n ---help--- - Enable support for rpi_rc_in \ No newline at end of file + Enable support for rpi_rc_in diff --git a/src/drivers/safety_button/Kconfig b/src/drivers/safety_button/Kconfig index e891c6f96c..5783e781aa 100644 --- a/src/drivers/safety_button/Kconfig +++ b/src/drivers/safety_button/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_SAFETY_BUTTON bool "safety_button" default n ---help--- - Enable support for safety_button \ No newline at end of file + Enable support for safety_button diff --git a/src/drivers/telemetry/bst/Kconfig b/src/drivers/telemetry/bst/Kconfig index 28ce52902d..89ed335272 100644 --- a/src/drivers/telemetry/bst/Kconfig +++ b/src/drivers/telemetry/bst/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TELEMETRY_BST bool "bst" default n ---help--- - Enable support for bst \ No newline at end of file + Enable support for bst diff --git a/src/drivers/telemetry/frsky_telemetry/Kconfig b/src/drivers/telemetry/frsky_telemetry/Kconfig index ce7382b6c5..dc453cc7a5 100644 --- a/src/drivers/telemetry/frsky_telemetry/Kconfig +++ b/src/drivers/telemetry/frsky_telemetry/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TELEMETRY_FRSKY_TELEMETRY bool "frsky_telemetry" default n ---help--- - Enable support for frsky_telemetry \ No newline at end of file + Enable support for frsky_telemetry diff --git a/src/drivers/telemetry/hott/Kconfig b/src/drivers/telemetry/hott/Kconfig index 6f73e2013b..564af12c42 100644 --- a/src/drivers/telemetry/hott/Kconfig +++ b/src/drivers/telemetry/hott/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TELEMETRY_HOTT bool "hott" default n ---help--- - Enable support for hott \ No newline at end of file + Enable support for hott diff --git a/src/drivers/telemetry/iridiumsbd/Kconfig b/src/drivers/telemetry/iridiumsbd/Kconfig index db01020c81..f1dd631405 100644 --- a/src/drivers/telemetry/iridiumsbd/Kconfig +++ b/src/drivers/telemetry/iridiumsbd/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TELEMETRY_IRIDIUMSBD bool "iridiumsbd" default n ---help--- - Enable support for iridiumsbd \ No newline at end of file + Enable support for iridiumsbd diff --git a/src/drivers/test_ppm/Kconfig b/src/drivers/test_ppm/Kconfig index 514f9fb52b..2b4d370a5b 100644 --- a/src/drivers/test_ppm/Kconfig +++ b/src/drivers/test_ppm/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TEST_PPM bool "test_ppm" default n ---help--- - Enable support for test_ppm \ No newline at end of file + Enable support for test_ppm diff --git a/src/drivers/tone_alarm/Kconfig b/src/drivers/tone_alarm/Kconfig index 3e7444f92b..f323b70af8 100644 --- a/src/drivers/tone_alarm/Kconfig +++ b/src/drivers/tone_alarm/Kconfig @@ -2,4 +2,4 @@ menuconfig DRIVERS_TONE_ALARM bool "tone_alarm" default n ---help--- - Enable support for tone_alarm \ No newline at end of file + Enable support for tone_alarm diff --git a/src/drivers/transponder/sagetech_mxs/sg_sdk/LICENSE b/src/drivers/transponder/sagetech_mxs/sg_sdk/LICENSE index f49a4e16e6..261eeb9e9f 100644 --- a/src/drivers/transponder/sagetech_mxs/sg_sdk/LICENSE +++ b/src/drivers/transponder/sagetech_mxs/sg_sdk/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/src/drivers/transponder/sagetech_mxs/sg_sdk/sagetech_mxs.h b/src/drivers/transponder/sagetech_mxs/sg_sdk/sagetech_mxs.h index 587b1dec39..8ec7f29025 100644 --- a/src/drivers/transponder/sagetech_mxs/sg_sdk/sagetech_mxs.h +++ b/src/drivers/transponder/sagetech_mxs/sg_sdk/sagetech_mxs.h @@ -10,4 +10,4 @@ extern "C" #ifdef __cplusplus } -#endif \ No newline at end of file +#endif diff --git a/src/examples/dyn_hello/Kconfig b/src/examples/dyn_hello/Kconfig index 30a5b6898a..923b04daba 100644 --- a/src/examples/dyn_hello/Kconfig +++ b/src/examples/dyn_hello/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_DYN_HELLO bool "dyn_hello" default n ---help--- - Enable support for dyn_hello \ No newline at end of file + Enable support for dyn_hello diff --git a/src/examples/fake_gps/Kconfig b/src/examples/fake_gps/Kconfig index 419a5f55cd..62c71aa731 100644 --- a/src/examples/fake_gps/Kconfig +++ b/src/examples/fake_gps/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_FAKE_GPS bool "fake_gps" default n ---help--- - Enable support for fake_gps \ No newline at end of file + Enable support for fake_gps diff --git a/src/examples/fake_magnetometer/Kconfig b/src/examples/fake_magnetometer/Kconfig index c590603382..f6450b5fa5 100644 --- a/src/examples/fake_magnetometer/Kconfig +++ b/src/examples/fake_magnetometer/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_FAKE_MAGNETOMETER bool "fake_magnetometer" default n ---help--- - Enable support for fake_magnetometer \ No newline at end of file + Enable support for fake_magnetometer diff --git a/src/examples/hello/Kconfig b/src/examples/hello/Kconfig index c47ec7587a..3424824a64 100644 --- a/src/examples/hello/Kconfig +++ b/src/examples/hello/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_HELLO bool "hello" default n ---help--- - Enable support for hello \ No newline at end of file + Enable support for hello diff --git a/src/examples/matlab_csv_serial/Kconfig b/src/examples/matlab_csv_serial/Kconfig index 7352ebcabb..07edfafab8 100644 --- a/src/examples/matlab_csv_serial/Kconfig +++ b/src/examples/matlab_csv_serial/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_MATLAB_CSV_SERIAL bool "matlab_csv_serial" default n ---help--- - Enable support for matlab_csv_serial \ No newline at end of file + Enable support for matlab_csv_serial diff --git a/src/examples/px4_mavlink_debug/Kconfig b/src/examples/px4_mavlink_debug/Kconfig index 5707edd736..2f299844c0 100644 --- a/src/examples/px4_mavlink_debug/Kconfig +++ b/src/examples/px4_mavlink_debug/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_PX4_MAVLINK_DEBUG bool "px4_mavlink_debug" default n ---help--- - Enable support for px4_mavlink_debug \ No newline at end of file + Enable support for px4_mavlink_debug diff --git a/src/examples/px4_simple_app/Kconfig b/src/examples/px4_simple_app/Kconfig index 64fbc1916d..9a92916c08 100644 --- a/src/examples/px4_simple_app/Kconfig +++ b/src/examples/px4_simple_app/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_PX4_SIMPLE_APP bool "px4_simple_app" default n ---help--- - Enable support for px4_simple_app \ No newline at end of file + Enable support for px4_simple_app diff --git a/src/examples/work_item/Kconfig b/src/examples/work_item/Kconfig index f6a29b15d4..04c7b85795 100644 --- a/src/examples/work_item/Kconfig +++ b/src/examples/work_item/Kconfig @@ -2,4 +2,4 @@ menuconfig EXAMPLES_WORK_ITEM bool "work_item" default n ---help--- - Enable support for work_item \ No newline at end of file + Enable support for work_item diff --git a/src/lib/atmosphere/atmosphere.cpp b/src/lib/atmosphere/atmosphere.cpp index 5fc22ddf7c..5c52ffa53c 100644 --- a/src/lib/atmosphere/atmosphere.cpp +++ b/src/lib/atmosphere/atmosphere.cpp @@ -75,4 +75,4 @@ float getStandardTemperatureAtAltitude(float altitude_m) { return 15.0f + kTempGradient * altitude_m; } -} \ No newline at end of file +} diff --git a/src/lib/atmosphere/test_atmosphere.cpp b/src/lib/atmosphere/test_atmosphere.cpp index 0a79c89ca1..72e6a9a839 100644 --- a/src/lib/atmosphere/test_atmosphere.cpp +++ b/src/lib/atmosphere/test_atmosphere.cpp @@ -123,4 +123,4 @@ TEST(TestAtmosphere, StandardTemperature) // THEN expect standard temperature at 3000m EXPECT_NEAR(temperature, -4.5f, 0.001f); -} \ No newline at end of file +} diff --git a/src/lib/drivers/smbus/CMakeLists.txt b/src/lib/drivers/smbus/CMakeLists.txt index d3e1a1fcce..f20f92059f 100644 --- a/src/lib/drivers/smbus/CMakeLists.txt +++ b/src/lib/drivers/smbus/CMakeLists.txt @@ -31,4 +31,4 @@ # ############################################################################ -px4_add_library(drivers__smbus SMBus.cpp) \ No newline at end of file +px4_add_library(drivers__smbus SMBus.cpp) diff --git a/src/lib/systemlib/ppm_decode.h b/src/lib/systemlib/ppm_decode.h index 5079def84c..b5c18a368b 100644 --- a/src/lib/systemlib/ppm_decode.h +++ b/src/lib/systemlib/ppm_decode.h @@ -61,4 +61,4 @@ __EXPORT extern uint16_t ppm_frame_length; /**< length of the decoded PPM fra __EXPORT extern unsigned ppm_decoded_channels; /**< count of decoded channels */ __EXPORT extern hrt_abstime ppm_last_valid_decode; /**< timestamp of the last valid decode */ -__END_DECLS \ No newline at end of file +__END_DECLS diff --git a/src/lib/weather_vane/weathervane_params.c b/src/lib/weather_vane/weathervane_params.c index 2c98d53404..9cf6e021c1 100644 --- a/src/lib/weather_vane/weathervane_params.c +++ b/src/lib/weather_vane/weathervane_params.c @@ -79,4 +79,4 @@ PARAM_DEFINE_FLOAT(WV_ROLL_MIN, 1.0f); * @unit deg/s * @group Multicopter Position Control */ -PARAM_DEFINE_FLOAT(WV_YRATE_MAX, 90.0f); \ No newline at end of file +PARAM_DEFINE_FLOAT(WV_YRATE_MAX, 90.0f); diff --git a/src/modules/battery_status/module.yaml b/src/modules/battery_status/module.yaml index 91359c2947..85b7bb2ecc 100644 --- a/src/modules/battery_status/module.yaml +++ b/src/modules/battery_status/module.yaml @@ -60,4 +60,4 @@ parameters: reboot_required: true num_instances: *max_num_config_instances instance_start: 1 - default: [-1, -1] \ No newline at end of file + default: [-1, -1] diff --git a/src/modules/fw_pos_control/runway_takeoff/CMakeLists.txt b/src/modules/fw_pos_control/runway_takeoff/CMakeLists.txt index 8217b10f0f..6e493574c7 100644 --- a/src/modules/fw_pos_control/runway_takeoff/CMakeLists.txt +++ b/src/modules/fw_pos_control/runway_takeoff/CMakeLists.txt @@ -33,4 +33,4 @@ px4_add_library(runway_takeoff RunwayTakeoff.cpp -) \ No newline at end of file +) diff --git a/src/modules/px4iofirmware/Kconfig b/src/modules/px4iofirmware/Kconfig index 37f01af658..1f4e4c1c60 100644 --- a/src/modules/px4iofirmware/Kconfig +++ b/src/modules/px4iofirmware/Kconfig @@ -2,4 +2,4 @@ menuconfig MODULES_PX4IOFIRMWARE bool "px4iofirmware" default n ---help--- - Enable support for px4iofirmware \ No newline at end of file + Enable support for px4iofirmware diff --git a/src/modules/replay/Kconfig b/src/modules/replay/Kconfig index a2868f08f5..b3c75f837c 100644 --- a/src/modules/replay/Kconfig +++ b/src/modules/replay/Kconfig @@ -2,4 +2,4 @@ menuconfig MODULES_REPLAY bool "replay" default n ---help--- - Enable support for replay \ No newline at end of file + Enable support for replay diff --git a/src/modules/sensors/sensors.hpp b/src/modules/sensors/sensors.hpp index 102be087b1..911005249c 100644 --- a/src/modules/sensors/sensors.hpp +++ b/src/modules/sensors/sensors.hpp @@ -263,4 +263,4 @@ private: #endif // CONFIG_SENSORS_VEHICLE_MAGNETOMETER (ParamBool) _param_sens_imu_mode ) -}; \ No newline at end of file +}; diff --git a/src/systemcmds/gpio/Kconfig b/src/systemcmds/gpio/Kconfig index ba8d054787..0834818284 100644 --- a/src/systemcmds/gpio/Kconfig +++ b/src/systemcmds/gpio/Kconfig @@ -2,4 +2,4 @@ menuconfig SYSTEMCMDS_GPIO bool "gpio" default n ---help--- - Enable support for gpio \ No newline at end of file + Enable support for gpio diff --git a/src/systemcmds/i2cdetect/Kconfig b/src/systemcmds/i2cdetect/Kconfig index a763581b3a..6231326e4f 100644 --- a/src/systemcmds/i2cdetect/Kconfig +++ b/src/systemcmds/i2cdetect/Kconfig @@ -2,4 +2,4 @@ menuconfig SYSTEMCMDS_I2CDETECT bool "i2cdetect" default n ---help--- - Enable support for i2cdetect \ No newline at end of file + Enable support for i2cdetect diff --git a/src/systemcmds/param/Kconfig b/src/systemcmds/param/Kconfig index 899da054fb..a168ca8a16 100644 --- a/src/systemcmds/param/Kconfig +++ b/src/systemcmds/param/Kconfig @@ -2,4 +2,4 @@ menuconfig SYSTEMCMDS_PARAM bool "param" default n ---help--- - Enable support for param \ No newline at end of file + Enable support for param diff --git a/src/systemcmds/serial_passthru/Kconfig b/src/systemcmds/serial_passthru/Kconfig index cfbbf9933d..4c4cb107d8 100644 --- a/src/systemcmds/serial_passthru/Kconfig +++ b/src/systemcmds/serial_passthru/Kconfig @@ -54,4 +54,4 @@ config SERIAL_PASSTHRU_UBLOX_BAUDRATE ---help--- This option sets the baudrate for the passthru. -endif #SYSTEMCMDS_SERIAL_PASSTHRU \ No newline at end of file +endif #SYSTEMCMDS_SERIAL_PASSTHRU diff --git a/src/systemcmds/system_time/CMakeLists.txt b/src/systemcmds/system_time/CMakeLists.txt index edb2865f4e..1cccb2e3ae 100644 --- a/src/systemcmds/system_time/CMakeLists.txt +++ b/src/systemcmds/system_time/CMakeLists.txt @@ -36,4 +36,4 @@ px4_add_module( SRCS system_time.cpp DEPENDS - ) \ No newline at end of file + ) diff --git a/src/systemcmds/system_time/system_time.cpp b/src/systemcmds/system_time/system_time.cpp index e98e09b5a1..361e757861 100644 --- a/src/systemcmds/system_time/system_time.cpp +++ b/src/systemcmds/system_time/system_time.cpp @@ -126,4 +126,4 @@ $ system_time get PRINT_MODULE_USAGE_COMMAND_DESCR("set", "Set the system time, provide time in unix epoch time format"); PRINT_MODULE_USAGE_COMMAND_DESCR("get", "Get the system time"); -} \ No newline at end of file +}