Commit Graph

5949 Commits

Author SHA1 Message Date
blckmn 4f84f907df Adding DSHOT to EVO - needs testing. 2016-11-09 17:34:37 +11:00
blckmn 97a83abab3 Added more targets for DSHOT 2016-11-09 17:13:00 +11:00
blckmn 2cacc96710 Rename file, and fix F3 support.
Added DSHOT support to DOGE (requires testing)
2016-11-09 16:31:36 +11:00
blckmn 1a8f11261e Updates following review 2016-11-09 16:24:22 +11:00
blckmn 1dbd7ee732 Simplified target timer definitions 2016-11-09 16:24:21 +11:00
Anders Höglund 657eee6617 Travis optimizations (#1496)
* add travis directorie cache for arm sdk

* Travis. Test if make all in one job would work. And how slow/fast.

* Travis. Check that the old method with a couple specific targets still works.

* Rebased master and build all targets again.

* Make verbosity level 0 even less verbose, was still too much for travis in one mega-jumbo-all-target build.

* Even less output from make in verbosity level 0. Some Makefile symbol name cleanup too.

* arm_sdk_install did not check if allready downloaded and installed. Added checks and deps. Travis caching might work better now...

* Build all 56 targets to test Travis caching perf.

* Build all 56 targets to test Travis caching perf. Again. Now with correct yml arrsy syntax.

* Added installation of ccache and also to Travis cache. Caching the cache.

* Travis. Remove some unused APT libs, to see if this affects caching and build times.

* Travis. YAPT (Yet another perf trial). Remove all apt package install.

* Disaster. Put back installation if build-essential.

* Disaster still. Put back installation if zliblg-dev.

* Disaster, again. Put back installation of libc6 .

* Travis. Minimizing APT installation as it not be cached, issue 5876 on travis-ci github.

* Travis. Added comment on target specification.
2016-11-08 19:41:20 +01:00
borisbstyle 6dfa099f94 Merge pull request #1495 from mikeller/fix_pid_scaling_for_servos
Changed scaling of axisPID to be local to mixer only, since the servos need unscaled axisPID.
2016-11-08 11:13:28 +01:00
mikeller ea3291c404 Changed scaling of axisPID to be local to mixer only, since the servos need unscaled axisPID. 2016-11-08 22:38:30 +13:00
Martin Budden 3fe8e4b0c0 Merge pull request #1491 from blckmn/io_licence_header
Adding missing licence headers
2016-11-08 07:04:08 +01:00
blckmn 9fc0f97359 Adding missing licence headers 2016-11-08 15:48:11 +11:00
borisbstyle 9ec798a6f5 Merge pull request #1487 from rotcehdnih/X_RACERSPI_DSHOT
X_RACERSPI_DSHOT
2016-11-07 16:08:02 +01:00
rotcehdnih 39784a74fe First test // Props off 2016-11-08 01:55:19 +11:00
borisbstyle d572043b8a Remap TIM17 DMA on SPF3 2016-11-07 12:33:12 +01:00
Martin Budden d62a258a03 Merge pull request #1481 from blckmn/timer_irq_removal
Remove need for IRQ to be provided in target.c
2016-11-07 07:54:23 +01:00
blckmn d7fe69a421 Removing irq completely from target.c 2016-11-07 15:04:13 +11:00
blckmn 159236093e Remove need for IRQ to be provided in target.c 2016-11-07 09:54:55 +11:00
Martin Budden b7de73bc13 Merge pull request #1480 from blckmn/resource_rename
Renaming resourceOwner_t to resourceOwner_e
2016-11-06 23:13:18 +01:00
blckmn eb53cbb40d Renaming resourceOwner_t to resourceOwner_e 2016-11-07 08:57:54 +11:00
borisbstyle dc5b0a64bd Merge pull request #1478 from blckmn/led_fix2
Remaining LED strip driver issues resolved.
2016-11-06 21:50:31 +01:00
blckmn e3ab93a416 Adding LED strip to CR 2016-11-07 06:02:32 +11:00
blckmn 18decaf436 Remaining LED strip driver issues resolved. 2016-11-07 05:56:27 +11:00
borisbstyle 504f6b4479 Merge pull request #1474 from Faduf/master
YuPiF4 target : Gyro change
2016-11-06 19:54:23 +01:00
borisbstyle d6c82f3c73 Merge pull request #1477 from martinbudden/bf_colibri_race
Fixed COLIBRI_RACE build
2016-11-06 19:53:43 +01:00
Martin Budden 74477c8edd Fixed COLIBRI_RACE build 2016-11-06 17:22:46 +00:00
francoisduf f3690fc769 Gyro change 2016-11-06 11:31:58 +01:00
J Blackman 578bf914f6 Merge pull request #1465 from blckmn/led_fix
Fixes reset LED issue (bad define)
2016-11-05 21:09:09 +11:00
blckmn 3395d9ca2c Fixes reset LED issue (bad define) 2016-11-05 21:08:11 +11:00
Martin Budden abf519f46b Merge pull request #1464 from fredmcc/SmartportSpeedFix
Smart Port telemetry GPS ground speed unit is not applicable. (#2166)
2016-11-05 10:43:48 +01:00
Sami Korhonen d2981cd704 escprog inverted output support
multiport test, usage "escprog ki 255"
2016-11-05 11:27:02 +02:00
hori64 1296169091 Smart Port telemetry GPS ground speed unit is not applicable. (#2166)
Second try
2016-11-05 10:16:07 +01:00
Martin Budden 9124c496b6 Merge pull request #1462 from blckmn/led_mapping
Moving LED strip output pin to be configurable via resource command
2016-11-05 09:25:01 +01:00
Martin Budden 537e4ce676 Merge pull request #1447 from blckmn/REVOLT
Adding both AirbotF4 and Revolt targets
2016-11-05 09:21:01 +01:00
Martin Budden 504ac9c134 Merge pull request #1460 from blckmn/assign_any
Allow any allocation for motors and servos
2016-11-05 09:18:49 +01:00
blckmn abcbd4cb84 Formatting 2016-11-05 19:09:08 +11:00
blckmn a01a71cddb As per @martinbudden suggestion including io_types.h only, and fixed osd.c master config changes 2016-11-05 17:53:43 +11:00
blckmn e56f915018 Moving LED strip to be configurable via resource command 2016-11-05 13:35:20 +11:00
blckmn 4c0273c119 Revolt has only 11 usable timers defined. 2016-11-05 11:13:58 +11:00
blckmn c4f0bb18b8 Revolt adjustments. LED will be enabled once remapping is turned on for LEDs 2016-11-05 10:17:04 +11:00
blckmn ff5c44b4dc Allow any allocation for motors and servos 2016-11-05 06:51:43 +11:00
blckmn c9e190fd7a Leaving beeper defined so it can be assigned to a motor pin on revo 2016-11-05 06:32:13 +11:00
blckmn 8304becff7 Adding both AirbotF4 and Revolt targets 2016-11-05 06:32:13 +11:00
Anders Hoglund 3b506415c9 REVO. Wrong motor order, fixed. 2016-11-04 16:22:17 +01:00
borisbstyle 3cff93e868 Rename new LUX to LUXV2 2016-11-04 15:31:04 +01:00
borisbstyle 54c4be8419 Correct the motor layout for KISSFC 2016-11-04 15:16:04 +01:00
J Blackman 32a3f8912c Merge pull request #1452 from martinbudden/bf_fc_name
Added and used FC_FIRMWARE_NAME #define
2016-11-04 21:38:26 +11:00
Martin Budden 383a7b5c40 Added and used FC_FIRMWARE_NAME #define 2016-11-04 08:11:50 +00:00
borisbstyle b13421d99e Merge pull request #1455 from blckmn/dshot_init
Added missing TimeBaseStructInit and explicitly set repetitioncounter…
2016-11-04 08:16:43 +01:00
Michael Keller f17895db30 Merge pull request #1419 from mikeller/ledstrip_hue_overlay_cli_fix
Enable using of any RC channel to set the color hue modifier.
2016-11-04 16:29:16 +13:00
borisbstyle 0603b1c125 Add LUXR_RACE Target 2016-11-04 02:16:30 +01:00
blckmn 3d6e0a29f7 Added missing TimeBaseStructInit and explicitly set repetitioncounter for F4 and F7 as per F3. 2016-11-04 11:58:45 +11:00