J Blackman
772891f96b
Merge pull request #10861 from woutput/master
...
Fix typo in comment
2021-09-06 08:57:10 +10:00
Michael Keller
7a8b40a670
Merge pull request #10777 from ctzsnooze/move-feedforward-transtion-calculation
2021-09-04 16:56:37 +12:00
Michael Keller
57441aa5fb
Merge pull request #10774 from ctzsnooze/smoothing-fix-level-mode
2021-09-04 16:24:01 +12:00
Michael Keller
c23dd47f40
Merge pull request #10927 from SteveCEvans/pg_reset_flash
2021-09-02 18:19:13 +12:00
ctzsnooze
4ef02928e0
smoothing fix level mode
2021-09-01 11:22:11 +10:00
KarateBrot
8649f1003f
Dynamic notch refactoring
...
+ added new parameter group for Dyn Notch
2021-09-01 12:39:21 +12:00
Štěpán Dalecký
ad4ea581fc
Suport for long range RC links with refresh rate lower than 33Hz down to 16Hz
2021-08-31 17:55:56 +02:00
Alexander van Saase
32634866d8
crsf add 50mW
2021-08-31 14:25:27 +02:00
Michael Keller
4c9eb210a9
Merge pull request #10909 from SteveCEvans/g4_spi
2021-09-01 00:23:55 +12:00
Steve Evans
ab66795eeb
G4 SPI DMA support
2021-08-31 23:29:51 +12:00
ctzsnooze
ff19f3fecb
D_min smoothing changed to PT2 and re-tuned
2021-08-31 11:37:33 +10:00
Steve Evans
d78f2081db
Fix pg_resetdata location in FLASH
2021-08-30 20:12:42 +01:00
ctzsnooze
5863015354
ifdef condition consistently applied, field names consistent, pg ID updated
2021-08-30 09:33:12 +10:00
ctzsnooze
28d9d778a6
feedforward transition moved to feedforward.c
2021-08-30 02:07:36 +10:00
Michael Keller
86aa5cc84e
Merge pull request #10778 from ctzsnooze/Allow-feedforward-in-Level-and-Horizon
2021-08-30 01:20:03 +12:00
Michael Keller
3d99c27664
Improved maintainability of the pioniobox configuration.
2021-08-29 21:53:17 +12:00
Michael Keller
cd2c098a80
Merge pull request #10816 from Asizon/frskyosd_fix
2021-08-27 00:46:36 +12:00
Dominic Clifton
5e9e1d0177
Debug - Fix illegal pointer de-reference in dbpPinLo.
2021-08-18 17:30:03 +02:00
Dominic Clifton
06e3eec915
Debug - Fix the NUCLEOH743 target_definition_unittest failure.
2021-08-18 17:11:55 +02:00
Dominic Clifton
a1900bd1fd
Debug - reduce the dependency to drivers/io_types.h
2021-08-18 17:11:55 +02:00
Dominic Clifton
e2615fdc8c
Debug - Ensure pins used for debugging are reserved correctly.
...
Previously the pins were initialised outside of `init` via the dshot
code, not that debug pins are initialised earlier they must be reserved
so that unusedPinsInit() doesn't undo the GPIO configuration.
2021-08-18 15:37:54 +02:00
Dominic Clifton
49869fa2bb
Debug - Initialise debug pins on startup, not as part of the dshot
...
bitbang code.
2021-08-18 15:37:54 +02:00
Dominic Clifton
04572eed13
Debug - Add macros for debug pins.
2021-08-18 10:39:05 +02:00
Dominic Clifton
29a00aa57a
Debug - Add Debug pin to NucleoH743 target.
2021-08-18 10:33:05 +02:00
Dominic Clifton
13a0037b18
Debug - Separate pin config from runtime state/implementation details.
2021-08-18 10:25:54 +02:00
Dominic Clifton
8913458041
Debug - Add support for debug pins on H7.
2021-08-18 10:25:54 +02:00
Dominic Clifton
c04a6c9b67
Debug - Make dbgPins weak so that target.c files can define them.
2021-08-18 10:25:54 +02:00
Dominic Clifton
faa69d0aeb
Debug - Fix dbgPinLo checking the first pin instead of the desired pin.
2021-08-18 10:25:40 +02:00
Michael Keller
add05864bf
Merge pull request #10890 from mikeller/rearrange_flash
2021-08-17 00:44:24 +12:00
Hugo Chiang
344bfbc5f6
Update src/main/drivers/barometer/barometer_bmp085.c
...
Co-authored-by: haslinghuis <mark@numloq.nl>
2021-08-16 18:45:49 +08:00
DusKing1
73c87c0593
fix typos in code comments in common folder
2021-08-16 15:06:07 +08:00
DusKing1
37435a7184
fix-typo-in-gps-conversion
2021-08-16 14:36:27 +08:00
Dominic Clifton
e69ed4f581
ICM42688P - Combine with ICM42605 driver.
2021-08-10 22:30:09 +02:00
Dominic Clifton
a69aaff981
ICM42688P - Fix incorrect upper case 'P' in #include.
2021-08-10 21:09:35 +02:00
Dominic Clifton
5f4a50de05
ICM426xx - Avoid long startup delays when target allows 42605 and
...
42688P.
If the target has a 42688P sensor there is a 20*150ms (3 second) delay
caused by the 42605 driver's detect code.
The 42605/42688P sensors are pin-compatible so it makes sense that a
target would specify BOTH sensors to allow flexibility in manufacturing.
2021-08-10 21:09:34 +02:00
Dominic Clifton
46c62cfcf2
ICM42688P - Initial sensor support based on ICM42605 driver.
2021-08-10 21:09:34 +02:00
Dominic Clifton
dd3f2a1448
RTC6705SOFTSPI - Fix null pointer de-reference caused by
...
87c8847c13
2021-08-10 15:43:41 +02:00
Michael Keller
8ca4fdc586
Merge pull request #10865 from mikeller/change_spi_dma_owner_naming
2021-08-11 00:00:29 +12:00
Dominic Clifton
5f4a49c08f
Fix memory corruption caused by MSP_BOXNAMES buffer overflow.
2021-08-10 12:05:02 +02:00
Michael Keller
118c2cc57c
Merge pull request #10894 from atomgomba/feature/log-motor-pole-count
2021-08-10 16:23:24 +12:00
Michael Keller
b83bc86713
Rearranged flash on targets >512 kB to keep first sector from overflowing.
2021-08-09 10:06:27 +12:00
Michael Keller
9705f9f77e
Merge pull request #10882 from mikeller/fix_bitbanged_dshot_comment
...
Fixed comment in bitbanged Dshot code.
2021-08-09 03:13:03 +12:00
Kiripolszky Károly
611a92b8a9
Add motorPoleCount to log headers
2021-08-08 12:00:30 +02:00
ctzsnooze
91191f4b62
stop feedback in feedforward, and improve noise, when Tx ADC filter is enabled
2021-08-07 22:53:43 +10:00
Michael Keller
55f2be55f6
Merge pull request #10765 from cruwaller/pr-fix-vcp-baudrate-change
2021-08-05 23:31:18 +12:00
Michael Keller
c7302ea09d
Fixed missing include in SITL file.
2021-08-04 21:46:04 +12:00
Asizon
775e00e133
Fix non working Frsky OSD
...
Fix declaration
Add comment
2021-08-04 07:33:27 +02:00
Michael Keller
034904cd17
Merge pull request #10876 from klutvott123/fix-crsf-unit-test
...
Fix crsf unit test
2021-08-04 17:18:01 +12:00
Michael Keller
6aa40c1272
Merge pull request #10805 from ctzsnooze/feedforward-fix-at-centre-and-renaming
2021-08-04 12:59:41 +12:00
TheIsotopes
9d348351b3
fix forgotten entry in #10863
...
merge of #10863 breaks the building off all targets ... this PR will fix this
2021-08-03 16:43:18 +02:00