1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00
Commit graph

14841 commits

Author SHA1 Message Date
Thorsten Laux
91ad2498ff ff from interpolated setpoint 2019-08-08 09:50:18 +02:00
Dominic Clifton
577d57ea70 EXST - Ensure HEX files are suitable for flashing using the
configurator.

Without the padding and length the HASH in the HEX will be invalid since
erased flash defaults to 0xFF but the hash is created on the binary file
which has a default of 0x00 for un-filled data.
2019-08-08 02:05:36 +02:00
Dominic Clifton
871486527b EXST - Allow targets to specify VMA offset.
The hex file must have the correct address in order for it to be
uploaded via flashing tools (configurator).

However, the objcopy tool only appears to support an INCREMENT address,
so the increment is determined by subtracting the load address from the
flash address.

For the current SPRacing H7 boards, the bootloader DFU descriptor string
has a start address of 0x9000000 for the external flash, the firmware
partition begins at offset 0x07CE0000, required resulting flash address
is 0x97CE0000.
2019-08-08 02:04:37 +02:00
mikeller
768b345166 Added resource index display. 2019-08-08 11:49:51 +12:00
Michael Keller
3ba5f7e819
Added Spektrum SRXL2 serial protocol for new upcoming receiver… (#8606)
Added Spektrum SRXL2 serial protocol for new upcoming receiver support
2019-08-08 10:56:13 +12:00
Andrey Mironov
8a279e688e Added Spektrum SRXL2 serial protocol for new receivers (Currently only SPM4650 released) 2019-08-07 14:02:33 -05:00
Dominic Clifton
17c34edfce Revert "Fix RAM overflow on SPRACINGH7EXTREME."
This reverts commit ebc33bb45b.
2019-08-07 15:32:54 +02:00
Michael Keller
09c98513b8
Fix RAM overflow on SPRACINGH7EXTREME. (#8668)
Fix RAM overflow on SPRACINGH7EXTREME.
2019-08-07 22:26:55 +12:00
Dominic Clifton
7d72636d2d Allow MSP clients to know if the target has a flash bootloer.
Targets with flash bootloaders need a different reboot sequence for
firmware updates.
2019-08-07 11:42:30 +02:00
taco-rc
4cebcf1dbc update config 2019-08-07 11:58:11 +08:00
mikeller
ec60dc6236 Fixed includes for Dshot. 2019-08-07 01:34:30 +12:00
mikeller
d3fce37ade Removed non-printable characters from 'stm32_flash_h743_ram_based'. 2019-08-07 01:31:25 +12:00
mikeller
c2db38fec9 Added instructions to the issue reporting help text. 2019-08-06 23:56:54 +12:00
mikeller
6a0c5836de Added 'timer show' command to CLI. 2019-08-06 23:56:54 +12:00
Michael Keller
a01cb0cc7d
Fix typo vtxtable cli description (#8663)
Fix typo vtxtable cli description
2019-08-06 23:53:01 +12:00
Michael Keller
95e9445a59
Add vtxtable powerlabel to the OSD element (#8665)
Add vtxtable powerlabel to the OSD element
2019-08-06 23:52:40 +12:00
mikeller
144df4ad4f Added manufacturer id for Heli-Nation. 2019-08-06 23:42:09 +12:00
Michael Keller
9649128277
Added fake MPU driver to NUCLEOH743 target. (#8664)
Added fake MPU driver to NUCLEOH743 target.
2019-08-06 23:17:16 +12:00
mikeller
ebc33bb45b Fix RAM overflow on SPRACINGH7EXTREME. 2019-08-06 22:33:19 +12:00
Michael Keller
025ff572b6
Fixed bootloader requests for RAM based targets. (#8657)
Fixed bootloader requests for RAM based targets.
2019-08-06 09:57:37 +12:00
Michael Keller
f755df672c
scale idleThrottleOffset correctly (#8661)
scale idleThrottleOffset correctly
2019-08-06 02:22:40 +12:00
Miguel Angel Mulero Martinez
458d97caad Add vtxtable powerlabel to the OSD element 2019-08-05 13:50:22 +02:00
mikeller
1ffc01eb10 Added fake MPU driver to NUCLEOH743 target. 2019-08-05 22:48:07 +12:00
Miguel Angel Mulero Martinez
a8eb47d5a4 Fix typo vtxtable cli description 2019-08-05 12:30:42 +02:00
Michael Keller
64c85730a8
Fixed UART pin definitions for STM32F411. (#8659)
Fixed UART pin definitions for STM32F411.
2019-08-05 20:10:00 +12:00
Michael Keller
493100b9c7
Added target HAKRCF411, including Unified Target configuration. (#8655)
Added target HAKRCF411, including Unified Target configuration.
2019-08-05 20:08:42 +12:00
Michael Keller
b5846dbf1c
Added manufacturer id for Taco RC. Now I am hungry. (#8653)
Added manufacturer id for Taco RC. Now I am hungry.
2019-08-05 20:08:25 +12:00
Michael Keller
520818bb3d
Fixed reporting of SD card when not configured. (#8656)
Fixed reporting of SD card when not configured.
2019-08-05 19:41:41 +12:00
mikeller
6d93fe0a40 Fixed bootloader requests for RAM based targets. 2019-08-05 19:41:05 +12:00
Michael Keller
521e09fbf8
Changed 'EEPROM_IN_...' to 'CONFIG_IN_...' for clarity. (#8658)
Changed 'EEPROM_IN_...' to 'CONFIG_IN_...' for clarity.
2019-08-05 19:38:27 +12:00
Thorsten Laux
d6535d9b38 fix idleMinMotorRps scale 2019-08-04 19:01:34 +02:00
Thorsten Laux
5767102889 scale idleThrottleOffset correctly 2019-08-04 14:34:34 +02:00
Michael Keller
096ca9f2d7
Merge pull request #8652 from betaflight/reboot_esc
Add option to reboot an esc to 4way esc interface
2019-08-04 18:29:20 +12:00
Michael Keller
076be798f8
Dshot bidir blhelis support (#8554)
Dshot bidir blhelis support
2019-08-04 18:29:09 +12:00
mikeller
1651f14391 Fixed UART pin definitions for STM32F411. 2019-08-04 18:20:29 +12:00
mikeller
882000ddc6 Changed 'EEPROM_IN_...' to 'CONFIG_IN_...' for clarity. 2019-08-04 16:23:24 +12:00
mikeller
14994afad5 Fixed reporting of SD card when not configured. 2019-08-04 15:45:50 +12:00
mikeller
224342a321 Fixed 'NOINLINE' attribute. 2019-08-04 15:01:23 +12:00
Michael Keller
08e6ae39ab
Fixed formatting in README.md. (#8651)
Fixed formatting in README.md.
2019-08-04 11:11:12 +12:00
mikeller
e5c770e3f9 Added target HAKRCF411, including Unified Target configuration. 2019-08-04 10:43:03 +12:00
Michael Keller
3e0f384e4d
Dynamic idle management using RPM telemetry (#8604)
Dynamic idle management using RPM telemetry
2019-08-04 01:59:31 +12:00
mikeller
8d0e6c8270 Added manufacturer id for Taco RC. Now I am hungry. 2019-08-04 00:49:03 +12:00
Michael Keller
3c4f16be41
Initial MAMBAF411 Target (#8644)
Initial MAMBAF411 Target
2019-08-04 00:33:16 +12:00
Michael Keller
d0faf9a825
Fix I2C4 on STM32H7xx. (#8642)
Fix I2C4 on STM32H7xx.
2019-08-03 22:02:38 +12:00
Michael Keller
84496e378c
Fix CLI vtxtable powervalue output formatting (#8646)
Fix CLI vtxtable powervalue output formatting
2019-08-03 22:01:17 +12:00
Thorsten Laux
3d6e62cb54 remove serial 4way change 2019-08-03 07:13:54 +02:00
Thorsten Laux
e51f774088 Add option to reboot an esc to 4way esc interface 2019-08-03 07:08:05 +02:00
mikeller
2e1f764628 Fixed formatting in README.md. 2019-08-03 11:21:55 +12:00
Michael Keller
d8510603a1
Remove an artifact from DMA unification (#8638)
Remove an artifact from DMA unification
2019-08-03 10:07:48 +12:00
Michael Keller
3b83ba9df6
Changed the 4.1 release date and added blurb about it. (#8640)
Changed the 4.1 release date and added blurb about it.
2019-08-03 09:55:04 +12:00