MikroKopter.de
Wiki
SHOP
Datenschutz
Impressum
Projects
BL-Ctrl
FlightCtrl
MK3Mag
NaviCtrl
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
Projects
(root)
/
C-OSD
/
trunk
/
usart1.c
@ 1436
- Rev 2601
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
2601
2377 d 7 h
/C-OSD/trunk/
20180509-1200
*adapted structs to reflect FC/NC software V2.20c/V2.20h
2598
2738 d 9 h
/C-OSD/trunk/
20170511-1145
*adapted structs to reflect FC/NC software V2.18a
2225
3174 d 13 h
/C-OSD/trunk/
20160302-0700
*adapted structs to reflect FC/NC software V2.14a/b
2099
3484 d 22 h
/C-OSD/trunk/
*adapted structs to reflect FC/NC software V2.10a/b
2039
3894 d 11 h
/C-OSD/trunk/
*adapted structs to reflect FC/NC software V2.04a
1866
4282 d 22 h
/C-OSD/trunk/
+Source option to set the Aggr.Horizon indicator bars on the same level as the horizon
(requested)
1801
4365 d 22 h
/C-OSD/trunk/
+No FC communication define in config for usage with NC and no FC
*memcpy stuff instead of inplace buffer to unlock the buffer faster
+prepared the 3D Data stuff
1772
4389 d 1 h
/C-OSD/trunk/
*renamed usart-ISRs
1437
4695 d 7 h
/C-OSD/
@//remarks is error.
@clearing only take 20us. Not 12us
954
4908 d 4 h
/C-OSD/trunk/
+really ugly (untested) hack to get ACT DSL RSSI information in FC-Only mode
902
5030 d 5 h
/C-OSD/
*added big speed indicator (credits to: uwerner)
*added possibility to show GPS-Coordinates during flight
*added more _brackets_
@To see correct corner-chars when using scope, flash the character-set
included in this release!
826
5147 d 10 h
/C-OSD/trunk/
*fixed EPi-Strom voltage-display when using FC-Ampere
*added passive option: OSD will NOT request data after bootup
800
5193 d 21 h
/C-OSD/trunk/
*removed debug-leftover in ppm.c (thx OktoMac)
*made number display-routines more stable when big numbers occur
783
5217 d 6 h
/C-OSD/trunk/
*added current setting display
*updated structs for FC 0.80 and NC 0.20 (old version will still work, just cosmetics)
*battery warn level now _can_ be taken from the FC-Settings
*corrected some defines so FC stuff is only in FC Builds and NC stuff only in NC builds
772
5246 d 2 h
/C-OSD/trunk/
*hopefully fixed altimeter-stats
*some basic antenna tracking insertion for others to test
761
5307 d 8 h
/C-OSD/trunk/
*distance to home now 4 digits for long distance flights
*max height and speed shown again in stats
*clear full screen before stats shown so the art-horizon does not bug us
@some code formatting
738
5378 d 19 h
cascade
/C-OSD/trunk/
*hopefully fixed the laggy osd data problem
-send_data_mk has been striked out to save space
@nc-mode should be small enough for bootloader again ( Program: 14986 bytes (91.5% Full) )
728
5384 d 20 h
cascade
/C-OSD/trunk/
adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
686
5480 d 0 h
jopl
/C-OSD/trunk/
Test condition fully compatible with NC
685
5480 d 8 h
cascade
/C-OSD/trunk/
+fc-only mode by Josef "jopl" Plasil (MK3Mag on FC and no NC)
*usart1 routine to filter out unwanted datasets (also big thanks to jopl)
514
5615 d 6 h
cascade
/C-OSD/trunk/
*ALL characters now in Progmem, from now on there will be only ONE char-file!
389
5683 d 18 h
cascade
/C-OSD/trunk/
*reset-bug fixed
*moved code a bit
387
5683 d 22 h
cascade
/C-OSD/trunk/
*reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD
346
5695 d 23 h
cascade
/C-OSD/trunk/
+added request of OSD data, disrequest of debug data and uptime reset to menu
-removed the uptime-reset binding from S2
+pgm space for some strings to save _normal_ data space
*some code movement
331
5701 d 19 h
cascade
/C-OSD/trunk/
+ disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko)
+ if no data has been received for over 2sec we re-request it
* tried source organisation a bit