Dominic Clifton
54b702eb83
Latest binary, flight tested.
2014-06-30 21:43:35 +01:00
Dominic Clifton
51366ed629
Latest binary with WS2812 LED support and other recent changes. Test
...
flown.
2014-06-10 20:31:27 +01:00
Dominic Clifton
877e849093
Latest binary.
2014-06-05 09:46:23 +01:00
Dominic Clifton
b07a284f4e
Latest binaries.
2014-06-03 18:04:09 +01:00
Dominic Clifton
7f027e7e24
Update makefile to use target specific files.
...
This is an alternative to #ifdef's everywhere which is getting out of
hand.
Confirmed that the VCP is working on the STM32F3Discovery board and
ChebuzzF3 variant.
2014-06-02 18:13:28 +01:00
Dominic Clifton
602b93e3bb
Latest binaries
2014-06-01 19:46:06 +01:00
Dominic Clifton
3f7960849a
Merge remote-tracking branch 'multiwii/master'
...
Conflicts:
obj/baseflight.hex
src/main/io/serial_msp.c
src/mw.c
src/mw.h
2014-06-01 16:54:54 +01:00
dongie
4928290d41
latest binary for recent source changes. fixed lockup w/PWM receivers
2014-06-01 22:19:37 +09:00
Dominic Clifton
805c9b4251
Update Makefile to place .hex files in 'obj' instead of 'obj/main'.
...
Latest naze binary.
Removing other binaries, git repo isn't really the place to store
binaries and they keep getting in the way. This is will be kept here
until the configurator is updated.
2014-05-31 23:27:09 +01:00
Dominic Clifton
fb9e3a2358
Latest binaries.
2014-05-30 15:56:41 +01:00
Dominic Clifton
5b1b6fe98e
Latest binaries with autotune, I2C fixes and current meter support.
2014-05-30 11:13:06 +01:00
Dominic Clifton
7ec0df8abe
Merge branch 'master' into autotune
...
for some union members. remove type
prefix from a typedef.
Conflicts:
obj/cleanflight_OLIMEXINO.hex
src/flight_common.c
Conflicts:
obj/cleanflight_OLIMEXINO.hex
src/flight_common.c
2014-05-28 20:18:38 +01:00
Dominic Clifton
b712e8e325
Updating NAZE binary with autotune eeprom write enable.
2014-05-28 20:13:13 +01:00
Dominic Clifton
4a23491d49
Introduce better naming consistency for some union members. remove type
...
prefix from a typedef.
Conflicts:
obj/cleanflight_OLIMEXINO.hex
src/flight_common.c
2014-05-28 20:13:13 +01:00
Dominic Clifton
3b347fa839
Introduce better naming consistency for some union members. remove type
...
prefix from a typedef.
2014-05-28 19:49:42 +01:00
Dominic Clifton
d0ec7e25ce
Merge branch 'master' into autotune
...
Conflicts:
obj/cleanflight_CHEBUZZF3.hex
obj/cleanflight_NAZE.hex
obj/cleanflight_OLIMEXINO.hex
2014-05-28 13:37:40 +01:00
Dominic Clifton
342aabeb5d
Latest binaries with autotune.
2014-05-28 03:41:06 +01:00
Dominic Clifton
0acc4ff496
Latest binaries with RSSI ADC.
2014-05-28 03:32:01 +01:00
Dominic Clifton
4b58dc110d
Latest binaries.
2014-05-26 13:32:21 +01:00
Dominic Clifton
e40c890183
Latest binaries - Using latest GNU ARM Tools, (2014-q1). F30x targets
...
now with FPU enabled, HoTT GPS telemetry cleanups, MSP Telemetry.
2014-05-25 02:55:41 +01:00
Dominic Clifton
279bba0e13
Latest binaries with RSSI PWM and reduced HoTT message preparation
...
update rate.
2014-05-24 00:09:08 +01:00
Dominic Clifton
1b80c76e30
Latest binaries
2014-05-23 15:42:26 +01:00
Dominic Clifton
38a1c0def4
Update binaries to include warning led and failsafe fixes and cleanups.
2014-05-22 22:49:10 +01:00
Dominic Clifton
910d63a722
Latest binaries, includes HoTT updates and some serial port changes.
2014-05-22 17:29:35 +01:00
Dominic Clifton
51d28e19aa
Update serial port code so that it's possible to open more than one port
...
per function.
Note: a future commit will enable MSP to work on additional ports in
order to support simultaneous combinations of Serial/Bluetooth
configuration, OSD, RX_MSP on otherwise unused ports.
2014-05-22 12:41:07 +01:00
Dominic Clifton
b8c620a2c7
Latest binaries. Working HoTT telemetry via softserial.
2014-05-21 21:04:49 +01:00
Dominic Clifton
63a97b2ab5
Latest binaries with improved HoTT support.
2014-05-21 20:08:17 +01:00
Dominic Clifton
bcc9b8ca71
Latest binaries with HoTT timing adjustment.
2014-05-21 14:47:24 +01:00
dongie
bd745f10c1
reverting to old build until i2c issues resolved
2014-05-20 09:45:07 +09:00
dongie
b7fce19ac0
Enable software and disable hardware I2C driver.
...
Software one has been tested and works, hardware causes issues with new PWM code.
2014-05-19 13:27:47 +09:00
Dominic Clifton
ed321e3c8d
Improvement: Updated SUMD to support 16 channels.
2014-05-15 14:29:49 +01:00
Dominic Clifton
58604fcfbc
Latest binaries.
2014-05-14 19:24:30 +01:00
Dominic Clifton
c4dc65f832
Latest binaries for STM32F103 platforms.
2014-05-12 14:15:13 +01:00
Dominic Clifton
8d0f37a624
Latest binaries.
2014-05-12 13:24:31 +01:00
Dominic Clifton
b3ee895f97
Merge branch 'multiwii-master'
...
Conflicts:
src/board.h
src/buzzer.c
src/config.c
src/drivers/serial_common.h
src/drivers/system_common.c
src/drv_gpio.h
src/drv_pwm.c
src/drv_timer.c
src/drv_uart.c
src/flight_imu.c
src/mw.c
src/rx_sbus.c
src/sensors.c
src/serial_cli.c
2014-05-12 00:16:03 +01:00
Dominic Clifton
7b37bb8525
Latest binaries
2014-05-10 17:09:40 +01:00
dongie
399cc784be
building current hex
2014-05-08 22:11:12 +09:00
Dominic Clifton
3dbdedf1b2
latest binaries
2014-05-06 14:15:14 +01:00
Dominic Clifton
6c3a2e1cbb
Latest binaries
2014-05-03 22:52:22 +01:00
treymarc
9e8b05dc0e
add serial_rx msp
...
Conflicts:
Makefile
src/board.h
src/main.c
src/mw.h
src/serial_cli.c
2014-05-03 18:20:17 +01:00
dongie
771edeb29f
building hex for gps initialization fix
...
Conflicts:
obj/baseflight.hex
2014-05-03 17:57:30 +01:00
dongie
8a5f424421
building hex for gps initialization fix
2014-04-30 00:34:16 +09:00
Dominic Clifton
8422723b15
Latest binaries.
2014-04-23 02:39:51 +01:00
dongie
5a05de5da7
fixing some typos and inconsistencies in cli/set variable naming.
2014-04-23 09:53:05 +09:00
Dominic Clifton
1092fa5b40
Latest binaries.
2014-04-22 02:47:08 +01:00
Dominic Clifton
05cce3a87b
Latest binaries.
2014-04-21 20:37:33 +01:00
Dominic Clifton
c6a482b3e0
Latest binaries.
2014-04-21 14:43:26 +01:00
Dominic Clifton
0f3e4add48
Latest binaries.
2014-04-21 12:44:04 +01:00
dongie
b07ca4b4a1
building hex for recent changes; including EMF avoidance.
2014-04-21 19:49:29 +09:00
Dominic Clifton
9b8a10a09f
Updating makefile so the binaries are build with the name of the fork,
...
in this case 'cleanflight'. Updating binaries to reflect this change.
Also renamed the 'startup' folder from 'baseflight_startups'.
2014-04-21 03:34:29 +01:00