Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8d3c5f5
Initial Commit with noobee's 02/13/2013 master
John-RB Feb 13, 2014
a63b301
Merge branch 'master' of https://github.com/John-RB/FlightStab
John-RB Mar 2, 2014
78be86c
Merge pull request #2 from noobee/master
John-RB Apr 7, 2014
d94fcee
Merge branch 'master' of https://github.com/John-RB/FlightStab
John-RB Apr 8, 2014
0c819ce
16 Channel S.BUS fix, Flip 1.5 fix, Minor I2C fix
John-RB Sep 1, 2014
b202daa
16 Channel S.BUS fix, Flip 1.5 fix, Minor I2C fix
John-RB Sep 1, 2014
59de6f9
16 Channel S.BUS fix, Flip 1.5 fix, Minor I2C fix
John-RB Sep 1, 2014
262698e
Add Support for Multiplex and HoTT SRXL Protocol
John-RB Dec 16, 2014
b32c8e8
Add support for Multiplex and HoTT SRXL Protocol
John-RB Dec 16, 2014
9dbec0b
Add Support for Multiplex and HoTT SRXL Protocol
John-RB Dec 16, 2014
0c00b67
Add Support for Multiplex and HoTT Protocol
John-RB Dec 16, 2014
50e08b2
Add Support for mixer epa 900-2100 and Dual Elevators
John-RB Jan 30, 2015
78ff4b5
Move Gain Hysteresis into HOLD Mode range
John-RB Feb 2, 2015
2cd64d3
Move gain hysteresis into Hold Mode range
John-RB Feb 2, 2015
6354954
Correct Mixer EPA application in RUD 2-ELE 2-AIL mode
John-RB Feb 3, 2015
0396136
Correct Mixer EPA application in RUD 2-ELE 2-AIL mode
John-RB Feb 3, 2015
3a788f0
Correct Mixer EPA application in RUD 2-ELE 2-AIL mode
John-RB Feb 3, 2015
fc8b215
Restore zero gain to 1475us - 1525us range
John-RB Feb 7, 2015
b9ab058
Restore zero gain to 1475us - 1525us range
John-RB Feb 9, 2015
2e142fb
Add AUX2 to Flip 1.5 & Allow Master gains from 1-25
John-RB Feb 21, 2015
2d15656
Default gyro filter to 5HZ, add filter bandwidth configuration.
John-RB Apr 15, 2015
bd6f939
Add Dual Aileron Support for RX3SM DSMx
John-RB Aug 1, 2015
83f97ae
Fix Inflight Cal for Delta & V-Tail
John-RB Aug 18, 2015
a4a9a75
Delta and V-Tail mode axis correction
John-RB Aug 21, 2015
21cfd8a
NanoWii and Flip 1.5 Throttle pulse during power on.
John-RB Feb 10, 2016
0becc11
NanoWii and Flip 1.5 Throttle pulse during power on.
John-RB Feb 10, 2016
6e33a83
Merge branch 'master' of https://github.com/John-RB/FlightStab
John-RB Feb 10, 2016
14821cd
Replace missing files
John-RB Feb 10, 2016
c6e9351
Fix Stick Configuration - Mixer EPA Mode
John-RB Feb 28, 2016
7f01008
Fix Stick Configuration - Mixer EPA Mode
John-RB Feb 28, 2016
9ee2bca
Bug Fix SRXLH & SRXLM Firmware
John-RB Aug 28, 2017
72ca11e
Bug Fix SRXLH & SRXLM Firmware
John-RB Aug 28, 2017
8595811
Bug Fix SRXLH & SRXLM Firmware
John-RB Aug 28, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions AVRootloader/Windows/AVRootloader.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[System]
Sign=BOOTLOADER
Port=AUTO
Port=COM8
Baudrate=115200
ConnectTrials=100
FLASH=C:\test\main.hex
FLASH=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\FlightStab-master\Builds\20150821_RX3S_V2.hex
EEPROM=
ASMFile=AVRootloader.asm
Erase=1
Expand Down Expand Up @@ -45,8 +45,8 @@ Options=0
; bis es wieder von vorne losgeht.

[GUI]
Left=394
Top=190
Left=477
Top=140
Width=563
Height=523

Expand All @@ -71,8 +71,14 @@ Height=523
1=BOOT

[FLASH]
0=C:\test\main.hex
1=
0=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\FlightStab-master\Builds\20150821_RX3S_V2.hex
1=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\FlightStab-master\Builds\20150821_FLIP_1_5_SBUS.hex
2=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\FlightStab-master\Builds\20150821_TGY160A.hex
3=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\FlightStab-master\Builds\20150821_DLUX.hex
4=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\Working\Builds\20150414_RX3S_V2.hex
5=D:\Radio Control\HobbyKing\RX3S Flight Stabilizer\Working\Builds\20150414_FLIP_1_5_SBUS.hex
6=C:\test\main.hex
7=

[EEPROM]
0=C:\test\main.eep
Expand Down
Loading