boards: fix reviewer feedback for saampixv1_1 board

- Replace all MINDPX/MINDPXv2/PX4FMU board references with SaamPixV1_1
- Update Airmind Development Team to Saam Drones Development Team in copyright headers
- Update PX4 copyright year range to 2020-2026 on all C/C++ files
- Rename bootloader binary to match board version (v1_1)
- Remove untracked backup files
This commit is contained in:
Ashwani Sihag
2026-03-31 13:15:52 +05:30
committed by David Sidrane
parent fc11c207b9
commit ff31d5a04f
15 changed files with 33 additions and 33 deletions
+8 -10
View File
@@ -1,18 +1,16 @@
#!/bin/sh
#
# Airmind Mindpx-v2 specific board sensors init
# Hybrid SaamPix sensor init on stable MindPXv2 platform
#------------------------------------------------------------------------------
board_adc start
# Internal I2C bus
hmc5883 -T -I -R 12 start
qmc5883l -I -R 6 start
# external I2C compasses, if present
hmc5883 -X start
qmc5883l -X start
mpu6000 -s -R 2 start
mpu6500 -s -R 2 start
lsm303d -s -R 10 start
l3gd20 -s -R 14 start
# Internal SPI
# internal SPI sensors
ms5611 -s start
icm20602 -s start
mpu9250 -s start
lis3mdl -s start