1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 12:25:12 +03:00
Commit graph

14171 commits

Author SHA1 Message Date
bsongis
d3bd550ed7 usrProto is now 8bits we will save bits if needed later 2012-02-03 23:00:04 +00:00
bsongis
d399f9f9c4 Safety switches screen removed. Replaced by Function switches. 2012-02-03 22:28:56 +00:00
bsongis
51ef48b03e Cosmetics 2012-02-03 18:21:18 +00:00
bsongis
d84b018c56 Changes for x86_64 arch, flto / combine flags, avr-size 2012-02-03 11:55:27 +00:00
bsongis
865c211d91 Issue 2 (french translations) 2012-02-03 06:53:44 +00:00
mihlit@mihlit.cz
14676ab361 make sure splash start and end markers have correct position
Compiler can change position of start/end splash markers or even optimize-out
them completely, because they are not used in the fw. 
Make them part of the splash data block, so their possition is always correct.
util/xbm2lbm was changed together with other c "images" to make it consitent.
2012-02-02 22:48:15 +00:00
bsongis
7f00d8c3dc Another optimizations on AUDIO 2012-02-02 22:25:59 +00:00
mihlit@mihlit.cz
acd523e699 make code compatible with up-to-date build environment
These changes make it possible to compile open9x with old (avr-gcc 4.3.3, 
avr-libc 1.6.7) and up-to-date (avr-gcc 4.6.2, avr-libc 1.8.0) build
environments. See Issue 1 for more details.
2012-02-02 11:23:38 +00:00
rob@marotori.com
973b91cd3f Small audio bug fix.. 2012-02-02 07:20:05 +00:00
bsongis
3e009decfb HAPTIC is now able to work without AUDIO
New function in function switches to play an Audio track
Trims can be used to modify a mixer offset.
Offsets for Frsky can go from -128 to +127
Vibrations motor on v4 (HAPTIC option too)
2012-02-01 18:55:08 +00:00
rob@marotori.com
715c5967c7 Author name change 2012-02-01 15:04:20 +00:00
bsongis
55680a13fe No need for frskyeventSample which resets the AUDIO queue! 2012-02-01 14:07:32 +00:00
bsongis
1ef48ee323 Compilation problem. Optimizations. Sounds should not collide any more 2012-02-01 13:54:14 +00:00
rob@marotori.com
8d0265cd3e Audio updates... 2012-02-01 12:23:45 +00:00
bsongis
da4b1e7007 Audio repeat was not working! 2012-02-01 11:18:22 +00:00
bsongis
3609f88c32 Haptic for v4 2012-02-01 11:11:15 +00:00
bsongis
010d8dce52 Temporary commit to avoid commiting open9x.h 2012-02-01 11:10:42 +00:00
bsongis
d325076e61 Cosmetics 2012-02-01 11:07:36 +00:00
bsongis
4d459edcf8 Adjustments from Rob on all sounds to match the new algorithm.
Haptic strength bug
Haptic on v4
2012-02-01 11:07:10 +00:00
bsongis
3b49bc9d6a Bug in last AUDIO optimizations 2012-01-31 19:10:29 +00:00
bsongis
837eddf1df Haptic initialization 2012-01-31 11:22:23 +00:00
bsongis
088d2d88c8 Audio bug fixes + Haptic 2012-01-31 11:15:04 +00:00
bsongis
4c6cd51c26 Flash saved 2012-01-30 18:43:08 +00:00
bsongis
74e454cd0b Some more optimizations on AUDIO. AUDIO option set to false by default. 2012-01-30 18:42:14 +00:00
bsongis
3c8475636c Inactivity timer reset on Keys and Trims press 2012-01-29 21:56:19 +00:00
bsongis
a6a7c516a6 No more BAR value displayed as it is not used yet 2012-01-29 21:17:30 +00:00
bsongis
6a5d21696e xShort was longer than Short... 2012-01-29 21:12:55 +00:00
bsongis
52d4d5721b AUDIO now ok on v4
Code refactoring using a circular buffer for the queue: 212bytes flash saved, 7bytes ram saved, no more copy loops
2012-01-29 18:43:21 +00:00
bsongis
7617d25501 Dead code removed 2012-01-29 18:34:04 +00:00
bsongis
59b0f62a6f New splash 2012-01-28 16:28:02 +00:00
bsongis
4776415c14 Problem with invalid EEPROMS 2012-01-28 15:32:08 +00:00
bsongis
0af7630523 Missing symbols in open9x simu v4 2012-01-28 15:17:00 +00:00
bsongis
3adb512e39 TCCR0A defined in simu 2012-01-28 15:01:50 +00:00
bsongis
3bcb1f6097 Speaker pitch mas modified by Haptic strength! 2012-01-28 08:32:19 +00:00
bsongis
dea8c79811 Audio was completely broken on v4. Now better, we hear sounds, but ridiculous sounds... 2012-01-27 20:53:11 +00:00
bsongis
7d511b1e13 HAPTIC is now a compile option 2012-01-27 19:22:28 +00:00
bsongis
e6d8648074 NMEA and ARDUPILOT code ported from er9x
DSM2(PPM) bug fixed
Flash saving
PCBV3 removed
One delay_us(7) removed
BEEPSPKR becomes AUDIO
2012-01-27 18:58:59 +00:00
bsongis
5b1bad8705 New binaries 2012-01-27 08:08:45 +00:00
bsongis
57bdc48e6d Small bug in compile.py script, templates were always YES 2012-01-27 08:02:14 +00:00
bsongis
6d138fe89f When DSM2 not included in the firmware and DSM2 chosen as a protocol, the Tx rebooted 2012-01-27 07:55:18 +00:00
bsongis
db5ed2b1c1 New binaries for open9x 2012-01-26 20:31:37 +00:00
bsongis
a8ec3ddaa7 Audio port from er9x (thanks Rob!) 2012-01-26 20:15:45 +00:00
bsongis
be6385bf2f Wrong test for size of General data at load time 2012-01-26 18:40:39 +00:00
bsongis
cf955a7a60 New hexes with last modifications 2012-01-25 21:07:08 +00:00
bsongis
104f0abf9b The script for compiling all versions 2012-01-25 20:57:17 +00:00
bsongis
31524e4eb4 g_time_per10 only needed in DEBUG mode 2012-01-25 20:56:21 +00:00
bsongis
df063a7298 TODO removed 2012-01-25 18:36:42 +00:00
bsongis
f40a5445c9 In case eeGeneral increases it's accepted 2012-01-25 18:33:12 +00:00
romolo.manfredini@gmail.com
d3ebb51176 Pulse polarity reversed 2012-01-25 18:29:03 +00:00
bsongis
53ff8cc768 Some improvements when french translations used 2012-01-24 20:28:01 +00:00