Julio Cesar Matias

Results 19 issues of Julio Cesar Matias

This PR cleans up the old HIL mode files so that the [new HIL is implemented](https://github.com/iNavFlight/inav/pull/8268). This must be merged first.

~~Almost all targets define `USE_EXTI` and `USE_MPU_DATA_READY_SIGNAL`. `DEBUG_MPU_DATA_READY_INTERRUPT` it's just a remnant of the algorithm of the past. Removing them simplifies the code and makes it more readable.~~ Now this...

This PR tries to fix https://github.com/iNavFlight/inav/issues/8224 If the pressure or temperature does not change after 2 seconds, the Barometer is marked as unhealthy. When the barometer was forced (through a...

INS uses the `isImuReady()` function to calibrate the 1G of the acceleration. If the Acc is not calibrated, the INS should be inactive (which does not happen when checking the...

This PR is a continuation of this other old PR >> https://github.com/iNavFlight/inav/pull/7305 Change: - Instead of just using velocity to calculate the stopping point, the algorithm now uses horizontal and...

Enhancement
Testing Required

well... I've been working on it for at least 2 or 3 months, with the help of some friends like: @Jetrell, @b14ckyy and @MrD-RC. The intention is just to end...

The current verification using an average between the 3 axes of the Gyro doesn't seem to be very functional for some users... And for me it never worked, my multirotor...

closes https://github.com/iNavFlight/inav/discussions/8372 https://www.foxeer.com/foxeer-reaper-aio-v2-f745-45a-bls-bluejay-2-6s-g-439

This PR adds a variant of FC Foxeer F722, in this case version V3. This FC has the UART6 too... But to release the UART6, we need to remap the...

The `STM32F4xx_HAL_Driver` and `STM32F7xx_HAL_Driver` folders are currently not used during compilation, but it may be useful in the future if one day LL is used.