Commit Graph

9160 Commits

Author SHA1 Message Date
Martin Budden a46936d040 Merge pull request #3521 from basdelfos/datasize_cleanup
Replace dataSize with sbufBytesRemaining()
2017-07-15 09:52:08 +01:00
Martin Budden f249bc93fa Merge pull request #3520 from DanNixon/cms_bb_flash_reset_status_after_erase
Ensure storage device status is reset after erasing flash via CMS
2017-07-15 09:45:23 +01:00
Martin Budden 97bdac445b Merge pull request #3522 from DanNixon/cms_menu_timer_element_fix
Fix a typo in OSD CMS menu for timer element toggling
2017-07-15 09:37:03 +01:00
Bas Delfos 807c155cab Replaced macro with actual code 2017-07-15 10:34:53 +02:00
Martin Budden 07dc62f465 Merge pull request #3517 from basdelfos/feature_cleanup
Fixed feature list in cli dump command
2017-07-15 09:33:26 +01:00
Martin Budden d68b8fae9a Merge pull request #3519 from jflyper/bfdev-oled-use-send_cmdarray
OLED display convert consecutive calls to `i2c_OLED_send_cmd` to array of commands
2017-07-15 09:21:28 +01:00
Martin Budden 5ddbab75ee Merge pull request #3511 from mikeller/add_esc_info_all_escs
Added ESC info display for 'dshotprog 255 6' invocation (all ESCs).
2017-07-15 09:18:17 +01:00
blckmn b7192ee00b target.h updated for DYSF4PRO 2017-07-15 18:01:52 +10:00
Martin Budden 03273e4ab9 Merge pull request #3518 from DanNixon/cms_fix_pid_rate_editing
Ensure PID/rate profile is updated before editing values in CMS
2017-07-15 08:54:58 +01:00
J Blackman 1d1afa617c Merge pull request #3526 from kc10kevin/master_FURYF4OSDPPMFix
FuryF4 PPM Fix
2017-07-15 17:42:12 +10:00
borisbstyle 45479b30fd Merge pull request #3529 from blckmn/MOTOR_BLIP_FIX
Fix motor twitch when unarmed and using synced protocols.
2017-07-15 09:00:24 +02:00
brucesdad13@gmail.com 7fcc0b0a20 Renamed define DUMMY_TARGETS to SKIP_TARGETS in last commit but forgot to update where it was used. No more late night commits :D
~ Charlie Stevenson
2017-07-15 02:39:35 -04:00
brucesdad13@gmail.com ec2e764a55 Changed define name from DUMMY_TARGETS to SKIP_TARGETS per @blckmn request
~ Charlie Stevenson
2017-07-15 02:33:35 -04:00
brucesdad13@gmail.com 60bfe6905f Added list of DUMMY_TARGETS (folder names that aren't actually targets) to be removed from VALID_TARGETS before build. Currently only ALIENWHOOP proposed target falls into this category. It would potentially be a nice way to clean up some of the other targets where only the arch and a few sensors differ.. thoughts?
~ Charlie Stevenson
2017-07-15 02:23:39 -04:00
brucesdad13@gmail.com 4de1f747fe * Updated Makefile to hopefully appease travis
* Undefined VTX-related in target.h.. not currently used on target and caused warnings...
~ Charlie Stevenson
2017-07-15 00:57:06 -04:00
blckmn f0bdc93a25 Fix motor twitch when unarmed and using synced protocols. 2017-07-15 14:51:59 +10:00
blckmn eab46fa1b5 DYSF4PRO target 2017-07-15 14:43:40 +10:00
brucesdad13@gmail.com 01b489ab09 Initial import of ALIENWHOOP target (Charlie's AlienWhoop not AlienFlight NG Whoop)
supporting F4 or F7 processors and either the MPU-6500 or MPU-9250. Option for
BMP-280 and possible MAX7456 under consideration. Board will be available by the
end of July 2017 and second draft prototype is currently being fabricated by OSH
Park. This fc is a remix of Lance's open source hardware AlienFlight F3 brushed
quad licensed CC BY-SA 4.0. Eagle CAD files and link to order the board via OSH
Park will be made available after final testing. Heard a rumor that release cand.
was near and wanted to ensure target was ready. ~ Charlie Stevenson
2017-07-14 23:43:48 -04:00
kc10kevin b1cb04cbf6 PPM Fix 2017-07-14 18:40:51 -05:00
fishpepper 8c8c9f5e7a move unittest specific stuff to unittest 2017-07-14 21:23:44 +02:00
fishpepper a38eb4350d added unittest for cli arrays 2017-07-14 19:24:04 +02:00
fishpepper 7f47144b1a better array support (uint8_t, int8_t, uint16_t, int16_t) and better parser 2017-07-14 19:03:19 +02:00
jflyper d8110ec3d3 More conversions 2017-07-15 01:59:09 +09:00
Dan Nixon 71903ba6fd Fix a typo in OSD CMS menu for timer element toggling 2017-07-14 17:04:23 +01:00
Bas Delfos 3c8880d781 Added `src` as argument to the macro 2017-07-14 17:11:51 +02:00
Dan Nixon 43913bea6e Ensure storage device status is reset after erasing flash 2017-07-14 15:07:59 +01:00
Bas Delfos 79c13673be Replace dataSize with sbufBytesRemaining() 2017-07-14 16:06:12 +02:00
Dan Nixon 334dbc3039 Ensure PID/rate profile is updated before editing values 2017-07-14 14:44:16 +01:00
jflyper 905998ba7a Use i2c_OLED_send_cmdarray instead of bunch of i2c_OLED_send_cmd 2017-07-14 22:37:08 +09:00
Bas Delfos ae21fceafd Fixed features in dump command 2017-07-14 14:21:31 +02:00
borisbstyle 6fe956dea0 Merge pull request #3509 from jflyper/bfdev-bff3-new-timer-mapping
BFF3 Improved timer mapping
2017-07-14 13:46:51 +02:00
jflyper 28d81ed038 Activate I2C2 as external I2C 2017-07-14 16:25:22 +09:00
jflyper 0c3a4dbd64 Set hexa dshot as a compile time option 2017-07-14 10:49:08 +09:00
Michael Keller 779d3ceb0a Added ESC info display for 'dshotprog 255 6' invocation (all ESCs). 2017-07-14 00:07:44 +08:00
jflyper fea9e35389 Improved timer assignments 2017-07-13 19:50:01 +09:00
borisbstyle b3898fa9d1 Merge pull request #3506 from jflyper/bfdev-omnibusf4sd-icm20608
OMNIBUSF4SD Add MPU6500 (ICM20608) support
2017-07-13 08:19:40 +02:00
borisbstyle 98cac372fc Merge pull request #3500 from basdelfos/bfc_change_dterm_filter
Added dterm filter type and anti-gravity settings to MSP
2017-07-13 08:19:02 +02:00
borisbstyle 5db2755b49 Merge pull request #3504 from 4712betaflight/FixBLHeli32deviceId
Fix BLHeli32 device id
2017-07-13 08:18:27 +02:00
jflyper a2f125fc12 Add MPU6500 (ICM20608) to OMNIBUSF4SD target
iFlight version of OMNIBUS F4 V3 uses ICM20608.
2017-07-13 11:55:45 +09:00
4712 c9f1551554 Fix BLHeli32 device id 2017-07-13 00:47:15 +02:00
Martin Budden c84d0b5f85 Merge pull request #3503 from martinbudden/bf_gyro_sensor
Renamed gyroSensor0 to gyroSensor1
2017-07-12 20:48:43 +01:00
Martin Budden 1bd7afc902 Renamed gyroSensor0 to gyroSensor1 2017-07-12 16:22:05 +01:00
Martin Budden 43d8657e5e Merge pull request #3502 from martinbudden/bf_gyro_spi_detect2
Gyro SPI detect function now returns gyro type
2017-07-12 15:54:13 +01:00
Martin Budden 693ca4f0c4 Merge pull request #3492 from martinbudden/bf_gyro_status_fnptr
Removed unnecessary gyro interrupt status function pointer
2017-07-12 15:15:07 +01:00
Martin Budden 78b1c1ab1a Gyro SPI detect function now returns gyro type 2017-07-12 15:12:17 +01:00
Martin Budden b1df6346e3 Merge pull request #3501 from martinbudden/bf_gyro_spi_detect
Improved gyro SPI detect function
2017-07-12 15:10:02 +01:00
Martin Budden 1ee5929b82 Improved gyro SPI detect function 2017-07-12 14:40:08 +01:00
Bas Delfos 4195823b72 Fix set anti_gravity_gain not lower than 1000 2017-07-12 14:43:08 +02:00
Bas Delfos 69494ce6d4 Added anti-gravity settings to MSP_PID_ADVANCED and MSP_SET_PID_ADVANCED 2017-07-12 13:50:32 +02:00
Bas Delfos 25b10f50f6 Added dterm filter type to MSP_FILTER_CONFIG and MSP_SET_FILTER_CONFIG 2017-07-12 11:41:32 +02:00