1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00
Commit graph

79 commits

Author SHA1 Message Date
Damjan Adamic
08d4cb15aa Fixes #2404: model name played when model is loaded (if file "SOUNDS/<language>/<model_name>/name.wav" exists) 2015-07-19 11:07:57 +02:00
bsongis
5680f00fd3 [Taranis X9E] Variables moved to CCM Memory. Around 45k RAM saved. 2015-06-29 18:25:25 +02:00
bsongis
4e6bc9db2f [ARM boards] Haptic was broken on 'next' 2015-03-30 00:18:26 +02:00
Damjan Adamic
41cd128ad5 Re #457: audio working in Companion, Simulator and simu using SDL library (use SIMU_AUDIO=YES to enable)
Re #457: case insensitive f_stat() and f_open() for SIMU
2015-02-22 15:49:15 +01:00
Damjan Adamic
bb921a0a7f Ported from master to next:
#1489: TRACE() output intercepted and shown in Companion (shortcut F6)
#1270: simple Trainer Simulator (shortcut F5)
#1466: telemetry simulator (shorcut F5)
2015-01-04 20:07:39 +01:00
Damjan Adamic
c89381bae5 Fixes #1791: Port Lua Bin Allocator to next:
* Bin Allocator
* Lua memory allocaton fixes
* Simulator memory leak fixes
2014-10-26 09:14:45 +01:00
bsongis
0b8963b15e Shutdown sound - bye.wav - A little bit related to #719 2014-10-15 23:27:18 +02:00
Damjan Adamic
874156122d Re #1610:
* sport.log only active if SPORT_FILE_LOG=YES
* audio concurrent access fixes
* added IO mutex
* added Event Trace Buffer
* fixed SD card error

Conflicts:
	radio/src/Makefile
	radio/src/targets/taranis/diskio.cpp
2014-10-14 22:43:05 +02:00
bsongis
6190c399c5 Fixes #1709 2014-09-15 11:51:18 +02:00
bsongis
1f77806017 #1692 - We flush the queue instead of stopping the audio (the TADA sound
is cut otherwise)
2014-09-10 20:05:54 +02:00
Damjan Adamic
aa4ba74e1a added const (Audio) 2014-09-02 10:12:40 +02:00
bsongis
69b5f2fddf Fixes #1658 2014-08-29 23:06:53 +02:00
Damjan Adamic
07728782c8 Fixes #1538: Lua playFile(): current language sound path added to the file name in case of a relative path 2014-08-09 17:37:04 +02:00
bsongis
a9ad37cab9 Fixes #1304 - A1, A2, A3, A4, RSSI, SWR and Telemetry State alarms are
now Critical alarms and are played in "Alarm" mode.
2014-06-19 15:09:09 +02:00
bsongis
f4bbaf682c Fixes #1292 2014-06-16 17:39:49 +02:00
bsongis
f295f3b888 Function renamed 2014-06-14 11:09:40 +02:00
bsongis
0f495a6fd9 Fixes #1248 2014-06-11 08:21:55 +02:00
bsongis
7ddb29ca74 RxBatt alarms files/tones removed 2014-06-10 23:42:46 +02:00
bsongis
ce0f6c33be TRACE removed 2014-05-28 11:37:20 +02:00
bsongis
25effb4652 Wizard automatically launched when present on model creation 2014-05-28 11:04:26 +02:00
bsongis
ede7b02706 Telemetry RxBatt alarms 2014-05-23 16:17:49 +02:00
bsongis
375147e4eb Telemetry A3/A4 settings and alarms 2014-05-23 15:29:10 +02:00
Damjan Adamic
7505701e64 Merge pull request #1119 from opentx/bsongis/logical_switches_issue_1039
Bsongis/logical switches issue 1039
2014-05-19 22:04:30 +02:00
bsongis
b9ee91b08d Indentation 2014-05-19 11:05:59 +02:00
bsongis
d4ea6e0d8f No Haptic on Tada 2014-05-18 22:18:37 +02:00
Damjan Adamic
c0c824c0f4 Cosmetics 2014-05-17 19:34:53 +02:00
Damjan Adamic
07a5333a08 Fixes #1039:
* order of logical switches calculaton now predicable: always from L1 to L64
* each flight mode has its own logical switches context (RAM usage multiplied by number of flight modes)
* resolved problem of non-reentrancy of getSwitch() function
2014-05-17 17:51:33 +02:00
bsongis
6c17fee19b Fixes #1107 2014-05-17 07:52:31 +02:00
bsongis
2fbd4ff13a Mixer code splitted differently 2014-05-15 12:08:57 +02:00
bsongis
0e84a27521 A1/A2/RSSI/SWR alarms available on all ARM boards 2014-05-13 22:31:51 +02:00
bsongis
f178748090 Fixes #986
Fixes #1058
2014-05-05 16:07:07 +02:00
bsongis
e30cd90140 AudioQueue::stopAll() instead of AudioQueue::reset() 2014-05-02 10:09:52 +02:00
bsongis
ad0e497d17 PLAY_NOW cannot be used with wav files! 2014-05-02 09:26:04 +02:00
bsongis
3829604480 Fixes #982 - Tests needed! 2014-04-16 19:49:20 +02:00
bsongis
a068323df1 strcasecmp used rather than strcmpi 2014-04-14 12:07:59 +02:00
Damjan Adamic
2cfd95a026 Make flightmode, switch and system file names case insensitive. 2014-04-11 20:16:51 +02:00
bsongis
8c59a196c7 Inputs / Mixers screens rearrangement / bugfixes 2014-03-25 17:03:24 +01:00
Andre Bernet
6a874b9c23 Fix overflow in automatic switch audio file playing, thanks Damjan 2014-03-23 11:37:40 +01:00
Bertrand Songis
8a0dc22578 Merge pull request #770 from opentx/bsongis/Issue767_extra_pot
Bsongis/issue767 extra pot
2014-03-03 15:44:59 +01:00
bsongis
e5cfef711f Vario didn't stop beeping when in sink mode 2014-03-01 22:25:06 +01:00
bsongis
3215346a1b Issue #767 - Extra Pot (S3) support 2014-03-01 18:54:08 +01:00
bsongis
09e427d73e Indentation issues 2014-02-28 23:18:21 +01:00
Andre Bernet
94afb88f8b Merge branch 'next' of https://github.com/opentx/opentx into bsongis/vario_improvements
Conflicts:
	radio/src/audio_arm.cpp
2014-02-25 19:02:36 +01:00
Bertrand Songis
3ac1a03d96 This sine wave is reported as better than the previous one 2014-02-24 07:06:26 +01:00
Bertrand Songis
10a1250496 I like these harmonics (63000, 0, 20000, 0, 20000) 2014-02-22 19:55:18 +01:00
Andre Bernet
92a5429ce0 Longer inhibition time for automatic switch prompts at power up 2014-02-21 23:22:06 +01:00
Bertrand Songis
9c38236a30 Another bug in system prompts referencing 2014-02-21 17:50:34 +01:00
Bertrand Songis
d02912577b Merge problem :( 2014-02-21 16:51:51 +01:00
Bertrand Songis
af4e1ce85a Merge branch 'bsongis/Issue713_more_custom_functions' of
https://github.com/opentx/opentx into
bsongis/Issue713_more_custom_functions

Conflicts:
	radio/src/audio_arm.cpp
2014-02-21 16:45:58 +01:00
Bertrand Songis
0345173039 No more parsing of all system sounds. Automatic prompts silent after
alerts
2014-02-21 16:40:52 +01:00