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

View File

@@ -47,12 +47,12 @@ __BEGIN_DECLS
#ifdef BOARD_NUM_IO_TIMERS
#define MAX_IO_TIMERS BOARD_NUM_IO_TIMERS
#else
#define MAX_IO_TIMERS 2
#define MAX_IO_TIMERS 4
#endif
#if DIRECT_PWM_OUTPUT_CHANNELS > 8
#define MAX_TIMER_IO_CHANNELS DIRECT_PWM_OUTPUT_CHANNELS
#else
#define MAX_TIMER_IO_CHANNELS 8
#define MAX_TIMER_IO_CHANNELS 16
#endif
#define MAX_LED_TIMERS 2