Commit graph

  • 6c96b8dd86 Support the Sparky board by peabody124 - work in progress, not flight ready. Dominic Clifton 2014-12-09 03:09:07 +00:00
  • fed6df275f Add MPU9150 driver. Dominic Clifton 2014-12-09 03:01:39 +00:00
  • e43348598a Whitespace cleanup. Dominic Clifton 2014-12-09 02:59:23 +00:00
  • 693307d51d STM32F30x - Add support for UART3 - untested. Dominic Clifton 2014-12-09 02:55:36 +00:00
  • a4ec81450c STM32F30x - Add support for I2C2. Dominic Clifton 2014-12-09 02:54:46 +00:00
  • 8c41772584 Add Blackbox 0.1.0 Nicholas Sherlock 2014-12-08 22:06:57 +13:00
  • 5794105dff Adding latest binaries with ONESHOT125 support. Dominic Clifton 2014-12-07 22:15:42 +00:00
  • 7369aac4d7 Update documentation to reflect soft reset detection Michael Jakob 2014-12-07 12:32:36 +01:00
  • 227b89effc Documenting some controls. Dominic Clifton 2014-12-06 16:41:30 +00:00
  • b2d02e2a6d CC3D - updating documentation of pinouts for when in RX_PARALLEL_PWM is enabled. Dominic Clifton 2014-12-06 16:13:14 +00:00
  • 0b92f74b80 Remove usage of feature() from rx driver code so that driver code does not have a dependency on config.c. Dominic Clifton 2014-12-06 14:33:43 +00:00
  • 7356863939 Removing unnecessary volatile keyword. Dominic Clifton 2014-12-06 14:32:32 +00:00
  • 9165e11449 EUSTM32F103 - Add LED support. Dominic Clifton 2014-12-06 12:59:22 +00:00
  • 7f207c1f7f Merge branch 'nebbian-feature-oneshot125a' Dominic Clifton 2014-12-06 12:57:08 +00:00
  • e802e2d032 Remove usage of feature() from pwm driver code so that driver code does not have a dependency on config.c. Dominic Clifton 2014-12-06 11:39:31 +00:00
  • d7e26980a8 Merge branch 'feature-oneshot125a' of https://github.com/nebbian/cleanflight into nebbian-feature-oneshot125a Dominic Clifton 2014-12-06 10:48:27 +00:00
  • 1cf9ea226d Remove redundant comments from timer.c. Dominic Clifton 2014-11-27 10:28:46 +00:00
  • 0061ce1c22 Some more documentation updates and spelling fixes Michael Jakob 2014-12-05 08:25:04 +01:00
  • 7e24a050b4 Update information regarding Deltang receivers. Michael Jakob 2014-12-05 07:58:49 +01:00
  • d05428ff07 Adding documentation page for using Oneshot125 Ben Hitchcock 2014-12-05 13:55:35 +08:00
  • 5c920d58cc Merge pull request #198 from Akfreak/patch-1 Dominic Clifton 2014-12-04 10:40:40 +00:00
  • f3710c58ff Update Buzzer.md Akfreak 2014-12-04 02:00:23 -08:00
  • 7c4830d411 Adding example of MSP on two ports to docs. Dominic Clifton 2014-12-03 23:33:58 +00:00
  • 895d215265 Tightening up code inside atomic block, and whitespace changes (tabs to spaces) Ben Hitchcock 2014-12-04 06:59:27 +08:00
  • b1b49c7260 Formatting and spelling fixes Michael Jakob 2014-12-03 09:28:00 +01:00
  • e03fc9e622 Update documentation to reflect te softreset removal Michael Jakob 2014-12-03 08:55:30 +01:00
  • 63ace53792 Documentation formatting fix Michael Jakob 2014-12-02 09:37:41 +01:00
  • 74ba59b6b6 Documentation update Michael Jakob 2014-12-02 08:48:04 +01:00
  • 8a9e51c779 Putting overflow code inside an atomic block, and style improvement (using predefined constant instead of raw number) Ben Hitchcock 2014-12-02 06:11:40 +08:00
  • f578cec4e0 Latest binaries. Dominic Clifton 2014-12-01 21:07:57 +00:00
  • 7c80d2d262 Merge pull request #195 from MaxWinterstein/master Dominic Clifton 2014-12-01 20:00:40 +00:00
  • 2eba361671 Update LedStrip.md Max Winterstein 2014-12-01 20:49:32 +01:00
  • d6012058a3 Fix sensor detection on old revision naze boards with MPU3050 (missing #define). Fixes #134. Dominic Clifton 2014-12-01 19:38:58 +00:00
  • ece3859f9d Add comment regarding bind plug Michael Jakob 2014-12-01 17:30:05 +01:00
  • e9aaff808e Updates to the way that timers are forced to overflow in oneshot mode. Ben Hitchcock 2014-12-01 22:43:17 +08:00
  • a629646090 Update documentation, Update Spektrum_bind.md additional defines for hardware bind plug (AlienWii32) Michael Jakob 2014-12-01 14:39:32 +01:00
  • 7596e1d2ca Documentation update Dominic Clifton 2014-11-30 23:37:03 +00:00
  • 4b2f35ccef Documentation updates and spelling fixes Michael Jakob 2014-11-30 12:03:49 +01:00
  • 17d1c6e610 Adding documentaion and fix Board - AlienWii32.md Spectrum bind.md Adding Feature failsave Michael Jakob 2014-11-30 11:07:41 +01:00
  • 5096873ab1 Improvement to the way that timers are forced to overflow, which should allow PPM on CC3D to work properly. Ben Hitchcock 2014-11-30 08:08:34 +08:00
  • e33513b6c8 Update motor_pwm_rate to 32000 Michael Jakob 2014-11-29 16:51:17 +01:00
  • a58353692e AlienWii32 Spektrum bind integation Michael Jakob 2014-11-29 16:21:03 +01:00
  • c0ed21a818 First attempt at getting CC3D PPM to work when oneshot is enabled. Ben Hitchcock 2014-11-29 22:54:27 +08:00
  • da35b3844c Bugfix for when looptime is longer than timer size. Ben Hitchcock 2014-11-29 22:51:41 +08:00
  • 910753121e Updates and fixes fix FEATURE_RX_SERIAL Michael Jakob 2014-11-29 14:45:11 +01:00
  • 94c5573c39 Allowing oneshot125 functionality to work on a Naze board. Ben Hitchcock 2014-11-22 22:53:36 +08:00
  • c4646d7a77 AlienWii32 alternative defaults for NAZE target Activate via OPTIONS="ALIENWII32" during make Michael Jakob 2014-11-29 01:16:36 +01:00
  • f5a579de14 Merge pull request #188 from kylemanna/docs Dominic Clifton 2014-11-26 18:17:44 +00:00
  • d1ac8465b2 docs: Reference Adafruit NeoPixels for LED Strip Kyle Manna 2014-11-26 11:40:55 -06:00
  • d89e8dc9a9 Merge pull request #187 from kylemanna/cleanup Dominic Clifton 2014-11-26 16:35:25 +00:00
  • 5f2e79d1c7 autotune: Correct macro name in comments Kyle Manna 2014-11-26 10:11:09 -06:00
  • b49bdcd169 main: Remove duplicated includes Kyle Manna 2014-11-26 10:11:02 -06:00
  • c806046181 perms: Remove execute bit on source files Kyle Manna 2014-11-26 10:10:50 -06:00
  • 4261185068 Merge pull request #186 from cleanflight/cc3d-mpu6000-detection-fix Dominic Clifton 2014-11-26 14:56:50 +00:00
  • d41e8631ee Disable and cleanup some debug output. Dominic Clifton 2014-11-26 00:28:53 +00:00
  • e454e44b1e CC3D - Attempt MPU6000 SPI detection multiple times. Dominic Clifton 2014-11-25 23:36:37 +00:00
  • 9a9c789c69 Latest CC3D binaries Dominic Clifton 2014-11-25 22:40:19 +00:00
  • 9b1837c021 Merge pull request #183 from ledvinap/cleanup-whitespace Dominic Clifton 2014-11-25 01:29:37 +00:00
  • 57c308538f Whitespace cleanup Petr Ledvina 2014-11-24 21:39:25 +01:00
  • bfe2410e1c Merge pull request #180 from Pierre-A/cc3d-updates-pa3 Dominic Clifton 2014-11-24 18:08:17 +00:00
  • a71ef8fb80 Merge pull request #182 from ledvinap/fix-smartport Dominic Clifton 2014-11-24 14:52:52 +00:00
  • 888004aae8 Merge pull request #181 from ledvinap/fix-hott Dominic Clifton 2014-11-24 14:51:47 +00:00
  • 648e81d996 HOTT - fixed wrong operation order Petr Ledvina 2014-11-20 14:56:22 +01:00
  • 21792048ae Fixed SmartPort units for heading; small improvements Petr Ledvina 2014-11-20 14:56:22 +01:00
  • 2f67002add Merge pull request #179 from Pierre-A/naze-updates-pa3 Dominic Clifton 2014-11-24 00:33:19 +00:00
  • 137b48e55a Update of Softserial Rx/Tx pins Pierre-A 2014-11-23 16:35:57 +01:00
  • 90ff8c8aaa Correction of UARTs mapping Pierre-A 2014-11-23 14:17:42 +01:00
  • 386c14c9e7 Update LedStrip warnings indication so it's clearer what warnings are active. Dominic Clifton 2014-11-22 18:17:22 +00:00
  • 4db1d58aaf Update MPU6000 SPI detection code - sending a reset is required before it's reliably able to be detected. Dominic Clifton 2014-11-22 12:56:03 +00:00
  • c5139fb9dc CC3D - fix cc3d build. Dominic Clifton 2014-11-22 01:16:07 +00:00
  • 249b09abce Merge pull request #159 from Pierre-A/cc3d-updates-pa Dominic Clifton 2014-11-22 01:11:30 +00:00
  • d99b87e846 Merge pull request #169 from Pierre-A/Naze-updates-pa2 Dominic Clifton 2014-11-22 01:10:53 +00:00
  • c84bd7f19b Merge pull request #176 from ledvinap/fix-gps-tx Dominic Clifton 2014-11-21 23:30:09 +00:00
  • 5503131aa0 Merge pull request #168 from stone/docs Dominic Clifton 2014-11-21 23:29:24 +00:00
  • c6ed20a3ba Delete Thumbs.db Dominic Clifton 2014-11-21 23:26:07 +00:00
  • 48892e26e0 Merge pull request #166 from Pierre-A/naze-updates-pa Dominic Clifton 2014-11-21 23:25:43 +00:00
  • 365f3eebed Merge pull request #178 from ledvinap/fix-serial-feature Dominic Clifton 2014-11-21 23:25:03 +00:00
  • 56a1458eed Merge pull request #170 from Pierre-A/cc3d-updates-pa2 Dominic Clifton 2014-11-21 23:23:48 +00:00
  • c5dae21ea3 Merge pull request #175 from ledvinap/fix-double-promotion Dominic Clifton 2014-11-21 23:21:08 +00:00
  • 4a23814532 Fix feature check (all features must be set to use port) Petr Ledvina 2014-11-20 14:56:22 +01:00
  • 4157cf5315 Fix double constatns Petr Ledvina 2014-11-19 17:00:21 +01:00
  • 31c8c21a79 Enable TX when entering gpspassthrough Petr Ledvina 2014-11-19 17:46:31 +01:00
  • ec3b83682b Merge pull request #174 from ledvinap/fix-atomic-version Dominic Clifton 2014-11-18 13:22:29 +00:00
  • 559edb4254 atomic.h - Bump version check number Petr Ledvina 2014-11-18 13:57:12 +01:00
  • f3914f67fb Merge pull request #171 from ledvinap/fix-atomic Dominic Clifton 2014-11-17 06:10:08 +00:00
  • cb98cb050d Fix misplaced end-of-line in atomic.h Petr Ledvina 2014-11-15 19:38:21 +01:00
  • e99fbe863f Correction of typo and consequences Pierre-A 2014-11-15 11:37:39 +01:00
  • 6de6a73089 Update CC3D documentation Pierre-A 2014-11-15 10:18:55 +01:00
  • 91d82c1b32 Updated links Fredrik Steen 2014-11-14 13:48:39 +01:00
  • dcc49dbcbb Added link Fredrik Steen 2014-11-14 13:48:19 +01:00
  • 1c9664581e emphasize warning. Fredrik Steen 2014-11-14 13:47:39 +01:00
  • da395c0053 Links added Fredrik Steen 2014-11-14 13:47:17 +01:00
  • 27507d58f5 Links added Fredrik Steen 2014-11-14 13:46:55 +01:00
  • 05585669b9 Added gui image, added exit command and formatting Fredrik Steen 2014-11-14 13:46:24 +01:00
  • 8a026de27d Formatting, links added, added supported buzzer Fredrik Steen 2014-11-14 13:45:16 +01:00
  • 62a265118a Added link to Github issue handler Fredrik Steen 2014-11-14 13:44:17 +01:00
  • 17385d80e3 Formatting, links added Fredrik Steen 2014-11-14 13:43:35 +01:00
  • d35a3496ba Formatting Fredrik Steen 2014-11-14 13:42:48 +01:00
  • 32b807b0d3 Formatting Fredrik Steen 2014-11-14 13:42:17 +01:00
  • c364d971a0 Some OLED displays do not respond on the first initialisation so refresh the display when the page changes in the hopes the hardware responds. This also allows the user to power off/on the display or connect it while powered. Dominic Clifton 2014-11-14 00:48:33 +00:00